{"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"]}}],"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-04-18T11:21:58.041534+00:00"}