Skip to main content
Piloterr
Back to blog
July 31, 2026

Piloterr MCP is on the 2026-07-28 spec

Anthropic shipped MCP 2026-07-28. We moved our hosted server at mcp.piloterr.com to that version.

If you already connect with Cursor, Claude Code, or another MCP client: keep the same URL and x-api-key. Nothing to reconfigure on your side.

What MCP is (quickly)

MCP (Model Context Protocol) is how AI clients call external tools. Instead of pasting cURL into a chat, the agent gets typed tools and structured JSON back.

Piloterr exposes Website Crawler and Website Rendering over that protocol. One API key, anti-bot handling on our side. Details: MCP integration.

What changed under the hood

The new spec puts MCP on a stateless request/response model. Servers no longer keep a long-lived session for every client. That fits Streamable HTTP and makes the server easier to run and scale.

For you, the useful bits are:

  • Same endpoint: https://mcp.piloterr.com/
  • Same auth: x-api-key header
  • Same tools: crawler and rendering
  • Health check still at mcp.piloterr.com/health

Connect (unchanged)

JSON
{
  "mcpServers": {
    "piloterr": {
      "url": "https://mcp.piloterr.com/",
      "headers": {
        "x-api-key": "your-x-api-key"
      }
    }
  }
}

Need LinkedIn, Amazon, or another library API? Wrap those REST endpoints in a small custom MCP server. The MCP guide covers both paths.

More to read

Guides and news about web scraping, proxies, and data extraction.

News

Understanding p50, p75, p90, p95, and p99 latency metrics

Latency percentiles explain how fast your API or scraping pipeline really performs for most requests and for the slow tail. Learn what p50 through p99 mean, why averages lie, and how to set realistic SLAs.

Josselin Liebe
Josselin Liebe
Read
News

Cloudflare teams with Chrome, Firefox, and Edge on PACT, a privacy-first anti-bot protocol

Cloudflare joins Mozilla, Google, Microsoft, and Shopify to develop PACT (Private Access Control Tokens), a standard meant to authenticate human and authorized agent traffic without CAPTCHAs or invasive tracking.

Josselin Liebe
Josselin Liebe
Read
News

Introducing the new Piloterr website

Piloterr.com has been rebuilt from the ground up: clearer product pages, 500 documented API endpoints, free developer tools, French localization, and a roadmap toward a second owned datacenter.

Josselin Liebe
Josselin Liebe
Read

Ready to get started?

Your web scraping API is one click away. Start with +500 credits, no infrastructure to set up, no proxies to manage, and no credit card required.

  • +500 credits
  • No credit card required
  • All endpoints included