mcp-server
by finmap-org·★ 10·Score 41
A financial data MCP server providing stock exchange data from multiple countries with visualization capabilities.
Overview
The finmap.org MCP server offers comprehensive historical data from US, UK, Russian, and Turkish stock exchanges. It provides access to sectors, tickers, company profiles, market cap, volume, value, trade counts, as well as treemap and histogram visualizations. The server supports both remote and local installation options, making it accessible for different use cases.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this MCP server when you need comprehensive historical stock market data from multiple international exchanges and want seamless integration with AI assistants.
When NOT to choose this
Avoid this if you need real-time trading data, extended market coverage beyond the supported exchanges, or have compliance concerns with accessing international financial data.
Tools this server exposes
9 tools extracted from the READMElist_supported_exchangesReturn metadata for all supported stock exchanges
list_exchange_sectorsList business sectors available on a specific exchange
list_sector_companiesList companies by sector for an exchange on a specific date
search_exchange_companiesSearch companies by name or ticker symbol on an exchange
analyze_market_overviewReturn market statistics for a stock exchange
analyze_sector_performanceAnalyze sector performance metrics for an exchange
get_stock_snapshotGet detailed trading metrics for a specific stock ticker
rank_exchange_companiesRank companies by market metrics on an exchange
get_company_profile_usGet business description for a US-listed company
Comparable tools
Installation
Option 1: Remote Server (Hosted)
Connect to the hosted MCP server without any installation:
**Server URL**: https://mcp.finmap.org
**Claude Desktop Configuration**:
{
"mcpServers": {
"finmap": {
"command": "npx",
"args": ["mcp-remote", "https://mcp.finmap.org"]
}
}
}Option 2: Local Package (npm)
Install and run locally for better performance and offline access:
# Install globally
npm install -g finmap-mcp
# Or use directly
npx finmap-mcp**Claude Desktop Configuration**:
{
"mcpServers": {
"finmap": {
"command": "npx",
"args": ["-y", "finmap-mcp"]
}
}
}FAQ
- What stock exchanges are supported?
- The server supports NYSE, NASDAQ, AMEX, US Combined, London Stock Exchange, Hong Kong Stock Exchange, Borsa Istanbul, and Moscow Exchange.
- Can I use this server offline?
- Yes, you can install the package locally using npm install -g finmap-mcp for offline access.
Compare mcp-server with
Last updated · Auto-generated from public README + GitHub signals.