Card snapshot
ragmap-api.web.app
·
2026-05-24 10:29:57 UTC
·
68f63f64c1e982a87b390c09a435b710ac522e9a5c892a2d2c299016e84ec744
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "RAGMap",
"description": "Discover and filter RAG-capable MCP servers. Semantic + keyword search over retrieval servers with reachability freshness and install metadata.",
"url": "https://ragmap-api.web.app",
"version": "1.0.1",
"protocolVersion": "0.1",
"skills": [
{
"id": "rag_find_servers",
"name": "Find servers",
"description": "Search/filter RAG-related MCP servers. Params: query (q), limit, hasRemote, reachable, citations, localOnly, minScore, categories, serverKind."
},
{
"id": "rag_top_servers",
"name": "Top servers",
"description": "Get top recommended retriever servers with smart defaults and filters."
},
{
"id": "rag_get_install_config",
"name": "Get install config",
"description": "Get copy-ready Claude Desktop and generic MCP host snippets for a server."
},
{
"id": "rag_get_server",
"name": "Get server",
"description": "Fetch a server record by name (latest version)."
},
{
"id": "rag_list_categories",
"name": "List categories",
"description": "List RAG categories."
},
{
"id": "rag_explain_score",
"name": "Explain score",
"description": "Explain RAG scoring for a server."
}
],
"auth": {
"type": "none",
"description": "Read-only endpoints are public. Ingestion endpoint is protected by X-Ingest-Token."
},
"apiEndpoints": {
"search": {
"method": "GET",
"path": "/rag/search",
"params": [
"q",
"limit",
"hasRemote",
"reachable",
"reachableMaxAgeHours",
"citations",
"localOnly",
"minScore",
"categories",
"serverKind"
]
},
"top": {
"method": "GET",
"path": "/rag/top",
"params": [
"limit",
"minScore",
"hasRemote",
"reachable",
"reachableMaxAgeHours",
"localOnly",
"categories",
"serverKind"
]
},
"install": {
"method": "GET",
"path": "/rag/install",
"params": [
"name"
]
},
"stats": {
"method": "GET",
"path": "/rag/stats",
"params": []
},
"listServers": {
"method": "GET",
"path": "/v0.1/servers",
"params": [
"limit",
"cursor"
]
},
"getServer": {
"method": "GET",
"path": "/v0.1/servers/{name}/versions/latest"
},
"categories": {
"method": "GET",
"path": "/rag/categories"
}
},
"mcpInstall": "npx -y @khalidsaidi/ragmap-mcp@latest",
"mcpUrl": "https://ragmap-api.web.app/mcp",
"keywords": [
"mcp",
"rag",
"retrieval",
"discovery",
"cursor",
"claude",
"registry",
"search"
]
}