{"openapi":"3.1.0","info":{"title":"FDEPE public research","version":"1.0.0","description":"Read-only published research. Chinese originals and current automatic translations. No private editorial or subscriber data."},"servers":[{"url":"https://fdepe.com"}],"paths":{"/api/content":{"get":{"operationId":"listPublishedResearch","summary":"Read published research by language, optionally one article","parameters":[{"name":"lang","in":"query","schema":{"type":"string","enum":["zh","en","fr","ja","ko","es","de","pt","ar"],"default":"zh"}},{"name":"slug","in":"query","schema":{"type":"string"}},{"name":"view","in":"query","schema":{"type":"string","enum":["summary"]}}],"responses":{"200":{"description":"Published stories only. Pending translations are omitted.","content":{"application/json":{"schema":{"type":"object","properties":{"locale":{"type":"string"},"count":{"type":"integer"},"source_count":{"type":"integer"},"pending_count":{"type":"integer"},"stories":{"type":"array","items":{"type":"object","properties":{"slug":{"type":"string"},"title":{"type":"string"},"excerpt":{"type":"string"},"body":{"type":"string","description":"Sanitized HTML; omitted in summary view"},"canonical_url":{"type":"string","format":"uri"},"markdown_url":{"type":"string","format":"uri"},"citations":{"type":"array","items":{"type":"string","format":"uri"}},"available_locales":{"type":"array","items":{"type":"string"}}}}}}}}}},"400":{"description":"Unsupported language"}}}},"/mcp":{"post":{"operationId":"publicResearchMCP","summary":"Read-only MCP Streamable HTTP JSON-RPC","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object"}}}},"responses":{"200":{"description":"JSON-RPC response"},"202":{"description":"Notification accepted"},"405":{"description":"POST only"}}}}}}