Skip to main content
The pre.dev product MCP server is https://api.pre.dev/mcp. One connection exposes seven primary tools for specifications and browser automation.

Connect your client

Register the remote HTTP server:
In Claude Code, run /mcp, select predev, and follow the browser authentication flow. Sign in to pre.dev and select the account or organization to connect. See the Claude Code MCP documentation for client-specific settings.

Try a tool

Ask your assistant:
Or try browser automation:
Tool execution uses your account’s credits and access. Connecting a server does not change your plan. See authentication eligibility if a free account can use browser REST but cannot authenticate to MCP.

Connection lifecycle

The client authenticates, initializes the connection, discovers tools, and calls one. Progress notifications can arrive before the tool result. Use a standard MCP client library to handle JSON-RPC initialization and response streams. For Streamable HTTP, requests should accept both application/json and text/event-stream.

Transport details

The server advertises protocol versions 2024-11-05, 2025-03-26, 2025-06-18, and 2025-11-25. Let the client negotiate a supported version. An unsupported MCP-Protocol-Version header returns 400. The current transport does not create a persistent MCP session ID or provide a server-initiated GET stream. Notifications arrive on the active POST response. Legacy clients must use the separate /mcp/sse endpoint.

Troubleshooting

For exact arguments and return formats, use the MCP tool reference. To attach a third-party server to the pre.dev Coding Agent, use external MCP servers.