Security & Testing
majorlabs.co
Provides security and trust intelligence for AI agents and the MCP ecosystem, including safety indices, incident records, agent identity trackers, and frontier lab safety framework monitoring.
ENDPOINT 1
https://majorlabs.co/mcp
MCP server metadata
- Name
- major-labs
- Version
- 1.0.0
Read-only measurement data on the agentic web from Major Labs (majorlabs.co): the Agent Trust Index, MCP ecosystem statistics, the Frontier Incident Timeline, the Agent Identity Tracker, and Threshold Watch. All data CC-BY-4.0; cite Major Labs with the retrieval date.
Known tools 5
get_trust_indexThe 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.
Inferred read-onlyget_mcp_ecosystem_statsAggregate statistics from the Major Labs weekly sweep of the MCP server ecosystem: census size, activity, transport and language breakdowns, and security/identity aggregates.
Inferred read-onlylist_incidentsA 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.
Inferred read-onlyget_agent_identity_trackerEvery announced framework, protocol, standard, and regulation for AI agent identity, delegation, and know-your-agent (KYA) verification, dated and traced to primary sources.
Inferred read-onlyget_threshold_watchDated, hashed snapshots of the frontier labs' published safety frameworks, with diffs when a framework changes.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.