
MCP integration documentation
DatoQA — Official Public Holidays
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 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/holidays
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/holidays
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/holidays"
}
}
}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/holidays"
}
}
}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 — Official Public Holidays
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"
}Coverage and interpretation
French government calendars cover 13 zones; GOV.UK calendars cover three divisions. Only source-published years are available. These are not worldwide or school calendars. No listed holiday does not establish a working day, paid leave or opening hours.
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.