# Marked pricing

Marked is priced on requests per month. API calls and MCP tool calls draw on
the same pool, so an agent that mixes both does not pay twice.

| Plan | Price | Requests / month | For |
|------|------:|-----------------:|-----|
| Developer | $5 | 2,000 | Exploring and building with Marked |
| Builder | $25 | 25,000 | Agents you actually ship |
| Scale | $249 | 500,000 | Financial agents running in production |
| Enterprise | custom | uncapped | Custom volumes, dedicated infrastructure, SLAs |

## What every plan includes

- Company financials: income statement, balance sheet, cash flow, on both
  consolidated and standalone basis
- Filings and disclosures
- Ownership and shareholding
- Corporate actions
- Historical market data
- Full provenance: every value traceable to the filing it came from

## What changes with the plan

- **Developer** — standard rate limits.
- **Builder** — higher rate limits, higher concurrency, usage analytics.
- **Scale** — all available datasets, highest rate limits, high concurrency,
  priority infrastructure, priority support.
- **Enterprise** — custom request volumes, dedicated infrastructure, SLAs, and
  data solutions built around your workflow.

## How usage is counted

One request is one API call or one MCP tool call. Responses carry
`RateLimit-Limit`, `RateLimit-Remaining` and `RateLimit-Reset`, so an agent can
pace itself without guessing.

Over the allowance, requests answer `429` and are **not** billed: you are not
charged for the request that tells you there are none left. The period rolls
over on the first of each UTC month.

## Getting a key

There is no self-serve signup. Keys are issued per workspace by the Marked
team. Ask at access@marked.run or from https://marked.run

A key looks like `mk_live_...`, is shown once at issue, and only its hash is
stored, so it cannot be recovered later.

## Links

- [Marked](https://marked.run)
- [Connect an agent](https://marked.run/agents.md)
- [API map](https://marked.run/llms.txt)
- [Contact](mailto:access@marked.run)
