54
/ 100
22 days ago
glama

MCP Registry

A central registry MCP server that routes requests to specialized AI services including embeddings, PDF extraction, reranking, vector search (Qdrant), PostgreSQL, LLM completions, markup, and transcription. Includes a proxy server with RAG pipeline for document processing and retrieval.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 7 credentials: MAIN_SERVER_API_KEY, EMBEDDING_API_KEY, LLM_SERVICE_API_KEY, MARKUP_API_KEY, POSTGRES_PASSWORD, QDRANT_API_KEY, TRANSCRIBE_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretMAIN_SERVER_API_KEYValid API key (must match Authorization header in proxy_mcp_server.py).
configEMBEDDING_URL
🔐 secretEMBEDDING_API_KEY
configEMBEDDING_MODEL_NAME
configEMBEDDING_URL_MODELS
configEMBEDDING_HEALTH_URL
configLLM_SERVICE_CHAT_COMPLETIONS_URL
🔐 secretLLM_SERVICE_API_KEY
configLLM_SERVICE_MODEL
configLLM_SERVICE_MODELS_URL
configLLM_SERVICE_COMPLETIONS_URL
configLLM_SERVICE_HEALTH_URL
configMARKUP_GET_METHODS_URL
🔐 secretMARKUP_API_KEY
configMARKUP_PROCESS_TEXT_URL
configMARKUP_PROCESS_FILE_URL
configMARKUP_HEALTH_CHECK_URL
configPDF_EXTRACTOR_URL
configPDF_HEALTH_URL
configPOSTGRES_USER
🔐 secretPOSTGRES_PASSWORD
configPOSTGRES_HOST
configPOSTGRES_DB
configQDRANT_URL
🔐 secretQDRANT_API_KEY
configQDRANT_HEALTH_CHECK_URL
configRERANK_URL
configRERANK_MODEL
configRERANK_HEALTH_URL
configTRANSCRIBE_UPLOAD_AUDIO
🔐 secretTRANSCRIBE_API_KEY
configTRANSCRIBE_GET_STATUS
configTRANSCRIBE_GET_TRANSCRIBE
configTRANSCRIBE_HEALTH_URL
configEMBEDDING_MODEL
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/redmadrobot-rnd-mcp-registry-1p2ci6)](https://m8ven.ai/mcp/redmadrobot-rnd-mcp-registry-1p2ci6)
commit: 677ff887bf64e36543ce48b761bb369f8b8fc085
code hash: 1efbe76f61ef4bbbd6e5b44f0dae985b5d7297632cf242d837b6147f35f60c74
verified: 7/9/2026, 10:17:50 AM
view raw JSON →