Crawlora MCP Server

托管MCP,提供300多种结构化网络数据工具——搜索、地图、电商、社交和金融——返回干净的JSON。

文档

Crawlora MCP Integration Guide - Crawlora

Connect Crawlora agent-native structured public web data APIs to AI clients through the hosted MCP endpoint.

Structured Data

[{"@context":"https://schema.org","@type":"Organization","@id":"https://crawlora.net/#organization","name":"Crawlora","alternateName":["Crawlora API","Crawlora.net"],"url":"https://crawlora.net/","logo":{"@type":"ImageObject","url":"https://crawlora.net/icons/favicon-512.png","width":512,"height":512},"description":"Crawlora provides agent-native web scraping APIs and hosted MCP tools for search, maps, geocoding, streaming media, travel, real estate, marketplaces, finance, social video, app intelligence, and AI workflows.","sameAs":["https://github.com/Crawlora-org","https://www.npmjs.com/package/@crawlora-org/sdk","https://pypi.org/project/crawlora/","https://rubygems.org/gems/crawlora","https://packagist.org/packages/crawlora/sdk","https://pkg.go.dev/github.com/Crawlora-org/crawlora-go-sdk","https://www.wikidata.org/wiki/Q140216339"]},{"@context":"https://schema.org","@type":"WebSite","@id":"https://crawlora.net/#website","name":"Crawlora","alternateName":"Crawlora API","url":"https://crawlora.net/","description":"Crawlora provides agent-native web scraping APIs and hosted MCP tools for search, maps, geocoding, streaming media, travel, real estate, marketplaces, finance, social video, app intelligence, and AI workflows.","inLanguage":"en","publisher":{"@id":"https://crawlora.net/#organization"}}]
[{"@context":"https://schema.org","@type":"WebPage","name":"Crawlora MCP Integration Guide - Crawlora","description":"Connect Crawlora agent-native structured public web data APIs to AI clients through the hosted MCP endpoint.","url":"https://crawlora.net/mcp","isPartOf":{"@type":"WebSite","name":"Crawlora","url":"https://crawlora.net/"}},{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://crawlora.net/"},{"@type":"ListItem","position":2,"name":"MCP","item":"https://crawlora.net/mcp"}]},{"@context":"https://schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","name":"What is MCP?","acceptedAnswer":{"@type":"Answer","text":"Model Context Protocol is a pattern for exposing tools and resources to AI clients through a server interface."}},{"@type":"Question","name":"Does Crawlora have an official MCP server?","acceptedAnswer":{"@type":"Answer","text":"Yes. Use the hosted Streamable HTTP endpoint at https://mcp.crawlora.net/mcp with Authorization: Bearer. The MCP endpoint also accepts x-api-key for clients that support custom headers."}},{"@type":"Question","name":"Can I wrap Crawlora APIs as MCP tools?","acceptedAnswer":{"@type":"Answer","text":"Yes. Wrap narrow Crawlora HTTP calls behind server-side MCP tools and keep the API key in the server environment."}},{"@type":"Question","name":"Which Crawlora APIs are good MCP tools?","acceptedAnswer":{"@type":"Answer","text":"Search, Maps, Geocoding, Airbnb, TripAdvisor, Zillow, YouTube, TikTok, App Store, Google Play, Spotify, Spotify Podcasts, Apple Podcasts, Amazon, Product Hunt, Trustpilot, and review endpoints are useful candidates when they match your agent's task."}},{"@type":"Question","name":"How should I secure API keys?","acceptedAnswer":{"@type":"Answer","text":"Store keys server-side, restrict tool access, validate inputs, and avoid logging secrets."}},{"@type":"Question","name":"Can MCP tools consume credits?","acceptedAnswer":{"@type":"Answer","text":"Yes. Tool calls that invoke Crawlora API endpoints can consume credits according to endpoint billing rules."}},{"@type":"Question","name":"How is this different from LangChain tools?","acceptedAnswer":{"@type":"Answer","text":"MCP focuses on a protocol for exposing tools to clients. LangChain tools are framework-level wrappers inside LangChain workflows."}}]}]