Crawlora MCP
@Crawlora-org
About Crawlora MCP
Hosted MCP server for structured public web data — 319 tools across search, maps, commerce, social & finance, returning clean JSON.
Basic information
Category
Developer Tools
License
MIT
Runtime
node
Transports
stdio
Publisher
Crawlora-org
Submitted by
Tony Wang
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"crawlora": {
"url": "https://mcp.crawlora.net/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": "Bearer ${CRAWLORA_API_KEY}"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Crawlora MCP?
Crawlora MCP is a hosted Model Context Protocol server that gives AI clients and agents 478 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 raw HTML. It is designed for developers and AI agents who need structured web data without maintaining scrapers.
How to use Crawlora MCP?
You can connect any MCP client to the hosted endpoint (https://mcp.crawlora.net/mcp) using Streamable HTTP and authenticate with your Crawlora API key (free 2,000 credits/month at crawlora.net). Alternatively, run the open‑source local server in this repo via npx -y crawlora-mcp (Node 20+) or Docker, which exposes the same 478 tools over stdio. Detailed configuration files for Claude, Cursor, VS Code, and other clients are provided.
Key features of Crawlora MCP
- 478 structured data tools across 30+ categories.
- Normalized JSON output per tool.
- No proxies, browsers, or parsers to maintain.
- Pay‑on‑success credit model (billed only on 2xx responses).
- Single API key for 505 tools behind one MCP endpoint.
- Works with any MCP client via Streamable HTTP (hosted) or stdio (local).
Use cases of Crawlora MCP
- Market research: gather finance quotes, e‑commerce products, and social trends.
- Competitive analysis: compare app store reviews, product ratings, and company data.
- Content creation: pull music charts, movie info, and social media transcripts.
- Travel planning: search Airbnb listings, TripAdvisor reviews, and hotel details.
- Data aggregation: combine search results, map data, and curated datasets.
FAQ from Crawlora MCP
How do I get a Crawlora API key?
Visit crawlora.net to sign up for a free account, which includes 2,000 credits per month with no credit card required.
What transport does Crawlora MCP use?
The hosted server uses Streamable HTTP; the local open‑source server uses stdio.
What happens if my API key is missing or invalid?
A missing or invalid API key returns a 401 error.
How is Crawlora MCP different from services like SerpApi or Firecrawl?
It provides normalized JSON per tool, a single key for 505 tools, no proxies or parsers to maintain, and a pay‑on‑success credit model.
Can I run Crawlora MCP locally?
Yes—this repository contains a small stdio MCP server (index.mjs) that you can run with npx -y crawlora-mcp or via Docker, using your own Crawlora API key.
More Developer Tools MCP servers
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
Test
x1xhlolFULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sou
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
Comments