Full Massive (Polygon) market-data connector with secure local key handling. Starts the official MCP server and supports endpoint discovery, endpoint docs, g...
Use Massive/Polygon as the primary market-data source.
MASSIVE_API_KEY in local environment.Unknown API Key, verify local shell env and active key status in Massive dashboard.Start the official Massive MCP server (all features from mcp_massive):
scripts/start-mcp-server.sh
This exposes the full MCP toolset:
search_endpointsget_endpoint_docscall_apiquery_dataWith these, you can cover the full repo workflow: endpoint discovery, docs lookup, generic market API access, storing/querying data with SQL, and post-processing functions.
Run from this skill directory:
scripts/get-last-trade.sh AAPL
scripts/get-prev-close.sh AAPL
scripts/get-agg-day.sh AAPL 2026-03-05
scripts/start-mcp-server.sh: launch official Massive MCP server (full functionality).scripts/get-last-trade.sh <SYMBOL>: latest trade snapshot.scripts/get-prev-close.sh <SYMBOL>: previous close and change context.scripts/get-agg-day.sh <SYMBOL> <YYYY-MM-DD>: daily OHLCV bar.ZIP package — ready to use