{"name":"medrag","description":"MedRAG MCP server exposes tools for medical-document ingestion, retrieval, and question answering over streamable-http.","what_is_mcp":"MCP (Model Context Protocol) lets AI clients call external tools through a standard interface.","transport":"streamable-http","endpoint":"/mcp","live_endpoint":"https://16-170-207-120.sslip.io/mcp","tools":[{"name":"ingest_document","description":"Ingest a medical document (title + content)","args":{"title":"string","content":"string"}},{"name":"query","description":"Run RAG query over indexed documents","args":{"question":"string","top_k":"int (default: 3)"}},{"name":"list_documents","description":"List tracked documents","args":{}}],"connect":{"cursor":{"where":"Cursor Settings -> MCP Servers","snippet":{"mcpServers":{"medrag":{"url":"https://16-170-207-120.sslip.io/mcp","transport":"streamable-http"}}}},"claude_desktop":{"where":"claude_desktop_config.json","snippet":{"mcpServers":{"medrag":{"url":"https://16-170-207-120.sslip.io/mcp","transport":"streamable-http"}}}}},"copy_paste_snippet":{"mcpServers":{"medrag":{"url":"https://16-170-207-120.sslip.io/mcp","transport":"streamable-http"}}},"links":{"mcp_info":"/mcp/info","docs":"/docs","health":"/health"}}