{"name":"mengbi-public-discovery","title":"Mengbi Public Discovery MCP Server","version":"1.0.0","description":"Read-only Model Context Protocol tools for discovering, searching, and inspecting published AI tools in Mengbi.","transport":"streamable-http","url":"https://mengbi-ai.net/mcp","documentation":"https://mengbi-ai.net/docs","openapi":"https://mengbi-ai.net/openapi.json","tools":[{"name":"search_tools","description":"Search published AI tools by query and locale.","inputSchema":{"type":"object","required":["query"],"properties":{"query":{"type":"string","minLength":2,"maxLength":80},"locale":{"$ref":"#/components/schemas/Locale"}},"additionalProperties":false}},{"name":"list_categories","description":"List the AI tool categories available in a locale.","inputSchema":{"type":"object","properties":{"locale":{"$ref":"#/components/schemas/Locale"}},"additionalProperties":false}},{"name":"get_tool","description":"Fetch a published AI tool profile by its stable slug.","inputSchema":{"type":"object","required":["slug"],"properties":{"slug":{"type":"string","minLength":1,"maxLength":160},"locale":{"$ref":"#/components/schemas/Locale"}},"additionalProperties":false}}]}