Server data from the Official MCP Registry
Hosted MCP: 319 structured web-data tools for search, maps, commerce, social & finance.
Hosted MCP: 319 structured web-data tools for search, maps, commerce, social & finance.
Remote endpoints: streamable-http: https://mcp.crawlora.net/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"net-crawlora-crawlora-mcp": {
"url": "https://mcp.crawlora.net/mcp"
}
}
}From the project's GitHub README.
Crawlora MCP is a hosted Model Context Protocol server that gives AI clients and agents 319 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.
| 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.
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 mcp add crawlora \
--url https://mcp.crawlora.net/mcp \
--bearer-token-env-var CRAWLORA_API_KEY
.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.
| Category | Tools | Examples |
|---|---|---|
| Finance & crypto | 80 | Yahoo Finance, Google Finance, CoinGecko — quotes, financials, screeners, markets, trending, coins |
| 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 | 24 | Google, Bing, Brave, Google Trends — SERPs, suggestions, news, 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 | 12 | 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.
2xx responses.A good alternative to stitching together SerpApi, Firecrawl, ScraperAPI, or ScrapingBee.
server.jsonSee LICENSE. The Crawlora MCP service itself is a hosted SaaS governed by the
Crawlora terms; this repository contains connection docs and manifests.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.