The mcp_massive server provides real-time and historical financial market data from Massive.com. It exposes APIs for stock quotes, market depth, and trade history. It connects directly to Massive.com's data feeds and integrates with their authentication system. Developers use it to build trading applications, financial dashboards, and market analysis tools.
The mcp_massive server provides real-time and historical financial market data from Massive.com. It exposes APIs for stock quotes, market depth, and trade history. It connects directly to Massive.com's data feeds and integrates with their authentication system. Developers use it to build trading applications, financial dashboards, and market analysis tools.
pip install mcp_massiveAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"massive-com-mcpmassive-github": {
"command": "uvx",
"args": [
"pip install mcp_massive"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mcp_massive?"
API Key Required
This server requires an API key from mcp_massive. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| MCP_MASSIVE_API_KEY | Yes | Your mcp_massive API key |
"What resources are available in mcp_massive?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mcp_massive"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mcp_massive with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.