1
Get your API key
Create an account and get an API key from your monid.ai dashboard. This is your own key, not ours. Every request authenticates with it in the
X-API-KEY header, and every call bills your own Monid wallet. We never store or log it.Terminal
2
Note the base URL
REST and MCP are served from one host.
Terminal
3
Make your first REST request
Pull Apple’s most recent annual income statement.Route: This exact call measured $0.0006 on Monid the last time it was run. Here is the response shape, trimmed to the fields worth pointing at:
GET /financials/income-statementsResponse (abridged)
period defaults to annual and limit defaults to 4 on this REST route when you omit them. The example sets both so the request is unambiguous. See the API Reference for the full parameter list per endpoint, and note that the MCP tool for this same data defaults period differently, covered in MCP Tools.4
Connect the MCP server
https://financialdatasets.rip/mcp is a streamable-HTTP MCP endpoint exposing all 27 Financial Datasets-named tools. Give the client the same X-API-KEY header.Claude Desktop / Cursor mcp.json
What’s next
Authentication
How
X-API-KEY billing and key scoping work.Pagination
What the cursor holds and how paging through a list works.
Errors
Every status code and error code this API returns.
Compatibility
What’s implemented, what isn’t, and every known gap.