by massive-com
An MCP server for Massive.com Financial Market Data
# Add to your Claude Code skills
git clone https://github.com/massive-com/mcp_massive[!IMPORTANT] :test_tube: This project is experimental and could be subject to breaking changes.
A Model Context Protocol (MCP) server that provides access to Massive.com financial market data API through an LLM-friendly interface.
This server exposes all Massive.com API endpoints as MCP tools, providing access to comprehensive financial market data including:
uvx command.First, install
npm install -g @anthropic-ai/claude-code
Use the following command to add the Massive MCP server to your local environment.
This assumes uvx is in your $PATH; if not, then you need to provide the full
path to uvx.
# Claude CLI
claude mcp add massive -e MASSIVE_API_KEY=your_api_key_here -- uvx --from git+https://github.com/massive-com/mcp_massive@v0.6.0 mcp_massive
This command will install the MCP server in your current project.
If you want to install it globally, you can run the command with -s <scope> flag.
See claude mcp add --help for more options.
To start Claude Code, run claude in your terminal.
You can also run claude mcp add-from-claude-desktop if the MCP server is installed already for Claude Desktop.
uvx, run which uvx in your terminal.<your_api_key_here> with your actual Massive.com API key.