MCP Catalogs
Home

mcp-server

by finmap-org·10·Score 41

A financial data MCP server providing stock exchange data from multiple countries with visualization capabilities.

financeai-llmproductivity
3
Forks
0
Open issues
1 mo ago
Last commit
2d ago
Indexed

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:

you:Financial analysis and research
you:Market monitoring and investment decisions
you:Comparative analysis across different stock exchanges
you:What stock exchanges are supported?
you:Can I use this server offline?

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 README
  • list_supported_exchanges

    Return metadata for all supported stock exchanges

  • list_exchange_sectors

    List business sectors available on a specific exchange

  • list_sector_companies

    List companies by sector for an exchange on a specific date

  • search_exchange_companies

    Search companies by name or ticker symbol on an exchange

  • analyze_market_overview

    Return market statistics for a stock exchange

  • analyze_sector_performance

    Analyze sector performance metrics for an exchange

  • get_stock_snapshot

    Get detailed trading metrics for a specific stock ticker

  • rank_exchange_companies

    Rank companies by market metrics on an exchange

  • get_company_profile_us

    Get business description for a US-listed company

Comparable tools

financial-data-mcpmarketstack-apialpha-vantage-mcpyfinance

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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.