| Rank | Model | Score |
|---|---|---|
| 1 | muse-spark-1-2 | 90.3 |
| 2 | muse-spark | 88.1 |
| 3 | kimi-k3 | 84.2 |
| 4 | claude-fable-5 | 83.3 |
| 5 | gpt-5-6-sol | 81.8 |
| 6 | gemini-3-1-pro | 78.2 |
| 7 | glm-5-2 | 77.8 |
| 8 | muse-glimmer | 75.5 |
| 9 | gpt-5-5 | 75.3 |
| 10 | inkling | 74.1 |
| 11 | qwen3-6-plus | 74.1 |
| 12 | deepseek-v4-pro | 73.2 |
| 13 | kimi-k2-6 | 68.1 |
| 14 | gpt-5-4 | 67.2 |
| 15 | kimi-k2-5 | 64 |
| 16 | qwen3-6-35b-a3b | 62.8 |
| 17 | claude-opus-4-6 | 62.7 |
| 18 | claude-opus-4-5 | 62.3 |
| 19 | solar-pro-4 | 61.4 |
| 20 | claude-sonnet-4-6 | 61.3 |
| 21 | gpt-5-2 | 60.6 |
| 22 | gemini-3-flash | 57.4 |
| 23 | nemotron-3-ultra-550b-a55b | 44.7 |
1 phaseActive
Scale AI's benchmark for tool-use competency with 1,000 natural-language tasks across 36 real MCP servers. Claim-level scoring, CC BY 4.0. Metric: % accuracy (0.75 claim coverage).
Quick answer: MCP-Atlas is a large-scale benchmark by Scale AI that measures LLM agent tool-use competency against 36 production MCP (Model Context Protocol) servers. It contains 1,000 expert-written, multi-step tasks spanning 220 tools, scored using a claim-level rubric rather than exact-match. Prompts deliberately don't specify which tools to use, requiring agents to discover and compose the right tools autonomously. Claude Fable 5 leads the Inkling comparison set at 83.3%.
What it tests: An LLM agent's ability to identify relevant tools from a large toolspace, compose multi-step workflows across multiple MCP servers, and produce answers that satisfy atomic factual claims grounded in tool outputs.
Why it matters: Most tool-use benchmarks use mock servers or simple single-tool tasks. MCP-Atlas uses real production MCP servers, forcing models to deal with realistic tool schemas, server discovery, and multi-hop orchestration — the actual conditions of deployed agents. Its claim-level scoring also separates cognitive failures (wrong synthesis, premature stopping) from tool-call failures, providing actionable diagnostics.
Known limitations: The 500-task public split is freely available; a 500-task private split is held back to preserve leaderboard integrity, so local reproduction covers only half the benchmark. Scores depend on tool availability and reproducibility of external MCP servers.
MCP-Atlas evaluates agents across three axes that prior MCP evaluations missed:
The benchmark also includes an 11-category diagnostic taxonomy separating:
| Field | Value |
|---|---|
| Task category | Agentic / tool use |
| Metric | % accuracy (claim-level, 0.75 coverage threshold) |
| Number of tasks | 1,000 (500 public + 500 private) |
| MCP servers | 36 real production servers |
| Tools | 220 |
| Pass threshold | 0.75 claim coverage |
| License | CC BY 4.0 |
| Created by | Chaithanya Bandi, Razvan-Gabriel Dumitru, Ben Hertzberg, Divyansh Agarwal et al. |
| Affiliation | Scale AI |
| Source paper | MCP-Atlas: A Large-Scale Benchmark for Tool-Use Competency with Real MCP Servers (arXiv 2602.00933) |
| GitHub | scaleapi/mcp-atlas |
Each task has a natural-language prompt and a rubric of atomic factual claims. The agent executes tool calls and produces a final answer. An automated claim evaluator checks the answer against each claim. A task is "passed" if the fraction of satisfied claims ≥ 0.75. The reported score is the percentage of tasks passed at this threshold. This design allows valid alternative tool-call trajectories — agents that arrive at the correct answer through different tool combinations — to receive full credit.
Scores from Inkling model card (Thinking Machines Lab, July 2026). All 9 comparison models reported.
| Rank | Model | Score | Weights |
|---|---|---|---|
| 1 | Claude Fable 5 | 83.3% | Closed |
| 2 | GPT-5.6 Sol | 81.8% | Closed |
| 3 | Gemini 3.1 Pro | 78.2% | Closed |
| 4 | GLM 5.2 | 77.8% | Open |
| 5 | Inkling | 74.1% | Open |
| 6 | DeepSeek V4 Pro | 73.2% | Open |
| 7 | Kimi K2.6 | 68.1% | Open |
| 8 | Kimi K2.5 | 64.0% | Open |
| 9 | Nemotron 3 Ultra 550B | 44.7% | Open |
| Benchmark | Focus | Tasks | Scoring | Real APIs? |
|---|---|---|---|---|
| MCP-Atlas | MCP tool use, multi-step | 1,000 | Claim-level | Yes (36 servers) |
| τ2-Bench (Banking) | Customer service agents | ~240 | Task success rate | Simulated |
| SWE-Bench Verified | GitHub issue resolution | 500 | Pass/fail | Sandboxed |
| TerminalBench | CLI task completion | ~1,000 | Pass/fail | Sandboxed |
Last updated 2026-07-16.