Crawlora MCP
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CRAWLORA_API_KEY | Yes | Your Crawlora API key for authentication. Get one at https://crawlora.net |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| airbnb_roomC | Get Airbnb room. Returns normalized Airbnb public room details. |
| airbnb_room_calendarA | Get Airbnb room calendar. Returns public calendar month hints parsed from Airbnb room bootstrap data. |
| airbnb_room_reviewsB | Get Airbnb room reviews. Returns normalized Airbnb public review snippets. |
| airbnb_searchA | Search Airbnb stays. Returns normalized Airbnb public web search results. |
| amazon_productA | Retrieve Amazon product details. Returns normalized product details for an Amazon ASIN on |
| amazon_searchB | Search Amazon products. Returns normalized Amazon search result cards for |
| amazon_suggestA | Retrieve Amazon search suggestions. Returns typeahead keyword suggestions from Amazon's public suggestion API for |
| apple_podcasts_chartsA | Retrieve Apple Podcasts chart rankings. Returns Apple Podcasts show chart rankings from public iTunes RSS JSON feeds. Supported collections are |
| apple_podcasts_episodes_searchC | Search Apple Podcasts episodes. Returns normalized Apple Podcasts episodes from Apple's public iTunes Search API. |
| apple_podcasts_searchB | Search Apple Podcasts shows. Returns normalized Apple Podcasts shows from Apple's public iTunes Search API. |
| apple_podcasts_showB | Retrieve Apple Podcasts show details. Returns normalized show metadata from Apple's public iTunes Lookup API. |
| apple_podcasts_show_episodesB | Retrieve Apple Podcasts show episodes. Returns a show and its public Apple Podcasts episodes from Apple's iTunes Lookup API. |
| appstore_appA | Retrieve full App Store app details. Returns normalized app metadata from the App Store lookup API. Provide either |
| appstore_developerA | Retrieve apps by developer ID. Returns App Store apps associated with a specific developer artist ID. |
| appstore_listA | Retrieve App Store collection rankings. Returns ranked App Store apps from an iTunes RSS collection, optionally expanded to full lookup details. |
| appstore_privacyA | Retrieve App Store privacy disclosures. Returns the app privacy cards shown on the App Store page, including data categories and purposes. |
| appstore_ratingsA | Retrieve App Store ratings histogram. Returns total ratings count and the 1-5 star histogram shown on the App Store product page. |
| appstore_reviewsB | Retrieve App Store reviews. Returns one page of customer reviews for an app. Provide either |
| appstore_searchA | Search the App Store. Returns App Store search results for a term. Set |
| appstore_similarA | Retrieve "You Might Also Like" apps. Returns the related apps shown on the App Store product page. Provide either |
| appstore_suggestA | Retrieve App Store search suggestions. Returns suggested search terms for the given partial keyword. |
| appstore_version_historyA | Retrieve App Store version history. Returns the version history entries shown in the App Store "What's New" section. |
| bing_imagesA | Search Bing image results. Returns normalized Bing image search results for a query string. Locale defaults to country=us and lang=en-us. Results are fetched from public Bing image HTML/async pages and return 503 when Bing serves a challenge page or unusable HTML. |
| bing_newsA | Search Bing news results. Returns normalized Bing news search results for a query string. Locale defaults to country=us and lang=en-us. Results are fetched from public Bing news HTML/async pages and return 503 when Bing serves a challenge page or unusable HTML. |
| bing_searchA | Search Bing web results. Returns normalized Bing web search results for a query string, including organic results, optional context panel data, related queries, people-also-ask questions, news modules, video modules, and page-based pagination. Empty optional blocks are omitted from the JSON response. Locale defaults to country=us and lang=en-us. Results are fetched with the repo's Chrome-impersonated request client and return 503 when Bing serves a challenge page or unusable HTML. |
| bing_suggestA | Suggest Bing search queries. Returns Bing autosuggest query completions for a query prefix. Locale defaults to country=us and lang=en-us. Suggestions are fetched from public Bing suggest endpoints and trimmed to the requested count. |
| bing_videosA | Search Bing video results. Returns normalized Bing video search results for a query string. Locale defaults to country=us and lang=en-us. Results are fetched from public Bing video HTML/async pages and return 503 when Bing serves a challenge page or unusable HTML. |
| brand_retrieveA | Retrieve brand data by domain. Fetches a domain's homepage and extracts a normalized brand profile (title, description, colors, logos, backdrops, socials, links, and any schema.org organization data). Enrichment-only fields that are not present in the page markup are returned as null. |
| brave_imagesA | Search Brave image results. Returns normalized Brave image search results for a query string. Locale defaults to country=us and lang=en-us. Results are fetched from public Brave Search image HTML and return 503 when Brave serves a challenge page or unusable HTML. |
| brave_newsB | Search Brave news results. Returns normalized Brave news search results for a query string. Locale defaults to country=us and lang=en-us. Results are fetched from public Brave Search news HTML and return 503 when Brave serves a challenge page or unusable HTML. |
| brave_searchA | Search Brave. Returns normalized web search results from Brave Search for a query string, along with offset-based pagination, related queries, discussions, videos, and the right-side knowledge card when Brave includes one. Use time_range for preset ranges or date_from/date_to for a custom YYYY-MM-DD range. Locale defaults to country=us and lang=en-us. |
| brave_suggestA | Suggest Brave search queries. Returns Brave autosuggest query completions for a query prefix. Locale defaults to country=us and lang=en-us. Suggestions are fetched from public Brave Search suggest JSON and trimmed to the requested count. |
| brave_videosA | Search Brave video results. Returns normalized Brave video search results for a query string. Locale defaults to country=us and lang=en-us. Results are fetched from public Brave Search video HTML and return 503 when Brave serves a challenge page or unusable HTML. |
| coingecko_categoriesA | CoinGecko categories. Returns normalized CoinGecko category rows from the public categories page. This endpoint supports the documented |
| coingecko_category_coinsB | CoinGecko category coins. Returns normalized coin rows from a CoinGecko public category page. This endpoint supports the documented |
| coingecko_chainsC | CoinGecko chains. Returns normalized chain rows from the CoinGecko public website chains table. This endpoint supports the documented |
| coingecko_chainA | CoinGecko chain detail. Returns normalized sections from a CoinGecko public chain detail page. Sections are omitted when not present. This endpoint supports the documented |
| coingecko_coinA | CoinGecko coin profile. Returns normalized CoinGecko profile, market stats, links, and categories for one coin id. This endpoint supports the documented |
| coingecko_coin_analysisA | CoinGecko coin chart analysis. Returns derived price-chart metrics from CoinGecko public chart JSON. This endpoint supports the documented |
| coingecko_exchangeA | CoinGecko exchange detail. Returns normalized profile stats and market rows from a CoinGecko public exchange page. This endpoint supports the documented |
| coingecko_exchangesA | CoinGecko exchanges. Returns normalized exchange rows from CoinGecko public website exchange tables. This endpoint supports the documented |
| coingecko_gainers_losersC | CoinGecko crypto gainers and losers. Returns normalized rows from CoinGecko's public crypto gainers and losers table. This endpoint supports the documented |
| coingecko_globalA | CoinGecko global market snapshot. Returns normalized global market metrics from CoinGecko's public charts page. |
| coingecko_global_chartsC | CoinGecko global chart series. Returns normalized global chart series from public CoinGecko website JSON endpoints. |
| coingecko_learn_articlesB | CoinGecko Learn articles. Returns normalized article cards from CoinGecko Learn public pages. |
| coingecko_marketsB | CoinGecko markets. Returns normalized cryptocurrency market rows from CoinGecko public pages. This endpoint supports the documented |
| coingecko_new_coinsB | CoinGecko new cryptocurrencies. Returns normalized rows from CoinGecko's public new cryptocurrencies table. This endpoint supports the documented |
| coingecko_newsB | CoinGecko news cards. Returns normalized article cards from CoinGecko's public news page. |
| coingecko_nft_categoryC | CoinGecko NFT category. Returns normalized NFT collection rows from a CoinGecko public NFT category page. This endpoint supports the documented |
| coingecko_nftsC | CoinGecko NFT collections. Returns normalized NFT collection rows from the CoinGecko public website NFT table. This endpoint supports the documented |
| coingecko_searchB | CoinGecko discovery search. Returns normalized CoinGecko search sections from the public website search JSON. Empty valid searches return empty arrays. |
| coingecko_token_unlocksB | CoinGecko incoming token unlocks. Returns normalized rows from CoinGecko's public incoming token unlocks page. |
| coingecko_treasuriesB | CoinGecko crypto treasuries. Returns normalized entity rows from CoinGecko's public crypto treasuries tables. This endpoint supports the documented |
| coingecko_trendingB | CoinGecko trending highlights. Returns deduped trending coins and categories from the public CoinGecko highlights page. This endpoint supports the documented |
| datasets_listA | List stored scraped datasets. Lists available read-only scraped datasets. Initial dataset id enum: |
| datasets_google_map_businesses_facetsA | Facet stored Google Maps businesses. Returns terms aggregation counts for Google Maps businesses. Facet enum: |
| datasets_google_map_businesses_itemA | Get a stored Google Maps business. Returns one stored Google Maps business by Google place_id from dataset id enum value |
| datasets_google_map_businesses_nearbyA | Search nearby stored Google Maps businesses. Searches stored Google Maps businesses near a coordinate in dataset id enum value |
| datasets_google_map_businesses_searchB | Search stored Google Maps businesses. Searches Google Maps business records stored in Elasticsearch. Sort enum: |
| ebay_itemA | Get eBay item details. Returns normalized details for a public eBay item listing. |
| ebay_searchC | Search eBay listings. Returns normalized eBay search results. |
| ebay_sellerC | Get eBay seller profile. Returns normalized details for a public eBay seller profile. |
| ebay_seller_aboutA | Get eBay seller about details. Returns normalized seller about information from the public eBay store about tab, including seller stats, top-rated status, optional location/member-since fields, and cleaned store categories. |
| ebay_seller_feedbackB | Get eBay seller feedback. Returns normalized seller feedback summary, detailed ratings, and recent review cards from the public eBay seller feedback tab. |
| ebay_seller_shopB | Get eBay seller shop listings. Returns normalized listings from the public eBay seller shop tab, with pagination backed by the store odtRefresh response. |
| geocoding_lookupA | Lookup Nominatim OSM ids. Returns typed Nominatim JSONv2 places for comma-separated OSM ids such as W34633854,N123,R456. |
| geocoding_reverseB | Reverse geocode coordinates. Returns the nearest typed Nominatim JSONv2 place for latitude and longitude. |
| geocoding_searchA | Search Nominatim places. Returns typed Nominatim JSONv2 forward geocoding results. Use either q or structured fields, not both. |
| google_finance_analyst_articlesC | Google Finance analyst articles. Returns normalized analyst article results for a quote. |
| google_finance_chartC | Google Finance chart data. Returns normalized chart points for a quote and window. |
| google_finance_classificationC | Google Finance classification data. Returns normalized classification strings for a quote. |
| google_finance_companyC | Google Finance company data. Returns normalized company information from Google Finance. |
| google_finance_contextC | Returns normalized Google Finance context search results. |
| google_finance_financialsA | Google Finance financial statements. Returns normalized annual and quarterly financial rows when Google Finance has statement data for the quote. |
| google_finance_markets_category_newsC | Google Finance category news. Returns normalized news for a Google Finance category. |
| google_finance_markets_category_stocksC | Google Finance category stocks. Returns normalized instruments for a Google Finance category. |
| google_finance_markets_earningsC | Google Finance earnings calendar. Returns normalized earnings calendar instruments. |
| google_finance_markets_featuredB | Google Finance featured stocks. Returns normalized featured instruments. |
| google_finance_markets_headlineC | Google Finance top headline. Returns the top Google Finance headline. |
| google_finance_markets_indicesB | Google Finance market indices. Returns normalized market index instruments. |
| google_finance_markets_moversB | Google Finance market movers. Returns normalized market mover instruments. |
| google_finance_markets_topC | Google Finance top stocks by metric. Returns normalized top instruments for a Google Finance metric. |
| google_finance_markets_trendingC | Google Finance trending stocks. Returns normalized trending instruments. |
| google_finance_newsB | Google Finance quote news. Returns normalized news articles for a quote. |
| google_finance_quoteB | Google Finance Quote API. Fetches the latest quote data for a provided stock symbol from Google Finance https://www.google.com/finance/quote/AAPL:NASDAQ?hl=en. |
| google_finance_relatedA | Google Finance related instruments. Returns normalized related instruments for a quote. |
| google_finance_searchB | Google Finance Search API. Fetches normalized search results for a provided keyword from Google Finance. |
| google_finance_tickerB | Google Finance Ticker API. Fetches chart ticker data from Google Finance based on a provided ticker and window period. |
| google_map_placeB | Google Maps place details API. Returns detailed information for a specified place_id. Rate limit is enforced at 1 request per second. |
| google_map_searchB | Google Maps search API. Returns results from Google Maps based on search options. Rate limit is enforced at 1 request per second. |
| google_trends_categoriesA | Google Trends categories. Returns supported top-level Google Trends category ids and labels for Trending Now category filters. |
| google_trends_enumsA | Google Trends enum metadata. Returns supported Google Trends enum values for explore/trending filters, including locations, date ranges, search types, categories, statuses, and sort modes. |
| google_trends_exploreB | Google Trends explore data. Returns normalized Google Trends keyword analytics from internal Trends widget requests: interest over time, interest by region, related queries, and related topics when available. |
| google_trends_explore_interest_by_regionA | Google Trends interest by region. Returns only the interest-by-region widget from the Google Trends Explore widget flow. Supports multiple comparison terms and returns an empty interest_by_region array when Google returns no rows. |
| google_trends_explore_interest_over_timeB | Google Trends interest over time. Returns only the interest-over-time timeline from the Google Trends Explore widget flow. Supports multiple comparison terms. |
| google_trends_explore_related_topicsC | Google Trends related topics. Returns only the related topics widget from the Google Trends Explore widget flow. Returns an empty related_topics array when Google returns no topic rows for the requested term/filter combination. |
| google_trends_explore_rising_queriesC | Google Trends explore rising queries. Returns the Rising related queries widget for one or more Google Trends explore terms. Returns an empty queries array when Google returns no rows for the requested term/filter combination. |
| google_trends_explore_top_queriesC | Google Trends explore top queries. Returns the Top related queries widget for one or more Google Trends explore terms. Returns an empty queries array when Google returns no rows for the requested term/filter combination. |
| google_trends_locationsA | Google Trends locations. Returns supported Google Trends location codes. Explore endpoints also accept WORLDWIDE. |
| google_trends_trendingB | Google Trends trending now data. Returns normalized Google Trends Trending Now rows from the internal TrendsUi batch RPC replay. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Crawlora-org/crawlora-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server