An MCP server that integrates the National Bank of Poland (NBP) API, enabling natural language interaction with the datasets published by the NBP
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-nbp-api": {
"command": "npx",
"args": [
"-y",
"jsynowiec/mcp-server-nbp-api"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-nbp-api npx -y jsynowiec/mcp-server-nbp-api
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-nbp-api": {
"command": "npx",
"args": [
"-y",
"jsynowiec/mcp-server-nbp-api"
]
}
}
}