
Swiss Snb Mcp
Wire your coding agent to live Swiss National Bank macro and FX data without hand-scraping the SNB data portal.
Overview
Swiss SNB MCP is a Build-phase MCP server that lets coding agents query official Swiss National Bank portal data for exchange rates, policy rates, SARON, balance sheet items, and monetary aggregates.
What is this MCP server?
- Query SNB data portal series: exchange rates, balance sheet, policy rates, SARON, and monetary aggregates
- stdio MCP package swiss-snb-mcp v0.4.3 via uvx from PyPI
- Suited for CH-focused fintech prototypes, pricing engines, and macro-aware agent research
- Publisher registry scope core, category Economics & Finance
- No custom crawler maintenance—agent calls tools instead of brittle HTML parsing
- Server version 0.4.3 on PyPI identifier swiss-snb-mcp
- stdio transport with uvx runtime hint
- Registry publisher category Economics & Finance, scope core
What problem does it solve?
Building or validating Swiss finance features means repeatedly hunting SNB tables and normalizing series by hand instead of letting your agent fetch authoritative macro data on demand.
Who is it for?
Indie builders and small teams creating CH-market fintech demos, macro dashboards, or agent workflows that must cite SNB policy and FX data.
Skip if: Global-only products with no Swiss exposure, or teams that need licensed real-time trading feeds rather than central-bank statistical releases.
What do I get? / Deliverables
After you register the stdio MCP server, your agent can request live SNB portal metrics inside the IDE so prototypes and integrations use the same official sources.
- Agent-callable SNB portal queries for rates, aggregates, and balance-sheet series
- Repeatable macro data pulls for dashboards, models, or validation docs
- Less manual copy-paste from the SNB website during integration sprints
Recommended MCP Servers
Journey fit
Official central-bank series belong in the build phase when you integrate real external data into products, dashboards, or agent workflows. This is an MCP stdio bridge to the SNB data portal—classic third-party API integration work, not ideation or ops monitoring.
How it compares
Regional SNB data MCP integration, not a generic agent skill or full analytics warehouse.
Common Questions / FAQ
Who is Swiss SNB MCP for?
Solo developers and indie teams building Swiss-focused finance tools, research agents, or SaaS features that need official SNB macro and exchange-rate series inside Claude Code or Cursor.
When should I use Swiss SNB MCP?
Use it during build and validate when you integrate real policy rates, SARON, FX, or monetary aggregates into prototypes, APIs, or automated research—not when you only need non-Swiss market data.
How do I add Swiss SNB MCP to my agent?
Add the MCP server entry for io.github.malkreide/swiss-snb-mcp with stdio transport, install via uvx using PyPI package swiss-snb-mcp, then restart Claude Code or Cursor so tools expose SNB portal queries.