MCP Directory
Back

mcp_massive

by massive-com · Python · ★ 314

An MCP server for Massive.com Financial Market Data

#cryptocurrency#fintech#llm#market-data#mcp#mcp-server#options#stocks

Install

pip install git+https://github.com/massive-com/mcp_massive.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-massive": {
      "command": "uvx",
      "args": [
        "git+https://github.com/massive-com/mcp_massive.git"
      ]
    }
  }
}

From the README

> [!IMPORTANT] > :test_tube: This project is experimental and could be subject to breaking changes. [](https://github.com/massive-com/mcp_massive/releases) A [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server that provides access to the full [Massive.com](https://massive.com?utm_campaign=mcp&utm_medium=referral&utm_source=github) financial data API through an LLM-friendly interface. Rather than exposing one tool per endpoint, this server gives the LLM three composable tools — **search**, **call**, and **query** — that cover the entire Massive.com API surface. Data can…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers