trackmcp
Back to directory
mohsinmshabbir

datasaudi-mcp

View on GitHub

Saudi economic data for Claude, Cursor & any MCP client — English or Arabic, keyless. Refuses to silently mislead.

1 stars PythonOthers Updated Jul 9, 2026
arabicclaudecursoreconomicsmcpmcp-servermodel-context-protocolopen-datasaudi-arabiastatisticsgastatfastmcpmenamiddle-eastdatasaudi

Documentation


GDP, inflation, trade, population, the real‑estate price index — **277 official

GASTAT datasets**, live from DataSaudi,

answered right inside your AI client. You never name a dataset; the model finds it.

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:

datasaudi-mcp answering a question in Claude Desktop

Ask it anything

Connect it in about 2 minutes (Install), then just ask:

> 💬  *"What was the real‑estate price index in Riyadh by quarter, and how does it

> compare to the national trend?"*

> 💬  *"Who are Saudi Arabia's top trading partners? Break foreign trade down by

> country and exports vs. imports."*

> 🇸🇦  *"اعرض الرقم القياسي لأسعار العقارات في الرياض حسب الربع"*

>   — ask in Arabic, get Arabic back (`الرياض`, `مكة المكرمة`). See Arabic support.

The model discovers the right dataset, pulls the numbers, and answers. **You don't need to

know any dataset names or query syntax.**

More example prompts

  • *"Show me inflation and the CPI by province for the latest year — which regions were highest?"*
  • *"How has the real‑estate price index differed between villas and apartments over time?"*
  • *"What's the population by province, split by sex and nationality (Saudi vs. non‑Saudi)?"*
  • *"Show me real GDP by economic sector, quarter over quarter, with year‑on‑year growth."*
  • *"Compare average monthly wages: Saudi vs. non‑Saudi, and men vs. women."*

What you can ask about

277 curated GASTAT / DataSaudi datasets. Every query hits the live API, so the numbers

are as current as GASTAT publishes.

📈 Economy

GDP (sector / expenditure / activity), CPI & inflation (national + by province), the

Producer Price Index, FDI, foreign trade (country / product / flow), the trade balance,

business & consumer confidence.

👥 Society

Population (province / sex / nationality / age), households & dwellings, wages, employment

& participation rates, education, health, disability.

🏗️ Real estate

The price index by province and property type (villa / apartment / land), building

permits, the construction cost index, housing tenure & type.

🌍 More

Tourism & hotel occupancy, energy & water, Hajj & Umrah, SAMA financial series,

internationally‑reported (World Bank / UN) indicators.

> [!IMPORTANT]

> Where it stops — on purpose. A data tool you can trust tells you its edges.

> - Serves the real‑estate price index (base‑year 100) — not per‑deal prices in riyals (those live in MoJ / Srem).

> - No MoJ transaction volumes, no REGA, no municipal / ZATCA / CMA data, no microdata. This is the ~277‑series *headline‑indicator* layer, not the full national corpus.

> - Geographic detail stops at the province level for most series — no city / district breakdown.

>

> Ask for something outside this and the server says so plainly, rather than guessing.


Install

No API key, nothing to configure — DataSaudi is keyless. You'll need

`uv` installed.

Claude Code — one line, no file editing:

bash
claude mcp add datasaudi -- uvx datasaudi-mcp

Claude Desktop

`Settings → Developer → Edit Config`, add the block below, then completely quit and reopen

Claude Desktop (fully quit from the tray — not just close the window):

json
{
  "mcpServers": {
    "datasaudi": {
      "command": "uvx",
      "args": ["datasaudi-mcp"]
    }
  }
}

Cursor

`Settings → Tools & MCP → New MCP Server` (or edit `~/.cursor/mcp.json`), same block:

json
{
  "mcpServers": {
    "datasaudi": {
      "command": "uvx",
      "args": ["datasaudi-mcp"]
    }
  }
}

Then ask one of the questions above.


Arabic support

Saudi data in Arabic, as a first‑class feature — not an afterthought.

  • Ask in Arabic, get Arabic back. Member names return in Arabic script: `الرياض` for

Riyadh, `مكة المكرمة` for Makkah, `المنطقة الشرقية` for the Eastern Region.

  • Catalog search works in Arabic too — an Arabic term matches the datasets' Arabic

topic / source annotations.

  • Numbers and structure are identical across languages — only the human‑readable

captions change.


The tools

Three tools do the work; the model calls them for you.

ToolWhat 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.

Troubleshooting — "datasaudi" doesn't show up

  • Did you fully quit and reopen the app? (Closing the window isn't enough — quit from the tray.)
  • Is your config valid JSON? A stray comma breaks the whole file — paste it into a JSON validator.
  • Is `uv` installed and on your PATH? Run `uvx --version` in a terminal.
  • Check the client's MCP / tools panel for an error message next to `datasaudi`.

Data source & freshness

Data comes live from `api.datasaudi.sa` (the DataSaudi Tesseract API, operated by the

Ministry of Economy & Planning; data produced by GASTAT). The server holds no local copy

— every query is fetched fresh, so results are always as current as DataSaudi itself. Only

the lightweight dataset *catalog* is cached in memory for the session.

DataSaudi's data‑usage terms are set by its operator; this project is an independent

open‑source client and attributes GASTAT / MEP as the source. Please review DataSaudi's

terms for your use case.


Contributing

Contributions welcome — see `CONTRIBUTING.md`. To develop locally:

bash
git clone https://github.com/mohsinmshabbir/datasaudi-mcp
cd datasaudi-mcp
uv sync --all-extras
uv run pytest -m "not live"    # offline test suite
uv run pytest -m live          # optional: hits the real API

License

MIT — see LICENSE.

Frequently asked questions

What is datasaudi-mcp?

datasaudi-mcp is Saudi economic data for Claude, Cursor & any MCP client — English or Arabic, keyless. Refuses to silently mislead.

How do I install datasaudi-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is datasaudi-mcp open source?

Yes — it is hosted on GitHub at https://github.com/mohsinmshabbir/datasaudi-mcp and has 1 stars.

Related MCP tools

jgravellejcodemunch-mcp

Cut AI token costs 95%+ on code exploration. The leading MCP server for precise, symbol-level GitHub code retrieval via tree-sitter AST. Works with Claude Code, Cursor & any MCP client. 313B+ tokens saved.

2,651 Python
claudeclaude-codeai-coding+17
riponcmprojectmem

Open-source coding agent memory. Records issues, attempts, fixes and decisions, then warns your agent before it repeats an approach that already failed. Native MCP server for Claude Code, Cursor, Antigravity and Codex. 100% local, no cloud, no telemetry. MIT.

796 Python
ai-agentsai-memoryai-tools+17
OpenOSINTOpenOSINT

AI-powered OSINT agent with interactive REPL, MCP server, and CLI. 19 tools. Works with Claude, GPT-4, or local models. For authorized security research only.

1,523 Python
ai-agentanthropicclaude+16
agentic-boxmemora

Give your AI agents persistent, collective memory — with deduplicating absorb, supersession lineage, semantic search, and a graph UI. Speaks MCP.

715 Python
ai-agentclaudeknowledge-graph+13
IvanMurzakUnity-MCP

AI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for free.

4,137 C#
aiai-integrationgame-development+16
atlassianatlassian-mcp-server

Official remote MCP server for Atlassian. Securely connect Jira, Confluence, Jira Service Management, Bitbucket, and Compass to Claude, ChatGPT, Cursor, VS Code, and other AI tools using OAuth 2.1 or API tokens.

1,015 JavaScript
aiai-agentsatlassian+17

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP