Overview of Massive.com MCP Server Tools
masterThe Massive.com MCP server provides three composable tools to interact with the full Massive.com financial data API. Instead of one tool per endpoint, these tools allow an LLM to discover, call, and query data dynamically.
search_endpoints: Use natural language to find API endpoints and built-in functions.detail: Set to"more"for query parameter documentation or"verbose"for full documentation.max_results: Limits the number of results returned.
call_api: Executes a request to any Massive.com REST API endpoint.store_as: Allows storing the API response in an in-memory SQLite database table.apply: Applies post-processing functions (like financial calculations) to the result.
query_data: Runs SQL queries against the in-memory SQLite database containing stored API results. Supports standard SQL includingSHOW TABLES, `DESCRIBE <table
,DROP TABLE <table, CTEs, and window functions. Can also use theapply` parameter for post-processing.