Skip to main content
Glama

@pipeworx/oecd

OECD 数据 MCP — sdmx.oecd.org 上的 SDMX 2.1 REST API,无需身份验证。

属于 Pipeworx — 一个将 AI 智能体连接到 1476+ 实时数据源的 MCP 网关。

工具

  • list_curated_flows(topic?) — 按主题预先审核的数据流引用。

  • search_dataflows(query, agency?, limit?) — 针对数据流注册表的关键词搜索。

  • fetch_dataset(flow_ref, key?, start_period?, end_period?, limit?) — 适用于任何 OECD 数据流的带标签的整洁 CSV 行。

Related MCP server: mcp-eurostat

查找数据流引用

以交互方式浏览 https://data-explorer.oecd.org,或使用 search_dataflows

数据源

https://sdmx.oecd.org/public/rest/ — 公开,无需密钥。

快速开始

添加到你的 MCP 客户端(Claude Desktop、Cursor、Windsurf 等):

{
  "mcpServers": {
    "oecd": {
      "url": "https://gateway.pipeworx.io/oecd/mcp"
    }
  }
}

这个端点实际提供什么

位于 https://gateway.pipeworx.io/oecd/mcptools/list 返回上表中的工具,外加共享的 Pipeworx 元工具ask_pipeworxdiscover_toolssearch_withinremember/recall 以及网关范围内的其余工具。因此,你看到的工具数量大于此表:单个包端点目前会列出大约 30 个共享工具,以及该包自身的工具。连接的 initialize 响应会说明其确切范围,并且是给定日期的权威答案。

这是有意为之,并非意外的多路复用。正是这些元工具让受限连接能够回答该包未覆盖的问题 — 通过 ask_pipeworx,它会在整个目录中路由 — 而无需你添加第二个 MCP 服务器。目前无法在没有这些元工具的情况下挂载包端点;如果额外的模式消耗的上下文多于路由带来的价值,请直接连接完整网关,而不要连接多个包端点。

或者连接到完整的 Pipeworx 网关,以直接列出所有包的工具,而不只是这一个包的工具:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

两个 URL 都能到达同一个网关和相同的 1476+ 数据源。唯一的区别是哪个包的工具被直接列出;ask_pipeworx 从任一 URL 都能访问所有工具。

配合 ask_pipeworx 使用

除了直接调用工具,你还可以用简明英语提问 — 这在上面的包端点以及完整网关上同样适用:

ask_pipeworx({ question: "your question about Oecd data" })

网关会自动选择合适的工具并填充参数。

更多

许可证

MIT

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables access to Our World in Data charts and indicators through natural language queries via Pipeworx gateway.
    6
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables searching datasets and fetching records from Opendatasoft public data portals through Pipeworx MCP gateway.
    8
    MIT

View all related MCP servers

Related MCP Connectors

  • Search and query 1,500+ OECD statistical datasets via SDMX. Keyless.

  • Query US Treasury national debt, interest rates, exchange rates, and fiscal datasets via MCP.

  • Eurostat MCP — wraps Eurostat Statistical Data API (no auth required)

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-oecd'

If you have feedback or need assistance with the MCP directory API, please join our Discord server