nbp-mcp-server
Verified Safeby mpryc
Overview
Provides real-time and historical currency exchange rates and gold prices from the Polish National Bank (NBP) API.
Installation
docker run -d --name nbp-mcp-server -p 8000:8000 nbp-mcp-server:latestEnvironment Variables
- PYTHONUNBUFFERED
Security Notes
The server uses `httpx` for external API calls to the public NBP API and includes input validation for all tool parameters, mitigating common injection risks. No hardcoded secrets are evident, and transport mechanisms (`stdio`, `streamable-http` via `uvicorn`) are standard and secure. Error handling for API requests is implemented.
Similar Servers
Financial-Modeling-Prep-MCP-Server
Enables AI assistants to access and analyze comprehensive financial data, stock information, company fundamentals, and market insights from Financial Modeling Prep.
alpha_vantage_mcp
Enables LLMs and agentic workflows to seamlessly interact with real-time and historical stock market data through the Model Context Protocol (MCP).
frankfurtermcp
This server provides tools for language model agents to access the Frankfurter API for real-time and historical currency exchange rates and conversions.
mcp-finance-intel
A financial intelligence MCP server providing structured market analysis and insights for crypto and equities, designed for LLM and human developer consumption.