# Pricing

## Free

**$0, no credit card, self-serve.** Sign in with your email address and you have an account. An agent can drive the whole setup for you; see [agent-driven setup](https://webmcp.fast/docs/agents).

| Included | Free tier |
|---|---|
| Handles (`<handle>.webmcp.fast`) | 1 |
| Devices | 1 |
| MCP servers exposed | 1 |
| Connectors (one agent harness granted access) | 1 |
| OAuth 2.1 for agents, connector tokens, audit log | yes |
| Relayed calls | not metered; rate limited for abuse only |

The free tier is a real, permanent tier, not a trial. It fits one person exposing one local server to one cloud agent.

## Start now, without a key

There is nothing to request and nobody to talk to. These work today with no account and no API key:

- `POST https://webmcp.fast/api/v1/device/start` begins setup anonymously and returns the link where you create the free account and approve the device. It is what `webmcp up` calls.
- `POST https://webmcp.fast/oauth/register` registers an agent's OAuth client immediately.
- `POST https://webmcp.fast/mcp` (management MCP server) answers `check_handle`, `start_setup` and `setup_status` anonymously.
- Or sign in at [https://webmcp.fast/login](https://webmcp.fast/login) with your email address.

The conventions are on the [API page](https://webmcp.fast/docs/api).

## Paid

**Not yet available.** A paid tier is planned for people who want more devices, more servers per device and more connectors, and later team handles. There is no price yet and nothing to buy today. When it exists it will be announced here.

## What counts as a connector

Each agent harness you approve for a server is one connector, whether it connected with OAuth or with a connector token. Disconnecting one frees the slot.

## Questions

[support@webmcp.fast](mailto:support@webmcp.fast). The fair-use and free-tier rules are in the [terms](https://webmcp.fast/terms).
