HoodScan developers
Build read-only integrations for Robinhood Chain using HoodScan stock snapshots and MCP tools. No API key, sign-in or wallet connection is required.
Quickstart
curl -sS https://hoodscan.co/stocks-api
Read the API documentation, import the OpenAPI specification, or connect an MCP client to /mcp. The agent guide explains which questions HoodScan can answer.
Sandbox
GET /api/sandbox/stocks returns a fixed, synthetic stock snapshot using the list response shape. This is a read-only fixture: it performs no trades, requires no credentials and contains no live market data.
curl -sS https://hoodscan.co/api/sandbox/stocks
CLI
The repository includes a Node.js CLI: run node cli/hoodscan.js stocks, node cli/hoodscan.js stock ADDRESS, or node cli/hoodscan.js sandbox. It prints JSON to stdout and exits nonzero on HTTP errors. A registry package has not yet been published.
Check snapshot timestamps, handle nullable prices, and follow the retry guidance in the docs. Contact HoodScan for corrections or access problems.