Hosted MCP
Streamable HTTP · hosted
- Endpoint
https://mcp.decodo.com/mcp- Authentication
- Authorization: Basic followed by the Web Scraping API token.
Before you connect
- Decodo Web Scraping API account and Basic authentication token.
- A remote MCP client that accepts custom headers.
Cursor mcp.json (JSON) Sources: Decodo official MCP repository, Decodo HTTP server implementation, Cursor MCP configuration reference
Cursor: .cursor/mcp.json (project) or ~/.cursor/mcp.json (global). Configuration guide.
{
"mcpServers": {
"decodo": {
"url": "https://mcp.decodo.com/mcp",
"headers": {
"Authorization": "Basic YOUR_BASIC_AUTH_TOKEN"
}
}
}
}