DatoQA — Historical Exchange Rates
ECB recent and historical EUR reference exchange rates since 1999. Exact source dates, original decimals, citations and explicit gaps. Not live or executable prices.
6 tools

MCP integration documentation
Free pilot MCP for historical exchange rates, country economic indicators and official public holidays. Source citations, observation dates and explicit gaps.
24 read-only tools · Streamable HTTP · No account, API key or wallet · Free factual tools during the pilot
ECB recent and historical EUR reference exchange rates since 1999. Exact source dates, original decimals, citations and explicit gaps. Not live or executable prices.
6 tools
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 tools
Official French territory and UK division public-holiday calendars. Published years, local dates, original titles and substitute-day notes. Not worldwide, school calendars, working-day determinations or business opening hours.
5 tools
Remote MCP endpoint:
https://datoqa.bhazarstudio.workers.dev/mcp
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 mcp add --transport http datoqa https://datoqa.bhazarstudio.workers.dev/mcp
Use /mcp to check the connection. Download project .mcp.json content.
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"
}
}
}Download VS Code configuration
Merge into the project’s .cursor/mcp.json, then review the server in MCP settings.
{
"mcpServers": {
"datoqa": {
"url": "https://datoqa.bhazarstudio.workers.dev/mcp"
}
}
}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.
What was the ECB USD reference rate per EUR on 15 September 2008? Cite the source and distinguish it from a tradable quote.
Avec DatoQA, donne le taux de référence BCE du dollar pour un euro au 15 septembre 2008, avec sa source. Précise qu’il ne s’agit pas d’un cours négociable.
Tool: get_exchange_rate_history
{
"currency": "USD",
"date": "2008-09-15"
}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
}Which official bank holiday is listed for England and Wales on 28 December 2026? Preserve the substitute-day note; do not infer business opening hours.
Avec DatoQA, quel jour férié officiel est publié pour l’Angleterre et le pays de Galles au 28 décembre 2026 ? Conserve la note de report, sans conclure sur les horaires des commerces.
Tool: get_public_holidays
{
"region": "gb-england-and-wales",
"date": "2026-12-28"
}Use the focused guides for their exact coverage. Other general tools include ten NWS US forecast points, a rolling USGS M2.5+ earthquake feed and the latest 20 French RappelConso notices; none is exhaustive.
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.
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.