Saudi economic & social statistics (GASTAT/DataSaudi) in English or Arabic. Keyless, no database.
If you already use Datasaudi, the datasaudi mcp server is the piece that lets your assistant work with it directly. Saudi economic & social statistics (GASTAT/DataSaudi) in English or Arabic. Keyless, no database.
Here it is in Claude Desktop — one plain‑English question, and the model finds the dataset, pulls Riyadh's real‑estate price index against the national trend, and charts it:
The server ships on PyPI as datasaudi-mcp, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
list_cubes — Search the 277‑dataset catalog by keyword (English or Arabic)describe_cube — Show one dataset's breakdown dimensions and measuresquery_cube — Run a validated query and return tidy rows — with the query echoed back and honest pagingThis sits in the database access group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Datasaudi's toolset — list_cubes, describe_cube, query_cube — is a fair guide to whether it matches your workflow. It is maintained by mohsinmshabbir; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Datasaudi's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| list_cubes | Search the 277‑dataset catalog by keyword (English or Arabic). |
| describe_cube | Show one dataset's breakdown dimensions and measures. |
| query_cube | Run a validated query and return tidy rows — with the query echoed back and honest paging. |
{
"mcpServers": {
"datasaudi": {
"command": "uvx",
"args": ["datasaudi-mcp"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.