Docs
REST + MCP access for market-aware agents.
The full Mintlify documentation is being wired to /docs. This launch page keeps the production contract usable now: create a key, call REST, or connect hosted MCP.
01 / Get a key
Create an API key in the dashboard. The same key works for REST and hosted MCP.
Create key02 / REST
Send your key as X-API-Key.
curl -H "X-API-Key: $NOXSTOCK_API_KEY" \ "https://api.noxstock.com/v2/snapshot?symbol=AAPL"
03 / MCP
Hosted MCP is available at the same production API origin.
https://api.noxstock.com/mcp
Current launch base URL: https://api.noxstock.com. The same production origin serves REST and hosted MCP.