PrismCrawl MCP Server
MCP serverSearchSearch, maps, reviews, and app store data from Google, Bing, Amazon, Apple, Yelp, and Tripadvisor.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use PrismCrawl MCP Server
Install PrismCrawl MCP Server
The server’s own address, for the clients that take one directly. Or connect ahel onceand every client you use reads it from one address, with the account kept on ahel rather than in each client’s config.
Claude Code
claude mcp add --transport http prismcrawl-mcp-server 'https://api.prismcrawl.com/mcp'Run it once in your project, then open /mcp to approve any sign-in the server asks for.
Claude Desktop
https://api.prismcrawl.com/mcpAdd a custom connector in Settings, paste this address, and approve the sign-in.
Cursor
cursor://anysphere.cursor-deeplink/mcp/install?name=prismcrawl-mcp-server&config=eyJ1cmwiOiJodHRwczovL2FwaS5wcmlzbWNyYXdsLmNvbS9tY3AifQ==Open the link and Cursor adds the server at that address.
ChatGPT
https://api.prismcrawl.com/mcpIn Settings, enable Developer mode, create an MCP app, and paste this address. Your plan and workspace must allow custom apps.
Codex
codex mcp add prismcrawl-mcp-server --url 'https://api.prismcrawl.com/mcp'Run it once, then sign in with codex mcp login prismcrawl-mcp-server if the server asks for an account.
From the project's README
As published by prismcrawl/prismcrawl-mcp in README.md.
Connect Claude, Cursor, and other MCP clients to PrismCrawl: live search results, AI answers, products, places, and reviews returned as structured JSON.
PrismCrawl runs this server for you. You don't install anything; you point your MCP client at the endpoint below.
https://api.prismcrawl.com/mcp
| Transport | Streamable HTTP |
| Authentication | OAuth 2.1, or an API key in the x-api-key header |
| Registry name | io.github.prismcrawl/prismcrawl (listing) |
| Tools | Read-only search, maps, reviews, and app store tools (full list) |
What it can do
- Search: Google (including AI Overviews, AI Mode, Shopping, and Local results), Bing (including its AI overview with citations), DuckDuckGo, and Amazon
- Maps and places: Google Maps, Bing Maps, Apple Maps, DuckDuckGo Maps, Yelp, and Tripadvisor
- Reviews: Google Maps, Google contributors, Yelp, Tripadvisor, Apple Maps, Google Play, and the Apple App Store
- App stores: Google Play (apps, games, books, movies) and the Apple App Store: search, product details, and reviews
- Shopping: Google Shopping product details and merchant offers
Quick start
-
Create a free account at prismcrawl.com. New accounts get 100 credits, and no card is required.
-
Add the server to your client:
Claude Code
claude mcp add --transport http prismcrawl https://api.prismcrawl.com/mcpThen run
/mcpinside Claude Code and sign in.Cursor (
~/.cursor/mcp.json){ "mcpServers": { "prismcrawl": { "url": "https://api.prismcrawl.com/mcp" } } }Then open Cursor Settings, find PrismCrawl in the MCP section, and sign in.
Other clients: add a remote server with the URL above and choose OAuth, or set an
x-api-keyheader. -
Ask your assistant something like "Find the top-rated ramen places near Union Square, SF and summarize their recent Yelp reviews."
Per-client guides: Claude · Cursor · Other MCP clients
Pricing
Each successful tool call uses one PrismCrawl credit. Failed calls are free, and so is tool discovery (tools/list). Requesting another page is a separate call and uses a credit.
- 100 free credits for new accounts
- Pay as you go from $5, with no subscription
- Credits are valid for 90 days
See prismcrawl.com for current pricing.
Documentation
- Tools reference: every tool with its parameters
- Authentication: OAuth, API keys, and revoking access
- Example prompts and calls
- llms.txt: a short summary for AI agents
- REST API docs: the same data over plain HTTP
Support
Email support@prismcrawl.com. To report a mistake in these docs, open an issue.
This repository contains documentation and the registry manifest (server.json) for the hosted server. It does not contain the server's source code, and changes here don't affect how the server behaves.
Advanced
- Delivery
- prismcrawl MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
- Catalog kind
- mcp-server
- Gateway key
io-github-prismcrawl-prismcrawl- Source
- github.com/prismcrawl/prismcrawl-mcp
- Hosted endpoint
https://api.prismcrawl.com/mcp