@pipeworx/bis
Official@pipeworx/bis
BIS(Bank for International Settlements)MCP —— 通过 BIS SDMX v2 API 提供中央银行与全球金融统计数据。无需认证。
是 Pipeworx 的一部分 —— 一个将 AI 智能体连接到 1476+ 个实时数据源的 MCP 网关。
工具
bis_credit_gap(country, start_period?, end_period?, limit?)—— 针对单个国家,按季度提供信贷/GDP 比率、其长期 HP 滤波趋势,以及两者之间的缺口。该缺口是巴塞尔 III 逆周期资本缓冲的参考指标。接受国家名称或 ISO alpha-2 代码;覆盖 44 个经济体以及欧元区总量(XM)。list_curated_flows(topic?)—— 按主题(利率、外汇、银行业、债务、信贷、房地产、衍生品、价格)提供的预先审核过的数据流引用。search_dataflows(query, limit?)—— 对整个 BIS 数据流注册表进行关键词搜索;返回可直接用于fetch_dataset的flow_ref。fetch_dataset(flow_ref, key?, start_period?, end_period?, limit?)—— 从任意 BIS 数据流返回整洁的数据行。
Related MCP server: World Bank Indicators MCP Server
认证
无。BIS 公开发布这些统计数据,不要求密钥,也没有配额限制。
关于上游 API 的说明
flow_ref带有版本号,且版本不一定总是1.0。 BIS 会对数据流进行就地重新版本化(WS_TC是2.0),过期的版本会返回空结果而不是报错。请从list_curated_flows或search_dataflows获取引用,而不要自行假设版本。键是相对于数据流自身维度的位置参数,用点分隔 —— 例如
WS_CREDIT_GAP上的Q.US...,其键为FREQ.BORROWERS_CTY.TC_BORROWERS.TC_LENDERS.CG_DTYPE。将某个位置留空即表示不按该位置过滤。当键没有任何匹配时,fetch_dataset会把该数据流的实际维度名称返回给你。数据行同时携带代码及其含义。 每个编码列都会附带一个
<COLUMN>_label伴随列(CG_DTYPE: "C"/CG_DTYPE_label: "Credit-to-GDP gaps (actual-trend)"),因为 BIS 的编码值本身含义不透明。银行业和债务证券数据流无界且可达数 MB —— 请传入
start_period/end_period。
数据来源
快速开始
添加到你的 MCP 客户端(Claude Desktop、Cursor、Windsurf 等):
{
"mcpServers": {
"bis": {
"url": "https://gateway.pipeworx.io/bis/mcp"
}
}
}该端点实际提供什么
位于 https://gateway.pipeworx.io/bis/mcp 的 tools/list 会返回上表中的工具,外加共享的 Pipeworx 元工具 —— ask_pipeworx、discover_tools、search_within、remember/recall 以及整个网关范围内的其余工具。因此你看到的工具数量会多于这张表:目前,单包端点会与包自身的工具一起列出大约 30 个共享工具。连接的 initialize 响应会说明其确切范围,并且是给定日期的权威答案。
这是有意为之,而非意外的多路复用。正是这些元工具让限定范围的连接能够通过 ask_pipeworx(它会在整个目录中路由)回答此包未覆盖的问题,而无需你添加第二个 MCP 服务器。目前没有办法在不带这些元工具的情况下挂载包端点;如果额外的 schema 让你消耗的上下文超过路由带来的价值,请一次性连接完整网关,而不是连接多个包端点。
或者连接完整的 Pipeworx 网关,让每个包的工具都被直接列出,而不只是这一个包的:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}两个 URL 都通向同一个网关和同样的 1476+ 个数据源。唯一区别是哪些包的工具被直接列出;从两者中的任意一个,ask_pipeworx 都能访问全部工具。
与 ask_pipeworx 一起使用
无需直接调用工具,你可以用普通英语提问 —— 这既适用于上面的包端点,也适用于完整网关:
ask_pipeworx({ question: "your question about Bis data" })网关会自动选择正确的工具并填入参数。
更多
许可证
MIT
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Query IMF SDMX 3.0 macroeconomic dataflows — WEO, BOP, CPI, exchange rates, 190 countries.
Search and query 1,500+ OECD statistical datasets via SDMX. Keyless.
BPstat — Banco de Portugal statistics API (Portuguese central bank). Keyless.
Macro indicators from World Bank, FRED, IMF, and OECD via unified query surface.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceProvides query capabilities for global economic and social development data from the World Bank Open Data API.3638MIT
- AlicenseAqualityCmaintenanceProvides access to World Bank economic and country data without an API key, allowing users to search countries, fetch indicator time series, and compare latest values.5MIT
- AlicenseNot gradedqualityCmaintenanceProvides access to European Central Bank statistical data through SDMX data flows, enabling querying and listing of data flows via natural language or direct tool calls.6MIT
- AlicenseNot gradedqualityAmaintenanceEnables searching, exploring, and querying over 1,500 OECD statistical datasets via SDMX, covering national accounts, employment, trade, PISA, health, and more.2892Apache 2.0
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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-bis'
If you have feedback or need assistance with the MCP directory API, please join our Discord server