F
licenseNot graded
qualityC
maintenanceExposes an existing RAG API as MCP tools, enabling health checks and document-based question answering with source evidence.
-
No user-submitted related servers found.
Scored across 3 tools
Each tool has a clearly distinct purpose: health check, ingest/re-index, and query. There is no overlap or ambiguity between them.
All tools follow a consistent 'rag_' prefix with a verb (health, ingest, query), forming a uniform and predictable naming pattern.
Three tools is well-scoped for a focused RAG service, covering the core operations of health checking, indexing, and querying without excess.
The set covers the essential lifecycle for a RAG service: health, ingest, and query. A minor gap is lack of explicit index management (e.g., clear or list documents), but the configured document set makes ingest sufficient for updates.