Back to MCP Servers
Finmap Org 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.
finance-fintech
By finmap-org
Installation
npx -y mcp-serverConfiguration
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": ["-y", "mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes