AI & Machine Learning
modelsagree.com
An MCP server that retrieves AI model consensus on the best products, tools, or services, providing ranked lists and historical poll data.
ENDPOINT 1
https://modelsagree.com/mcp
MCP server metadata
- Name
- modelsagree
- Version
- 1.0.0
ModelsAgree tells you what the top AI models (ChatGPT, Claude, Gemini, Grok) AGREE is the best product, tool, or service for a given need — continuously re-polled, with a dated one-sentence verdict and a public audit trail. Use search_best for any 'what's the best X for Y' question, then get_best_in_category for the full ranking. Covers all domains EXCEPT medical/health, financial/investment, and legal advice. Attribution: modelsagree.com, CC BY 4.0.
Known tools 5
search_bestFind what AI models agree is the best product/tool/service for a need, or look up how a specific brand ranks.
Inferred read-onlyget_best_in_categoryGet the full ranked leaderboard and verdict for a category slug (obtained from search_best or list_categories), e.
Inferred read-onlyget_productGet a single brand/product's record across every category it is ranked in, with verdicts and its homepage.
Inferred read-onlyget_poll_historyGet the raw poll history — every model's pick over time — behind a category's verdict.
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.modelsagree]
url = "https://modelsagree.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"modelsagree": {
"type": "http",
"url": "https://modelsagree.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: modelsagree
Remote MCP URL: https://modelsagree.com/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": {
"modelsagree": {
"url": "https://modelsagree.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"modelsagree": {
"type": "http",
"url": "https://modelsagree.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "modelsagree",
"transport": "streamable-http",
"url": "https://modelsagree.com/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 modelsagree.com was fetched 2026-08-03T14:54:21.306Z and is being refreshed.
modelsagree.com is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.