INDIVIDUAL MCP TOOL
get_mcp_ecosystem_stats
Aggregate statistics from the Major Labs weekly sweep of the MCP server ecosystem: census size, activity, transport and language breakdowns, and security/identity aggregates.
LIVE ENDPOINT
https://majorlabs.co/mcp
Connect to this endpoint to inspect the live schema for get_mcp_ecosystem_stats and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.major-labs]
url = "https://majorlabs.co/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"major-labs": {
"type": "http",
"url": "https://majorlabs.co/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: major-labs
Remote MCP URL: https://majorlabs.co/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"major-labs": {
"url": "https://majorlabs.co/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"major-labs": {
"type": "http",
"url": "https://majorlabs.co/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "major-labs",
"transport": "streamable-http",
"url": "https://majorlabs.co/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_trust_index— The weekly Agent Trust Index: one composite score (0-100) for how safe the agentic web is to transact on, fused from code-safety, identity, and supply-chain pillars, with the per-pillar numbers and methodology version.list_incidents— A dated, sourced record of frontier AI control incidents: containment escapes, unsanctioned live-system actions, evaluation incidents, and insider disclosures, with published inclusion criteria and sources for every claim.get_agent_identity_tracker— Every announced framework, protocol, standard, and regulation for AI agent identity, delegation, and know-your-agent (KYA) verification, dated and traced to primary sources.get_threshold_watch— Dated, hashed snapshots of the frontier labs' published safety frameworks, with diffs when a framework changes.