71
/ 100
1 day ago
glama

Compoid MCP Server

Enables AI agents to search, download, create, and manage records and communities on Compoid repositories using natural language.

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 3 credentials: COMPOID_REPO_API_KEY, COMPOID_AI_API_KEY, UPLOAD_AUTH_TOKEN
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.
configSORT_ORDER"": "bestmatch",
configDOWNLOAD_PATH"": "/home/username/Downloads",
configCOMPOID_REPO_API_URL"": "https://www.compoid.com/api",
configCOMPOID_AI_API_URL"": "https://api.compoid.com/v1",
configCOMPOID_UPLOAD_URL"": "https://mcpv.compoid.com/upload",
configCOMPOID_AI_MODEL"": "Qwen3.5-27B-FP8",
🔐 secretCOMPOID_REPO_API_KEY"": "Repository-Compoid-Pro-Subscription-API-Key",
🔐 secretCOMPOID_AI_API_KEY"": "Remote-AI-Compoid-Pro-Subscription-API-Key",
🔐 secretUPLOAD_AUTH_TOKEN"": "Remote-MCP-Compoid-Pro-Subscription-API-Key"
configCOMPOID_TIMEOUT(default: 30.0) - Request timeout in seconds
configCOMPOID_MAX_CONCURRENT(default: 10) - Maximum concurrent API requests
configCOMPOID_DEFAULT_PAGE_SIZE(default: 25) - Default number of results per page
configCOMPOID_MAX_PAGE_SIZE(default: 200) - Maximum allowed results per page
configCOMPOID_DAILY_LIMIT(default: 100000) - Daily request limit
configLOG_LEVEL"": "DEBUG",
configLOG_API_REQUESTS"": "true",
configEXTRACT_ARCHIVE"": "true",
// 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 4 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/compoid-compoid-mcp-1ycraq)](https://m8ven.ai/mcp/compoid-compoid-mcp-1ycraq)
commit: 5e02d7660db47d73782e7f2d85a94879d34c6c6d
code hash: d2c194fc1bf198ac54cec556387fb3277aa1cfa94eaf7333a7aac13b7a82434b
verified: 7/30/2026, 8:38:58 AM
view raw JSON →