finmap-org/mcp-server
[finmap.org](https://finmap.org/) MCP server provides comprehensive historical data from the US, UK, Russian and Turkish stock exchanges. Access sectors, tickers, company profiles, market cap, volume, value, and trade counts, as well as treemap and histogram visualizations.
Quick Start
Clone the repository:
git clone https://github.com/finmap-org/mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"finmap-org-mcp-server": {
"command": "npx",
"args": [
"-y",
"finmap-org/mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.