FCSC MCP Server

FCSC MCP Server

Exposes official UAE statistics from the Federal Competitiveness and Statistics Centre (FCSC) as callable tools, enabling AI assistants to discover datasets and fetch labelled data via the FCSC SDMX API.

Category
访问服务器

README

FCSC MCP Server

An MCP server that exposes official UAE statistics from the Federal Competitiveness and Statistics Centre (FCSC) as tools an AI assistant can call.

It acts as the bridge between Claude and the FCSC SDMX API: Claude never calls FCSC directly. It invokes a tool here, this server calls the FCSC endpoint, and the response is returned as readable, labelled data. FCSC credentials stay in this server's environment and are never exposed to the model.

Status

The tool layer is complete and tested against local stubs. It has not yet returned live FCSC data — see Known blocker below.

Tools

Tool Purpose
listDatasets Discover available datasets, filtered by topic or free-text search.
getDatasetData Fetch observations for one dataset as a labelled table.
getDatasetStructure List a dataset's dimensions and codelists, for building filtered keys.

Rather than defining 50 near-identical tools, the server is driven by datasets.json — a manifest of 50 FCSC dataflows spanning Economy, Social and Environment topics. Claude discovers what exists with listDatasets, then reads it with getDatasetData.

Setup

npm install
npm start

Register it with an MCP client (stdio transport):

{
  "mcpServers": {
    "fcsc-statistics": {
      "command": "node",
      "args": ["/absolute/path/to/my-mcp-server/server.js"]
    }
  }
}

Environment variables

Variable Purpose
FCSC_BASE_URL Override the API base URL. Useful for pointing at a test stub.
FCSC_API_KEY Sent as Ocp-Apim-Subscription-Key if FCSC issue an API key.

Regenerating the dataset manifest

datasets.json is generated from the FCSC deep-links spreadsheet:

npm run build:manifest -- "/path/to/FCSC- MOBILE APP- Deep links.xlsx"

The generator scans the three URL columns for the first /rest/data/ URL and normalises it to the flat (dimensionAtObservation=AllDimensions) flavour itself, rather than trusting the spreadsheet's "SDMX flavour (Flat)" column — that column has known defects, including one row shifted a column right and 19 rows whose time-series URL duplicates the flat one.

Two rows (Vital Statistics → Birth, Death) carry no URL at all and are reported as skipped.

Known blocker

The FCSC hosts sit behind Cloudflare bot protection, which returns HTTP 403 to every non-browser client — the whole domain, not just the API paths. A browser User-Agent does not help.

The API itself is live and serving: an external request reached DF_LFUNEMP_ED and received HTTP 200 with SDMX-ML. So the barrier is Cloudflare sitting between a program and the API, not the API itself.

Needed from FCSC: a machine-usable path to the API — an API key, a service account, or allowlisting for the server — plus confirmation of which response format the service will serve.

The server negotiates for SDMX-JSON, falls back to SDMX-CSV, and detects SDMX-ML and reports it rather than failing silently. If FCSC only ever serve SDMX-ML, an XML parsing path needs adding.

Layout

server.js                  MCP server and tool definitions
fcsc.js                    URL building, HTTP, SDMX parsing, table rendering
datasets.json              Generated manifest of 50 FCSC dataflows
scripts/build-manifest.py  Regenerates datasets.json from the spreadsheet

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选