{
  "name": "Emiote Studio MCP",
  "version": "1.0.0",
  "protocol": "json-rpc-2.0",
  "transport": "streamable-http",
  "protocolVersion": "2024-11-05",
  "docs": "https://emiote.com/mcp/",
  "tools": [
    {
      "name": "get_studio_info",
      "description": "Get Emiote studio positioning, engineering principles, founder details, and booking/contact links.",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "name": "get_offers_and_pricing",
      "description": "Get commercial pricing and deliverables for Reframe Stack Review ($199) and Build Sprint ($1,200).",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "name": "get_products",
      "description": "List in-house products (Ankik) with live URLs, problem definitions, and tech stacks.",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "name": "get_case_studies",
      "description": "List verified client case studies (Book-Hotels-B2B, Ankik, Retainix, Sainath) and technical outcomes.",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "name": "get_reframehub_directory",
      "description": "Search open-source alternatives and self-hosted vs cloud cost comparisons across the ReframeHub catalog.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "query": {
            "type": "string",
            "description": "Optional search term (e.g. 'postgres', 'supabase', 'email')"
          }
        }
      }
    },
    {
      "name": "get_journal_articles",
      "description": "List published Studio Journal articles with summaries and reading links.",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "name": "get_all_urls",
      "description": "Get the complete catalog of live canonical URLs and machine-readable endpoints on emiote.com.",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    }
  ]
}
