Crawlora MCP
Hosted MCP server for structured public web data — 319 tools across search, maps, commerce, social & finance, returning clean JSON.
README
Crawlora MCP
Crawlora MCP is a hosted Model Context Protocol server that gives AI clients and agents 323 structured public‑web‑data tools across 30+ categories — search, maps, e‑commerce, social, finance, travel, app stores, media, and reviews — each returning clean, normalized JSON instead of HTML to parse.
This is a remote/hosted server — there is nothing to build or run locally. Point any MCP‑capable client at the hosted endpoint and authenticate with your Crawlora API key. Start free with 2,000 credits/month (no card) at crawlora.net.
Connection
| Endpoint | https://mcp.crawlora.net/mcp |
| Transport | Streamable HTTP |
| Auth | Authorization: Bearer <CRAWLORA_API_KEY> (preferred) — x-api-key: <key> also accepted |
| Get a key | https://crawlora.net (free 2,000 credits/mo) |
| Server card | https://crawlora.net/.well-known/mcp/server-card.json |
A missing or invalid API key returns 401.
Quick start
Generic mcp.json (Claude Desktop, Cursor, and most clients)
{
"mcpServers": {
"crawlora": {
"url": "https://mcp.crawlora.net/mcp",
"transport": "streamable-http",
"headers": { "Authorization": "Bearer ${CRAWLORA_API_KEY}" }
}
}
}
Codex CLI
codex mcp add crawlora \
--url https://mcp.crawlora.net/mcp \
--bearer-token-env-var CRAWLORA_API_KEY
VS Code (.vscode/mcp.json)
{
"servers": {
"crawlora": {
"type": "http",
"url": "https://mcp.crawlora.net/mcp",
"headers": { "Authorization": "Bearer ${env:CRAWLORA_API_KEY}" }
}
}
}
More ready‑to‑paste configs are in examples/. For Cline, see
llms-install.md.
What you can call (323 tools / 30+ categories)
| Category | Tools | Examples |
|---|---|---|
| Finance & crypto | 82 | Yahoo Finance, Google Finance, CoinGecko, Polymarket — quotes, financials, screeners, markets, trending, coins, prediction markets |
| Media & entertainment | 64 | Spotify, Spotify Podcasts, Apple Podcasts, JustWatch — tracks, artists, charts, episodes, where‑to‑watch |
| Social & video | 47 | YouTube, TikTok, Instagram, Reddit, LinkedIn — search, profiles, posts, comments, transcripts, trends |
| E‑commerce | 36 | Amazon, eBay, Shopify, Shop.app — product, search, sellers, collections, reviews |
| Search & web | 26 | Google, Bing, Brave, Google Trends — SERPs, suggestions, news, videos, images, interest‑over‑time |
| App stores | 20 | App Store, Google Play — app details, reviews, rankings, similar apps |
| Reviews & companies | 18 | Trustpilot, Product Hunt — business reviews, launches, makers, leaderboards |
| Travel & real estate | 13 | Airbnb, TripAdvisor, Zillow — listings, calendars, hotels, property data |
| Data & utility | 14 | Datasets, SimilarWeb, usage — curated datasets, website intelligence, account usage |
| Maps & places | 5 | Google Maps, Geocoding — place search, details, forward/reverse geocoding |
Full, always‑current tool list with parameters, response examples, and a live Playground: https://crawlora.net/docs.
Why Crawlora
- Normalized JSON per tool — ship data features, not scraper infrastructure.
- No proxies, browsers, or parsers to maintain.
- Pay on success — credit‑based, billed only on
2xxresponses. - One key, 323 tools — search, commerce, social, finance, and more behind a single MCP endpoint.
A good alternative to stitching together SerpApi, Firecrawl, ScraperAPI, or ScrapingBee.
Links
- Website: https://crawlora.net/mcp
- Docs & Playground: https://crawlora.net/docs · https://crawlora.net/playground
- Pricing: https://crawlora.net/pricing
- Server card: https://crawlora.net/.well-known/mcp/server-card.json
- Official MCP registry manifest:
server.json
License
See LICENSE. The Crawlora MCP service itself is a hosted SaaS governed by the
Crawlora terms; this repository contains connection docs and manifests.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.