AI & Machine Learning
agentcrush.xyz
Searches and compares AI agents across various metrics and categories.
ENDPOINT 1
https://agentcrush.xyz/api/mcp/v1
MCP server metadata
- Name
- AgentCrush
- Version
- 1.0.0
Known tools 14
search_agentsSearch AI agents by name or keyword across AgentCrush's evidence-ranked index.
Inferred read-onlyget_agent_detailsGet full details for a specific AI agent including all category scores it qualifies for (model_family, tokenized, service, developer).
Inferred read-onlyget_agent_historyGet rank and score history for an AI agent over the past 1–90 days.
Inferred read-onlylist_categoriesList the 5 AgentCrush agent categories with tracked + evidence-ranked counts and current methodology versions.
Inferred read-onlyget_methodologyGet the scoring methodology for one category — weights, signal sources, formulas, evidence-ready rule, and known limitations.
Inferred read-onlyget_agent_trustSingle-call composite trust score (0-100) + classification (verified / provisional / unverified / low_trust) for delegation decisions.
Inferred read-onlyverify_counterpartyTHE pre-transaction question in one free call: should my agent deal with this counterparty right now?
Inferred read-onlyget_top_moversReturns the top weekly rank movers (up + down) computed from agents.weekly_delta.
Inferred read-onlyget_protocol_adoptionHow many indexed agents touch each major protocol/surface (ERC-8004 verified, Virtuals tokens, Agentverse, x402/Bazaar, HuggingFace, GitHub).
Inferred read-onlyget_ecosystem_summaryOne-call ecosystem-level summary: counts (total, evidence-ranked, archived), category mix (model_family/tokenized/service/developer/mcp_server), category leaders, snapshot volume last 30 days.
Inferred read-onlyfind_agentsCounterparty discovery: "which agents can do X and are safe to pay?" Returns the top 3 ranked candidates with liveness (30-day Ghost Index rule), trust tier, verified payment rails (x402/MCP/ERC-8004), scores, and endpoints, plus the total match count.
Potential side effectsCONNECT 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.agentcrush]
url = "https://agentcrush.xyz/api/mcp/v1"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentcrush": {
"type": "http",
"url": "https://agentcrush.xyz/api/mcp/v1"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentcrush
Remote MCP URL: https://agentcrush.xyz/api/mcp/v1
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": {
"agentcrush": {
"url": "https://agentcrush.xyz/api/mcp/v1"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentcrush": {
"type": "http",
"url": "https://agentcrush.xyz/api/mcp/v1"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentcrush",
"transport": "streamable-http",
"url": "https://agentcrush.xyz/api/mcp/v1"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://www.agentcrush.xyz/api/mcp/v1
MCP server metadata
- Name
- AgentCrush
- Version
- 1.0.0
Known tools 14
search_agentsSearch AI agents by name or keyword across AgentCrush's evidence-ranked index.
Inferred read-onlyget_agent_detailsGet full details for a specific AI agent including all category scores it qualifies for (model_family, tokenized, service, developer).
Inferred read-onlyget_agent_historyGet rank and score history for an AI agent over the past 1–90 days.
Inferred read-onlylist_categoriesList the 5 AgentCrush agent categories with tracked + evidence-ranked counts and current methodology versions.
Inferred read-onlyget_methodologyGet the scoring methodology for one category — weights, signal sources, formulas, evidence-ready rule, and known limitations.
Inferred read-onlyget_agent_trustSingle-call composite trust score (0-100) + classification (verified / provisional / unverified / low_trust) for delegation decisions.
Inferred read-onlyverify_counterpartyTHE pre-transaction question in one free call: should my agent deal with this counterparty right now?
Inferred read-onlyget_top_moversReturns the top weekly rank movers (up + down) computed from agents.
Inferred read-onlyget_protocol_adoptionHow many indexed agents touch each major protocol/surface (ERC-8004 verified, Virtuals tokens, Agentverse, x402/Bazaar, HuggingFace, GitHub).
Inferred read-onlyget_ecosystem_summaryOne-call ecosystem-level summary: counts (total, evidence-ranked, archived), category mix (model_family/tokenized/service/developer/mcp_server), category leaders, snapshot volume last 30 days.
Inferred read-onlyfind_agentsCounterparty discovery: "which agents can do X and are safe to pay?
Potential side effectsCONNECT 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.agentcrush]
url = "https://www.agentcrush.xyz/api/mcp/v1"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentcrush": {
"type": "http",
"url": "https://www.agentcrush.xyz/api/mcp/v1"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentcrush
Remote MCP URL: https://www.agentcrush.xyz/api/mcp/v1
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": {
"agentcrush": {
"url": "https://www.agentcrush.xyz/api/mcp/v1"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentcrush": {
"type": "http",
"url": "https://www.agentcrush.xyz/api/mcp/v1"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentcrush",
"transport": "streamable-http",
"url": "https://www.agentcrush.xyz/api/mcp/v1"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://agentcrush.xyz/api/mcp
MCP server metadata
- Name
- AgentCrush
- Version
- 1.0.0
Known tools 4
compare_agentsCompare two AI agents side-by-side: rank, score, tier, and archetype.
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.agentcrush]
url = "https://agentcrush.xyz/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentcrush": {
"type": "http",
"url": "https://agentcrush.xyz/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentcrush
Remote MCP URL: https://agentcrush.xyz/api/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": {
"agentcrush": {
"url": "https://agentcrush.xyz/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentcrush": {
"type": "http",
"url": "https://agentcrush.xyz/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentcrush",
"transport": "streamable-http",
"url": "https://agentcrush.xyz/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for agentcrush.xyz was fetched 2026-08-28T09:10:00.432Z.
agentcrush.xyz is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.