{
    "schema_version": "2026-03",
    "name": "Tribe Interactive MCP",
    "description": "Model Context Protocol surface for www.madebytribe.com. Read-only access to public site content via the WordPress REST API.",
    "publisher": {
        "name": "Tribe Interactive LLC",
        "url": "https://www.madebytribe.com"
    },
    "contact": "https://www.madebytribe.com/contact-us/",
    "endpoints": [
        {
            "name": "wordpress-rest",
            "transport": "http",
            "url": "https://www.madebytribe.com/wp-json/wp/v2",
            "auth": "public"
        }
    ],
    "capabilities": {
        "resources": true,
        "tools": false,
        "prompts": false
    },
    "links": {
        "documentation": "https://www.madebytribe.com/wp-json/",
        "agents": "https://www.madebytribe.com/agents.json",
        "api_catalog": "https://www.madebytribe.com/api-catalog.json"
    }
}