{"ok":true,"protocol":"mindmade-mcp/1.0","compatible_with":"modelcontextprotocol/2024-11","transport":"http+json","server":{"name":"MindMade","version":"1.0.0","description":"Read-only tool surface for the MindMade parent site."},"manifest_url":"/agent.json","tools":[{"name":"list_instruments","description":"List MindMade instruments. Filter by register: 'product' (Lumen, CineLogic), 'fabric' (IRIS, the layer beneath the products), 'lab' (Pāṇini, Constellation, Imprint research projects), or 'all'.","inputSchema":{"type":"object","properties":{"register":{"type":"string","enum":["product","fabric","lab","all"],"description":"Filter by register. Default: all."}}}},{"name":"get_instrument","description":"Get full detail for a single instrument by slug.","inputSchema":{"type":"object","properties":{"slug":{"type":"string","enum":["lumen","cinelogic","iris","panini","constellation","imprint"]}},"required":["slug"]}},{"name":"get_studio","description":"Get the MindMade studio composition — founders, advisors, location.","inputSchema":{"type":"object","properties":{}}},{"name":"get_foundation_build","description":"Get the current Pāṇini Foundation Model build status.","inputSchema":{"type":"object","properties":{}}},{"name":"submit_intent","description":"Submit a structured intent on behalf of an external party (press, partnership, talent, trial, support, general). Routes to the appropriate inbox.","inputSchema":{"type":"object","properties":{"kind":{"type":"string","enum":["press","partnership","talent","trial","support","general"]},"subject":{"type":"string"},"message":{"type":"string"},"contact_email":{"type":"string","format":"email"},"on_behalf_of":{"type":"string","description":"Optional party the agent represents."}},"required":["kind","message","contact_email"]}}],"example_call":{"endpoint":"/api/mcp","method":"POST","headers":{"Content-Type":"application/json"},"body":{"name":"list_instruments","arguments":{"register":"all"}}}}