Autario MCP

Verified data for AI agents. 2,700+ public datasets (World Bank, FRED, Eurostat, OECD, WHO, ECB, US Census, IMF) joined under one ontology, with built-in statistical analysis and chart publishing. Plug it into Claude Desktop, ChatGPT, Cursor, or any MCP-compatible client | your model gets numbers it cannot hallucinate. It runs locally over stdio via the published package.

People who work with Autario and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-06-09 · ★ 2 · #505 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18

JavaScript servers · how we verify → /methodology

01 · Install Autario MCP

before you install - you'll need

Set AUTARIO_API_KEY, AUTARIO_API_SECRET before connecting.

Claude Code

claude mcp add autario-autario-mcp -- npx -y autario-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "autario-autario-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "autario-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package autario-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.Autario is GitHub-verified and matches the repo owner

03 · What Autario MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v2.1.0 · 2026-06-09

Autario MCP server v2.1.0 - search, query, join, and analyze 2,700+ verified public datasets (World Bank, FRED, Eurostat, OECD, WHO, ECB, US Census, IMF) with cross-dataset joins, statistical analysis, and chart…

04 · Who maintains Autario MCP

autario-mcp is maintained by autario. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
other - ranked #505 of 945 actively-maintained other servers as of 2026-09-18.
registry
io.github.Autario/autario-mcp (active, first published 2026-08-27)
packages
npm:autario-mcp

06 · Autario MCP FAQ

What is Autario MCP?

Verified data for AI agents. 2,700+ public datasets (World Bank, FRED, Eurostat, OECD, WHO, ECB, US Census, IMF) joined under one ontology, with built-in statistical analysis and chart publishing. Plug it into Claude Desktop, ChatGPT, Cursor, or any MCP-compatible client | your model gets numbers it cannot hallucinate. It runs locally over stdio via the published package.

Is Autario MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-06-09. We re-verify nightly.

How do I install Autario MCP?

Run `npx -y autario-mcp`. The README documents 2 environment variables (AUTARIO_API_KEY, AUTARIO_API_SECRET) to set first. Set AUTARIO_API_KEY, AUTARIO_API_SECRET before connecting. You can also paste the ready-made client config above.

Does Autario MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Autario MCP