{
  "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
  "version": "1.0",
  "protocolVersion": "2025-11-25",
  "serverInfo": {
    "name": "contextstudios-mcp",
    "title": "Context Studios — AI Agency Public API",
    "version": "1.2.1"
  },
  "description": "Free public MCP API for Context Studios, a Berlin-based AI-native development agency. 25 tools, no API key required. Explore blog posts, AI glossary (80+ terms), technology comparisons (50+ A-vs-B), technical guides, location pages, CMS content, services, and pricing. Use the AI Project Estimator to get instant project scopes.",
  "iconUrl": "https://www.contextstudios.ai/logos/icon-light-transparent.svg",
  "documentationUrl": "https://www.contextstudios.ai/en/mcp",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://contextstudios-mcp.vercel.app/api/public/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "authentication": {
    "required": false
  },
  "tools": [
    { "name": "get_company_info", "description": "Get Context Studios company information, team, values, and capabilities" },
    { "name": "get_services", "description": "List all AI development services with descriptions and pricing tiers" },
    { "name": "get_pricing", "description": "Get detailed pricing for all service packages" },
    { "name": "get_blog_posts", "description": "Browse published blog posts with filtering by language, category, and tags" },
    { "name": "search_blog_knowledge", "description": "Semantic search across all blog content and knowledge base" },
    { "name": "search_content", "description": "Full-text search across all public content (blog, glossary, comparisons, guides)" },
    { "name": "ai_project_estimator", "description": "Get an instant AI project estimate with features, timeline, and budget range" },
    { "name": "blog_explorer", "description": "Interactive blog exploration with topic clustering and related content" },
    { "name": "list_guides", "description": "List all technical guides and tutorials" },
    { "name": "get_guide", "description": "Get a specific technical guide by slug" },
    { "name": "search_guides", "description": "Search technical guides by keyword" },
    { "name": "list_location_pages", "description": "List city-specific AI service pages" },
    { "name": "get_location_page", "description": "Get details for a specific city service page" },
    { "name": "search_location_pages", "description": "Search location pages by city or service" },
    { "name": "get_comparison", "description": "Get a detailed A-vs-B technology comparison (e.g. Claude vs ChatGPT)" },
    { "name": "list_comparisons", "description": "List all 50+ AI technology comparisons" },
    { "name": "search_comparisons", "description": "Search comparisons by technology name or category" },
    { "name": "get_glossary_term", "description": "Get a detailed AI glossary term definition with examples" },
    { "name": "search_glossary", "description": "Search the AI glossary (80+ terms) by keyword" },
    { "name": "list_glossary_categories", "description": "List all glossary categories with term counts" },
    { "name": "get_featured_glossary_terms", "description": "Get highlighted/featured glossary terms" },
    { "name": "get_related_glossary_terms", "description": "Get terms related to a specific glossary entry" },
    { "name": "get_glossary_by_tech_stack", "description": "Get glossary terms filtered by technology stack" },
    { "name": "get_page", "description": "Get a specific CMS or landing page by slug" },
    { "name": "search_pages", "description": "Search CMS and landing pages by keyword" }
  ],
  "instructions": "Public endpoint — no authentication required. 25 read-only tools to explore AI development content, compare technologies, look up AI terminology, and get project estimates. Rate limit: 60 requests/minute. For content creation, publishing, and full automation (243 tools across 21 categories), use the authenticated endpoint at https://contextstudios-mcp.vercel.app/api with X-API-Key header.",
  "relatedResources": {
    "mainWebsite": "https://contextstudios.ai",
    "authenticatedApi": "https://contextstudios-mcp.vercel.app/api",
    "llmsTxt": "https://www.contextstudios.ai/llms.txt",
    "aiTxt": "https://www.contextstudios.ai/ai.txt",
    "mcpDocumentation": "https://www.contextstudios.ai/en/mcp",
    "glossary": "https://contextstudios.ai/glossary",
    "comparisons": "https://contextstudios.ai/comparisons",
    "booking": "https://cal.com/michael-kerkhoff-ikvdim/30min"
  }
}
