Crawlora's hosted MCP server exposes 319 structured web-data tools — search, maps, commerce, social, finance, travel, app stores, and reviews — each returning clean JSON instead of HTML to parse. Streamable HTTP transport with API-key Bearer auth. No proxies, browsers, or parsers to maintain. Free 2,000 credits/month, no card.
Server Config
{
"mcpServers": {
"crawlora": {
"url": "https://mcp.crawlora.net/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": "Bearer ${CRAWLORA_API_KEY}"
}
}
}
}