Skip to main content
Connect your AI agent to Context.dev once, then ask it to scrape, search, extract, parse, enrich, or monitor the web directly from chat.
Hosted MCP URL: https://mcp.context.dev/mcpContext.dev uses OAuth. You sign in through your browser, so you do not need to paste an API key into your MCP configuration.

Connect your client

Choose your client and follow the steps below. Use the exact hosted URL, including /mcp.

Claude, Cowork, and Claude Desktop

1

Add a custom connector

Open Customize → Connectors, select +, then choose Add custom connector.On Team and Enterprise plans, an organization owner must first add Context.dev from Organization settings → Connectors.
2

Enter the Context.dev MCP URL

Name the connector Context.dev and enter:
Leave the optional OAuth client ID and client secret fields empty.
3

Connect your account

Select Add, then Connect. Sign in to Context.dev in the browser window and approve access.
4

Enable it in a conversation

Select the + button beside the composer, open Connectors, and enable Context.dev.

Claude Code

Add the hosted server for your user:
terminal
Start Claude Code, run /mcp, select context, and complete the browser sign-in.

Verify the connection

Start a new conversation and ask:
Use Context.dev to retrieve the live brand profile for stripe.com. Tell me which Context.dev tool you called.
A working connection calls get-brand or brand-retrieve-unified and returns live data. If the agent answers from memory without making a tool call, confirm that Context.dev is enabled for the conversation.

What your agent can do

The MCP server exposes the callable operations in the public Context.dev API, plus a visual brand card.

Prompts to try

Research a website

Scrape the Acme pricing page and summarize every plan, limit, and billing interval.

Extract structured data

Extract all open engineering roles from this careers site as JSON with title, location, and application URL.

Parse a document

Parse this PDF and return its tables as clean Markdown, preserving the section hierarchy.

Monitor a change

Create a daily monitor for this changelog and notify me only about new product releases.

Authentication and permissions

Context.dev uses OAuth 2.0 Authorization Code flow with PKCE. The MCP client receives scoped tokens; it never receives your Context.dev password or API key. The server requests:
  • api.read for parsing, scraping, searching, extraction, enrichment, and reading monitor data
  • api.write for creating, updating, deleting, or manually running monitors and rotating webhook secrets
Monitor tools can change persistent account state. Keep tool approvals enabled and review calls to create-monitor, update-monitor, delete-monitor, run-monitor-now, and rotate-monitor-webhook-secret.
MCP calls use your Context.dev account and consume the same credits as the corresponding API operations. See pricing and monitor credit usage.

Troubleshooting

Confirm that the URL is exactly https://mcp.context.dev/mcp, including /mcp. Restart or refresh the client after editing its configuration, then make sure Context.dev is enabled for the current conversation.
Open the client’s MCP settings and select Authenticate or Connect beside Context.dev. In Claude Code, run /mcp. In Codex, run codex mcp login context.
Clear the saved authentication for Context.dev in your client, reconnect, and complete the browser flow again. Do not add an API key or OAuth secret to the URL.
Enable Context.dev for the conversation and name it explicitly in the prompt. In clients with tool controls, confirm that the relevant Context.dev tools are enabled.
Run:
terminal
A healthy server returns a JSON response with a healthy status. If it is healthy but your client cannot connect, inspect the client’s MCP output log and reconnect.

Next steps

Browse the API

See the endpoints and data available through the MCP tools.

Monitor websites

Learn how monitor targets, schedules, changes, and webhooks work.

Install the skill

Teach your agent when and how to use Context.dev while writing code.

View the source

Inspect the open-source MCP server implementation.