Chat with AI and run tools instantly — no account needed.
Scottish Government official statistics via the statistics.gov.scot SPARQL endpoint. Query datasets on earnings, housing, health, education, crime, population, and more for Scottish regions and council areas.
Domain knowledge for Scottish Government Statistics — workflow patterns, data models, and gotchas for your AI agent.
statistics.gov.scot is the Scottish Government's official open data platform built on linked data (RDF). Data is queried via a SPARQL endpoint.
http://statistics.gov.scot/data/earnings). Each dataset has observations with dimensions and measures.http://statistics.gov.scot/data/earnings — Earnings by geography and genderhttp://statistics.gov.scot/data/house-sales-prices — House priceshttp://statistics.gov.scot/data/economic-inactivity — Economic inactivityhttp://statistics.gov.scot/data/mid-year-pop-est — Mid-year population estimateshttp://statistics.gov.scot/data/crime-and-justice — Crime and justicehttp://statistics.gov.scot/data/hospital-admissions — Hospital admissionsSELECT DISTINCT ?dataset ?label
WHERE {
?dataset a <http://publishmydata.com/def/dataset#Dataset> .
?dataset <http://www.w3.org/2000/01/rdf-schema#label> ?label
}
ORDER BY ?label
SELECT ?geo ?period ?value
WHERE {
?obs <http://purl.org/linked-data/cube#dataSet> <http://statistics.gov.scot/data/earnings> .
?obs <http://purl.org/linked-data/sdmx/2009/dimension#refArea> ?geo .
?obs <http://purl.org/linked-data/sdmx/2009/dimension#refPeriod> ?period .
?obs <http://statistics.gov.scot/def/measure-properties/median> ?value
}
LIMIT 20
query form parameterapplication/sparql-results+jsonhttp://reference.data.gov.uk/id/year/2023List all available datasets on the Scottish Government Statistics platform. Returns dataset URIs and labels. Optionally filter by keyword. Covers earn...
Execute a custom SPARQL query against the Scottish Government Statistics linked data endpoint. Supports querying any dataset on statistics.gov.scot in...
Scottish Government official statistics via the statistics.gov.scot SPARQL endpoint. Query datasets on earnings, housing, health, education, crime, population, and more for Scottish regions and council areas. It provides 2 tools that AI agents can use through the Model Context Protocol (MCP).
Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/scottish-stats. Authentication is handled automatically.
Scottish Government Statistics provides 2 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.
Scottish Government Statistics uses open data APIs — no authentication required.
Connect Scottish Government Statistics to any MCP client in minutes
Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.
Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.
Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.
More open data integrations you might like
British Geological Survey AGS File Utilities API. Validate, convert, and generate graphical logs fro...
APIs.guru is the largest directory of OpenAPI specifications and REST API definitions. Browse and se...
AQUAVIEW offers access to a large database of global oceanographic datasets, enabling researchers an...
Bank of England Statistical Interactive Database. Retrieve daily exchange rates (GBP vs major curren...
British Geological Survey OpenGeoscience OGC API. Access geology, earthquake, landslide, borehole, a...
British Geological Survey Sensor Data Service (OGC SensorThings API). Access real-time and historica...