@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의 코딩된 값은 그 자체로는 불투명하기 때문입니다.은행 및 채무증권 데이터플로우는 수 메가바이트에 달하는 무제한 데이터입니다 —
start_period/end_period를 전달하세요.
데이터 소스
찾아보기: https://stats.bis.org
빠른 시작
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 서버를 추가하지 않고도. 현재 이들 없이 팩 엔드포인트를 마운트할 방법은 없습니다. 추가 스키마가 라우팅의 가치보다 더 많은 컨텍스트를 소모한다면, 여러 팩 엔드포인트에 연결하는 대신 전체 게이트웨이에 한 번 연결하세요.
또는 전체 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