← Registry

Analytics

stackdata.io

Provides access to statistical datasets and tariff schedules, enabling queries and data retrieval.

1 endpoint4 known toolsFirst detected August 29, 2026Last detected August 29, 2026

ENDPOINT 1

https://api.stackdata.io/mcp

No auth detected

MCP server metadata

Name
stackdata
Version
0.1
Capabilities
tools
Server instructions

StackData: official statistics and customs tariffs for agents. Start with search_datasets or resolve_data; get_table serves whole stored tables; tariff_lookup answers as-of duty questions for eu/us/uk/jp. Anonymous use is quota-limited; pass an API key as the x-api-key header.

Known tools 4

search_datasets

Search StackData's catalog of 50k+ official statistical datasets (SDMX/World Bank dataflows, China censuses and yearbooks, tariff schedules).

Inferred read-only
get_table

Fetch a STORED table whole, by dataset id (families cn-nbs-census and cn-nbs-yearbook): labelled rows × columns with original-language labels, English overlay, units, and provenance down to the source file.

Inferred read-only
tariff_lookup

As-of customs-tariff lookup: which measures/duty rates apply to a goods code in a jurisdiction (eu, us, uk, jp), optionally from an origin, on a date.

Inferred read-only
resolve_data

Ask a data question in English ('unemployment rate in Japan', 'compare GDP in Japan and Germany') — resolves to the best covering dataset and returns the observations, with coverage honesty (missing countries are reported, never papered over).

Inferred read-only

CONNECT 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.stackdata]
url = "https://api.stackdata.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "stackdata": {
      "type": "http",
      "url": "https://api.stackdata.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: stackdata
Remote MCP URL: https://api.stackdata.io/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": {
    "stackdata": {
      "url": "https://api.stackdata.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "stackdata": {
      "type": "http",
      "url": "https://api.stackdata.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "stackdata",
  "transport": "streamable-http",
  "url": "https://api.stackdata.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.