Benchgen

MCP-Atlas — Results

RankModelScore
1muse-spark-1-290.3
2muse-spark88.1
3kimi-k384.2
4claude-fable-583.3
5gpt-5-6-sol81.8
6gemini-3-1-pro78.2
7glm-5-277.8
8muse-glimmer75.5
9gpt-5-575.3
10inkling74.1
11qwen3-6-plus74.1
12deepseek-v4-pro73.2
13kimi-k2-668.1
14gpt-5-467.2
15kimi-k2-564
16qwen3-6-35b-a3b62.8
17claude-opus-4-662.7
18claude-opus-4-562.3
19solar-pro-461.4
20claude-sonnet-4-661.3
21gpt-5-260.6
22gemini-3-flash57.4
23nemotron-3-ultra-550b-a55b44.7

MCP-Atlas

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).

Overview

MCP-Atlas

Category Metric Tasks Servers License

Paper GitHub

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%.

At a Glance

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.

What MCP-Atlas Measures

MCP-Atlas evaluates agents across three axes that prior MCP evaluations missed:

  1. Realistic multi-step workflows: Tasks require cross-server orchestration — combining results from multiple tools across multiple MCP servers in sequence.
  2. Breadth across authentic MCP servers: 36 real production MCP servers (not mocks) covering domains including search, calendar, code execution, databases, and more.
  3. Structured claim-level scoring: Each task's expected answer is decomposed into atomic factual claims. An agent's response is scored by the fraction of claims it satisfies, with a default threshold of 0.75 (75% of claims must be satisfied for the task to count as passed). This allows alternate valid tool-call paths to receive credit.

The benchmark also includes an 11-category diagnostic taxonomy separating:

  • Cognitive failures: incorrect synthesis, premature stopping, parsing errors (~63.3% of failures)
  • Tool-call failures: wrong tool selection, parameter errors

Benchmark Specifications

FieldValue
Task categoryAgentic / tool use
Metric% accuracy (claim-level, 0.75 coverage threshold)
Number of tasks1,000 (500 public + 500 private)
MCP servers36 real production servers
Tools220
Pass threshold0.75 claim coverage
LicenseCC BY 4.0
Created byChaithanya Bandi, Razvan-Gabriel Dumitru, Ben Hertzberg, Divyansh Agarwal et al.
AffiliationScale AI
Source paperMCP-Atlas: A Large-Scale Benchmark for Tool-Use Competency with Real MCP Servers (arXiv 2602.00933)
GitHubscaleapi/mcp-atlas

How MCP-Atlas Is Scored

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.

State-of-the-Art Results

Scores from Inkling model card (Thinking Machines Lab, July 2026). All 9 comparison models reported.

RankModelScoreWeights
1Claude Fable 583.3%Closed
2GPT-5.6 Sol81.8%Closed
3Gemini 3.1 Pro78.2%Closed
4GLM 5.277.8%Open
5Inkling74.1%Open
6DeepSeek V4 Pro73.2%Open
7Kimi K2.668.1%Open
8Kimi K2.564.0%Open
9Nemotron 3 Ultra 550B44.7%Open
BenchmarkFocusTasksScoringReal APIs?
MCP-AtlasMCP tool use, multi-step1,000Claim-levelYes (36 servers)
τ2-Bench (Banking)Customer service agents~240Task success rateSimulated
SWE-Bench VerifiedGitHub issue resolution500Pass/failSandboxed
TerminalBenchCLI task completion~1,000Pass/failSandboxed

Last updated 2026-07-16.