{"$schema":"https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json","version":"1.0","protocolVersion":"2025-06-18","name":"rushiwowen","serverInfo":{"name":"rushiwowen","title":"RuShiWoWen Buddhist Scripture Tools","version":"1.0.0"},"description":"Public, read-only Model Context Protocol tools for discovering, searching, and reading Buddhist scriptures from RuShiWoWen.","serverUrl":"https://rushiwowen.co/mcp","documentationUrl":"https://rushiwowen.co/developers","transport":{"type":"streamable-http","endpoint":"/mcp"},"capabilities":{"tools":{"listChanged":false}},"authentication":{"required":false,"schemes":[]},"instructions":"Use search_scripture for source passages, list_books for catalog discovery, read_page_as_markdown for a known public path, and get_health before live requests. These tools are read-only and currently public; no native app or user account is required.","tools":[{"name":"search_scripture","title":"Search Buddhist scripture","description":"Search public Buddhist scripture paragraphs by keyword. Use this when you need passages, quotations, or source text for a Buddhist topic.","inputSchema":{"type":"object","properties":{"keyword":{"type":"string","minLength":1,"maxLength":100},"limit":{"type":"integer","minimum":1,"maximum":50,"default":10}},"required":["keyword"],"additionalProperties":false},"annotations":{"readOnlyHint":true,"openWorldHint":false}},{"name":"list_books","title":"List Buddhist scriptures","description":"Browse the public Buddhist scripture catalog with optional search, locale, and pagination filters.","inputSchema":{"type":"object","properties":{"search":{"type":"string","maxLength":100},"locale":{"type":"string","enum":["zh","en","ja"]},"page":{"type":"integer","minimum":1,"default":1},"limit":{"type":"integer","minimum":1,"maximum":100,"default":12}},"additionalProperties":false},"annotations":{"readOnlyHint":true,"openWorldHint":false}},{"name":"read_page_as_markdown","title":"Read a page as Markdown","description":"Convert a public RuShiWoWen page, such as /r/heart-sutra, into clean Markdown for quotation or analysis.","inputSchema":{"type":"object","properties":{"path":{"type":"string","pattern":"^/","minLength":1}},"required":["path"],"additionalProperties":false},"annotations":{"readOnlyHint":true,"openWorldHint":false}},{"name":"get_health","title":"Check API health","description":"Check the public service health endpoint before relying on live API data.","inputSchema":{"type":"object","properties":{},"additionalProperties":false},"annotations":{"readOnlyHint":true,"openWorldHint":false}}]}