← Back to Plugins
MCP Server MCP

io.github.Crawleo/Crawleo-MCP

github By github 👁 1 views ▲ 0 votes

Hosted Crawleo MCP (remote streamable HTTP endpoint).

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.crawleo.dev/mcp",
      "headers": [
        {
          "description": "Crawleo API token for authentication. Example: 'Bearer <CRAWLEO_API_KEY>'",
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...