{"openapi":"3.0.3","info":{"title":"Solid# Public MCP API","description":"Public API endpoint for AI agents and crawlers to access Solid# platform information. This is a read-only endpoint providing platform data, features, pricing, and documentation.","version":"1.0.0","contact":{"name":"Solid# Support","email":"sales@solidnumber.com","url":"https://solidnumber.com/contact"},"license":{"name":"Proprietary","url":"https://solidnumber.com/legal/terms"}},"servers":[{"url":"https://solidnumber.com","description":"Production server"}],"paths":{"/api/mcp":{"get":{"operationId":"getMcpData","summary":"Get platform information","description":"Returns comprehensive information about the Solid# platform including features, pricing, integrations, blog posts, and documentation. This endpoint is designed for AI agents and crawlers.","tags":["MCP"],"responses":{"200":{"description":"Successful response with platform data","content":{"application/json":{"schema":{"$ref":"#/components/schemas/McpResponse"}}}}}}},"/.well-known/ai-plugin.json":{"get":{"operationId":"getAiPlugin","summary":"AI Plugin manifest","description":"Returns the AI plugin manifest for ChatGPT and other AI platforms","tags":["Discovery"],"responses":{"200":{"description":"AI plugin manifest","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AiPluginManifest"}}}}}}},"/.well-known/mcp.json":{"get":{"operationId":"getMcpManifest","summary":"MCP discovery manifest","description":"Returns the MCP discovery manifest with endpoint information","tags":["Discovery"],"responses":{"200":{"description":"MCP manifest","content":{"application/json":{"schema":{"$ref":"#/components/schemas/McpManifest"}}}}}}}},"components":{"schemas":{"McpResponse":{"type":"object","properties":{"platform":{"type":"object","properties":{"name":{"type":"string","example":"Solid#"},"description":{"type":"string"},"url":{"type":"string","format":"uri"}}},"features":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":"string"},"category":{"type":"string"}}}},"pricing":{"type":"object","properties":{"tiers":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"price":{"type":"number"},"features":{"type":"array","items":{"type":"string"}}}}}}},"integrations":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"category":{"type":"string"}}}},"blog_posts":{"type":"array","items":{"type":"object","properties":{"title":{"type":"string"},"slug":{"type":"string"},"excerpt":{"type":"string"},"published_at":{"type":"string","format":"date-time"}}}},"faq":{"type":"array","items":{"type":"object","properties":{"question":{"type":"string"},"answer":{"type":"string"}}}}}},"AiPluginManifest":{"type":"object","properties":{"schema_version":{"type":"string"},"name_for_model":{"type":"string"},"name_for_human":{"type":"string"},"description_for_model":{"type":"string"},"description_for_human":{"type":"string"},"auth":{"type":"object"},"api":{"type":"object"}}},"McpManifest":{"type":"object","properties":{"schema_version":{"type":"string"},"name":{"type":"string"},"display_name":{"type":"string"},"description":{"type":"string"},"endpoints":{"type":"object"},"capabilities":{"type":"object"}}}}},"tags":[{"name":"MCP","description":"Model Context Protocol endpoints for AI agents"},{"name":"Discovery","description":"Discovery endpoints for AI platform integration"}]}