# 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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cobrowse.io/ai/mcp.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
