MegaMCP is a product suite for teams building, monitoring, connecting, and selling MCP servers. Sentinel v0 is shipped. Foundry is in pilot. Gateway, Vault, Registry, and Inspector are planned.
These docs are intentionally factual. They describe what is shipped, what is in pilot, and what is planned next.
Reliability checks for MCP servers: reachability, initialize, tools/list, latency, run history, and schema drift.
A control plane for hosted builder installs, releases, billing posture, and human-approved agent operations.
A single authenticated endpoint for teams that need to connect many MCP servers without scattering credentials.
Credential handling, HMAC patterns, and scoped secret access for sensitive MCP workflows.
Discovery built from real inventory, operator review, access terms, and Sentinel evidence where available.
Interactive testing and debugging for MCP tools before they are wired into production agent workflows.
Every public claim should trace back to real inventory, checks, review notes, or access terms. That is how the platform earns trust without fake scores.
The first shipped product monitors the health of other MCP servers and gives operators a record they can inspect.
The npm package is the zero-signup path for checking an MCP server. Version 0.1.9 preserves JSON output artifacts for CI, release gates, and audit handoff, then turns saved Sentinel results into a customer-facing reliability audit draft.
npx --yes @megamcp/sentinel@latest check https://your-server.example/mcp --fail-on-degraded --latency-budget-ms 5000 --min-tools 3 --output sentinel-result.json
npx --yes @megamcp/sentinel@latest audit sentinel-result.json --output mcp-reliability-audit.md
Add --header "Authorization: Bearer ..." for protected MCP endpoints. The check command exits non-zero for down targets, fails degraded targets with --fail-on-degraded, and writes sentinel-result.json before exiting. The audit command reads that JSON and writes mcp-reliability-audit.md.
Use this after you have an account and an API token from the dashboard. Keep bearer tokens out of commits and shared screenshots.
{
"mcpServers": {
"megamcp": {
"url": "https://megamcp.com/mcp",
"headers": { "Authorization": "Bearer mmk_your_token" }
}
}
}
Replace mmk_your_token with the token from your dashboard.
Production MCP work should be boring in the right places: scoped access, confirmation for risky actions, reviewable evidence, and clear ownership.
Real tools/list inventory, current access terms, security notes, Sentinel evidence when available, and a seller or operator contact path.
Fake reliability scores, invented usage numbers, vague security claims, or planned product behavior written as if it already shipped.
For access, review, or operator questions, contact support@megamcp.com.