> For the complete documentation index, see [llms.txt](https://docs.cobrowse.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cobrowse.io/ai/mcp.md).

# Cobrowse MCP

## URL

The Cobrowse MCP server endpoint is available at:

```
https://cobrowse.io/virtual-agent/1/mcp
```

{% hint style="info" %}
If you self-host your instance, then replace`cobrowse.io` with your `<your instance domain>`.
{% endhint %}

Cobrowse MCP supports the Streamable HTTP transport.

## Authentication

The Cobrowse MCP server uses the standard `Authorization` header with a [Cobrowse JWT bearer token](/agent-side-integrations/json-web-tokens-jwts.md) to secure communications.

```
Authorization: Bearer <jwt_token>
```

## Billing

Virtual agent sessions are billed separately from standard Cobrowse usage.

{% hint style="success" %}
Have questions about virtual agent pricing? Contact us at <hello@cobrowse.io>.
{% endhint %}
