Hosted and local MCP access to normalized public web data from travel, commerce, media, jobs, and other platforms.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
This server is confirmed live โ we successfully called its tools/list endpoint directly (see the verified badge above). We haven't yet sandbox-tested the stdio install command below specifically, which is a separate, ongoing check.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Crawlora MCP.
agoda_activities_searchSearch Agoda activities. Returns Agoda activities (tours, attractions, experiences) matching a free-text keyword and/or a city. When keyword is omitted, the resolved city's name is used instead to return a general listing of activities in that city. Callers may supply a known Agoda city id or a free-text city name for the city filter; when both are supplied city_id takes precedence. Credential-free public data from Agoda's own destination search.
agoda_activity_detailGet Agoda activity detail. Returns full activity detail from Agoda: title, description, stated duration, categories, and content images. Credential-free public data from Agoda's own activity content source.
agoda_flights_itinerary_amenitiesGet Agoda flight segment amenities. Returns real-content amenities (aircraft type, seat layout, meals, entertainment, wifi) for one or more flight segments. Copy the segments straight from a flight search response's own segment fields. Credential-free public data from Agoda's own flight content service.
agoda_flights_searchSearch Agoda one-way flights. Returns bookable one-way flight itineraries between two IATA airport codes for a departure date, including per-segment flight number, airline, times, layovers, aircraft type, and price. Resolve free-text city/airport names to codes first via the flight destination search endpoint. Credential-free public data from Agoda's own flight search.
agoda_flights_search_locationsSearch Agoda flight destinations/airports. Resolves a free-text city or airport name into IATA airport codes for flight search, with each city's direct and nearby airports. Credential-free public data from Agoda's own flight destination search.
agoda_homes_searchSearch Agoda Homes & Apartments by city. Returns Homes & Apartments results for an Agoda city: full listing detail for every matching property whose accommodation type is Apartment, drawn from the same city search as hotel search and filtered to non-hotel accommodation types. Callers may supply a known Agoda city id or a free-text city name; when both are supplied city_id takes precedence. Credential-free public data from Agoda's own hotel/home search.
The Crawlora-org/crawlora-mcp MCP server gives MCP clients access to a broad catalog of structured public-web data operations. The supplied tools cover searches and detail lookups across travel, accommodation, flights, activities, commerce, jobs, anime, books, and social platforms. Responses are normalized JSON rather than raw HTML, so an agent can consume fields such as titles, prices, ratings, descriptions, dates, locations, images, and review information according to each tool's schema.
Examples in the catalog include Agoda hotel, home, activity, flight, and airport searches; Airbnb rooms, hosts, listings, calendars, and reviews; Amazon product search, product details, and suggestions; Amazon Jobs search and job details; and AniList anime, character, ranking, schedule, staff, cast, and recommendation queries. The available catalog is broader than these examples and is generated from the project's tool definitions.
The hosted deployment uses Streamable HTTP at https://mcp.crawlora.net/mcp. A compatible client sends requests to that endpoint with a Crawlora API key, preferably in an Authorization: Bearer ... header; the x-api-key header is also accepted. Missing or invalid credentials produce a 401 response.
For self-hosting, the repository includes a small stdio server that wraps the Crawlora REST API at https://api.crawlora.net/api/v1. The local process exposes the same tool set and forwards requests using the configured API key. Tool definitions are generated from tools.json, with each definition mapping to one REST endpoint and specifying its input schema.
The hosted option does not require Node.js. Configure the endpoint and authentication header in an MCP client that supports Streamable HTTP. The README provides configurations for Claude Desktop, Cursor, Windsurf, Cline, Claude Code, Codex CLI, VS Code, Gemini CLI, and generic MCP clients.
The local option requires Node.js 20 or newer when using npx. The directly runnable command is:
A cloned repository can instead be started after npm install with node index.mjs, or built and run through Docker. Keep the key in an environment variable rather than committing it to client configuration or source control. Accounts include 2,000 free credits per month without a credit card, according to the README.
The Crawlora-org/crawlora-mcp MCP server is suited to agents that need read-only public information. The supplied material does not describe booking, purchasing, account access, authenticated user data, or write operations.
Data comes from public sources and may vary by platform, region, query, and source availability. Some tools require identifiers returned by an earlier search; for example, Agoda flight amenities expects flight segments from a flight-search response, and several detail tools require a platform-specific id or ASIN. Airbnb results and other platform responses are normalized, but the material does not guarantee completeness or freshness beyond the upstream public source.
Use of the hosted or local service requires a Crawlora API key. The README describes a free monthly credit allowance, but it does not specify paid-plan pricing or credit consumption rules. The repository is described as open source, but no license name is provided in the supplied material.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/crawlora-org-crawlora-mcp)<a href="https://allmcps.com/mcp/crawlora-org-crawlora-mcp"><img src="https://allmcps.com/api/badge/crawlora-org-crawlora-mcp?style=directory" alt="Crawlora MCP on AllMCPs" /></a>