MCP Catalogs
首页openecon-data screenshot

openecon-data

by hanlulong·41·综合分 45

为 AI 代理提供来自 FRED、世界银行、IMF 等机构的 33 万多个经济指标的 MCP 服务器。

financeai-llmdeveloper-tools
8
Forks
2
活跃 Issue
本月
最近提交
2 天前
收录于

概述

OpenEcon Data 是一个 MCP 服务器,将 AI 代理与权威经济数据源连接起来。它允许通过自然语言查询从 10 多个数据源(包括 FRED、世界银行、IMF、欧统局等)检索经过验证的经济指标。该系统使用 LLM 解析将自然语言查询转换为结构化的 API 调用,然后路由到适当的数据源。它支持多轮对话、自动国家分组(G7、金砖国家等)以及从其 33 万多个索引序列中进行智能指标发现。

试试问 AI

装完之后,这里有 6 个你可以让 AI 做的事:

:经济学家和研究人员快速检索验证的经济数据,无需编写 API 代码
:AI 代理访问实时经济数据以减少金融分析中的幻觉
:记者对照官方来源在几秒钟内核实经济声明
:支持哪些经济数据源?
:自然语言处理如何工作?
:我可以自托管此服务吗?

什么时候选它

当您的 AI 代理需要可靠的经济数据且不能有幻觉时,特别是进行多国宏观经济分析时,或您希望通过自然语言查询而非手动 API 代码获取数据时,选择 OpenEcon。

什么时候不要选它

如果您需要向经济数据库写入数据,请不要选择 OpenEcon,因为它是一个只读服务;如果您需要非经济时间序列数据;或者您需要离线访问数据。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • query_economic_data

    Fetch economic data from multiple sources including FRED, World Bank, IMF, and others based on natural language queries.

  • compare_countries

    Compare economic indicators across multiple countries or country groups like G7, BRICS, or EU.

  • fetch_indicator_metadata

    Search and retrieve metadata about available economic indicators from various data providers.

  • get_time_series_data

    Retrieve historical time series data for specific economic indicators with customizable date ranges.

  • analyze_bilateral_trade

    Analyze bilateral trade flows between countries using UN Comtrade data.

  • fetch_financial_stability_data

    Retrieve financial stability indicators from sources like BIS.

  • get_crypto_data

    Fetch cryptocurrency market data and prices from CoinGecko.

  • get_exchange_rates

    Retrieve currency exchange rates and currency pair data.

  • get_development_indicators

    Access global development indicators from World Bank.

  • fetch_imf_data

    Retrieve economic data from International Monetary Fund.

  • analyze_eu_statistics

    Access Eurostat data for EU member states.

  • get_canadian_data

    Fetch Canadian economic statistics from Statistics Canada.

说明:Inferred from natural language examples in the README. While the README mentions MCP server functionality, it doesn't explicitly list tool names. Tool names were constructed based on query types described in the 'What You Can Ask' section a

可对比工具

fredapipandas-datareaderfred-mcp-server

安装

快速安装

curl -fsSL https://raw.githubusercontent.com/hanlulong/openecon-data/main/scripts/install.sh | bash

Claude Desktop 配置

添加到 Claude 的 config.json:

{
  "mcpServers": {
    "open-econ-data": {
      "command": "curl",
      "args": ["-s", "https://data.openecon.ai/mcp"],
      "env": {}
    }
  }
}

手动安装

# 对于 Claude Code
claude mcp add --transport sse openecon-data https://data.openecon.ai/mcp --scope user

# 对于 Codex
codex mcp add openecon-data --url https://data.openecon.ai/mcp

网络演示地址:https://data.openecon.ai/chat

FAQ

支持哪些经济数据源?
OpenEcon Data 支持 10 多个数据源,包括 FRED(9 万多个指标)、世界银行、国际货币基金组织、欧统局、联合国商品贸易数据库、国际清算银行、加拿大统计局、经合组织、汇率 API 和 CoinGecko。
自然语言处理如何工作?
系统使用 LLM 解析器从英语查询中提取意图、国家、指标和日期范围,然后使用语义路由将查询匹配到其 33 万多个索引指标中的适当数据源。
我可以自托管此服务吗?
是的,该项目采用 AGPL-3.0 许可证,可以自托管。您需要一个 OpenRouter API 密钥,以及特定数据源(如 FRED 或 CoinGecko)的可选 API 密钥。

openecon-data 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。