{"protocol":"mcp-2024-11-05","server":"expert-network","version":"1.0.0","description":"Synthetic Expert Network - AI-hybridized human expertise","capabilities":{"tools":true,"resources":true,"prompts":true},"tools":[{"name":"query_expert","description":"Query a specific expert's knowledge","inputSchema":{"type":"object","properties":{"username":{"type":"string","description":"Expert's username"},"query":{"type":"string","description":"Query text"},"max_sources":{"type":"integer","default":10}},"required":["username","query"]}},{"name":"query_network","description":"Query across all experts in the network","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Query text"},"experts":{"type":"array","items":{"type":"string"},"description":"Specific experts (optional)"},"max_sources":{"type":"integer","default":10}},"required":["query"]}},{"name":"list_experts","description":"List all experts in the network","inputSchema":{"type":"object","properties":{"active_only":{"type":"boolean","default":true}}}},{"name":"get_expert","description":"Get detailed profile of an expert","inputSchema":{"type":"object","properties":{"username":{"type":"string","description":"Expert's username"}},"required":["username"]}},{"name":"generate_content","description":"Generate content in expert's style","inputSchema":{"type":"object","properties":{"username":{"type":"string"},"prompt":{"type":"string"},"content_type":{"type":"string","enum":["article","tweet","comment"]}},"required":["username","prompt"]}},{"name":"analyze_topic","description":"Get expert's analysis on a topic","inputSchema":{"type":"object","properties":{"username":{"type":"string"},"topic":{"type":"string"},"analysis_type":{"type":"string","enum":["comprehensive","quick","deep"]}},"required":["username","topic"]}},{"name":"compare_experts","description":"Compare multiple experts' perspectives on a topic","inputSchema":{"type":"object","properties":{"usernames":{"type":"array","items":{"type":"string"},"minItems":2},"topic":{"type":"string"}},"required":["usernames","topic"]}},{"name":"eir_consult","description":"Consult the Entrepreneur In Residence — flagship AI advisory agent grounded in the platform ontology and equipped with NEXUS / QA / financial-integrity knowledge","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Question or topic"},"max_concepts":{"type":"integer","default":12}},"required":["query"]}},{"name":"eir_due_diligence","description":"Have the Entrepreneur In Residence conduct scientific / engineering / technical due diligence on an external technology, science, protocol or code repository (optionally fetching a source URL)","inputSchema":{"type":"object","properties":{"subject":{"type":"string","description":"What to assess"},"url":{"type":"string","description":"Optional source URL to review"}},"required":["subject"]}}],"resources":[{"name":"expert://{username}","description":"Expert profile and knowledge","mimeType":"application/json"},{"name":"knowledge://{username}/{topic}","description":"Expert's knowledge on a specific topic","mimeType":"application/json"}],"contact":{"docs":"https://cymetica.com/api-docs#expert-network"},"timestamp":"2026-05-25T00:52:40.502340+00:00"}