MCP integration documentation

DatoQA — Economic Indicators

World Bank annual country indicators and history since 1960; scoped Eurostat, BLS and Bank of Canada series. Units, source dates, missing values and citations. Availability varies by series; not real-time.

13 read-only tools · Streamable HTTP · No account, API key or wallet · Free factual tools during the pilot

Connect your agent

Remote MCP endpoint:

https://datoqa.bhazarstudio.workers.dev/mcp/economy

Connect one scope. Adding both the general server and every theme duplicates tools. Review and merge configuration with existing servers; do not overwrite another connection named datoqa.

Claude Code

claude mcp add --transport http datoqa https://datoqa.bhazarstudio.workers.dev/mcp/economy

Use /mcp to check the connection. Download project .mcp.json content.

VS Code / GitHub Copilot

Merge into .vscode/mcp.json, then use MCP: List Servers and enable the tools in agent chat.

{
  "servers": {
    "datoqa": {
      "type": "http",
      "url": "https://datoqa.bhazarstudio.workers.dev/mcp/economy"
    }
  }
}

Download VS Code configuration

Cursor

Merge into the project’s .cursor/mcp.json, then review the server in MCP settings.

{
  "mcpServers": {
    "datoqa": {
      "url": "https://datoqa.bhazarstudio.workers.dev/mcp/economy"
    }
  }
}

Download Cursor configuration

Get your first sourced answer

If you know the supported identifiers, call the data tool directly. A separate catalog or evidence call is optional. The data response already includes citations and freshness.

DatoQA — Economic Indicators

Show US GDP per capita in current USD for 2000 and 2020, with source, observation years and missing values. Do not describe the difference as real purchasing-power growth.

Avec DatoQA, compare le PIB par habitant des États-Unis en dollars courants en 2000 et en 2020. Cite la source et distingue les dollars courants du pouvoir d’achat réel.

Tool: get_historical_indicators

{
  "country": "USA",
  "indicator": "gdp_per_capita",
  "from": 2000,
  "to": 2020
}

Open the equivalent HTTP data response

Coverage and interpretation

World Bank annual series start in 1960, with country/year gaps. Eurostat covers scoped EU/EFTA monthly and quarterly series since 2020. Canadian policy rates begin in 2010. BLS is a supported interface but may be unavailable: inspect its directory. Never mix current USD, constant USD and PPP.

Read status, returned, observation dates, units, nulls, freshness, citation and provenance. Collection time is not the observation period. Historical values can be revised. independently_verified remains false: official-source and schema checks are not independent factual corroboration. Missing information stays unavailable.

Troubleshooting and verification

Use Streamable HTTP with the exact endpoint above. Client policies and workspace trust may restrict MCP. No authentication is required for factual tools. A successful HTTP status alone does not prove usable data: inspect the structured status. An out-of-theme tool requires another scope.

Runnable HTTP and SDK examples · Dated response excerpts · Live catalog · OpenAPI · Plain-text quickstart

Configuration syntax checked against official client documentation; SDK tests are not end-to-end certification of each client interface. No uptime guarantee during the pilot. The optional paid HTTP country report is separate and is never called by these examples.