{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.fetchrelay/fetchrelay",
  "title": "FetchRelay",
  "description": "Extract public webpages as Markdown, map sites, and run bounded crawl jobs. API key required.",
  "version": "1.2.0",
  "websiteUrl": "https://fetchrelay.com/integrations/mcp?utm_source=mcp&utm_medium=integration&utm_campaign=mcp-launch",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://fetchrelay.com/api/mcp",
      "headers": [
        {
          "name": "Authorization",
          "description": "Bearer followed by a space and your FetchRelay API key from https://fetchrelay.com/account",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ]
}
