Connects Claude to the Bank for International Settlements public API for querying global banking and financial statistics. No authentication required. The server is part of Pipeworx's gateway system, which means you can either hit this BIS endpoint directly or access it through their larger gateway covering 250+ data sources. Includes an ask_pipeworx natural language interface that routes your question to the appropriate tool automatically instead of calling specific endpoints. Useful when you need authoritative central banking data, currency statistics, or international financial indicators without manual API wrangling. Runs over streamable HTTP, so it works with any MCP client that supports remote connections.
BIS MCP — Bank for International Settlements statistics (no auth)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"bis": {
"url": "https://gateway.pipeworx.io/bis/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Bis data" })
The gateway picks the right tool and fills the arguments automatically.
MIT