Skip to main content
Glama
prismcrawl

PrismCrawl MCP Server

Official
by prismcrawl

PrismCrawl MCP Server

Connect Claude, Cursor, and other MCP clients to PrismCrawl: live search results, AI answers, products, places, and reviews returned as structured JSON. See the MCP server page for an overview.

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)

You need a PrismCrawl API key. Sign up at prismcrawl.com and create a key in the dashboard. It's free, and you don't need a card. You need the key whether you connect with OAuth or pass it in a header.

Pricing: at volume, prepaid credit packages bring the price as low as $0.15 per 1,000 successful requests, and failed requests are free. That's 100x cheaper than SerpApi. See pricing.

Why PrismCrawl

  • As low as $0.15 per 1,000 successful requests at volume, 100x cheaper than SerpApi

  • You only pay for successes. Failed calls and tool discovery are free.

  • Free to start: 100 free credits, and you don't need a card

  • No subscription: prepaid credit packages from $5, valid for 90 days

  • One key covers 26 tools: Google, Bing, DuckDuckGo, Amazon, Google Maps, Apple Maps, Yelp, Tripadvisor, Google Play, and the Apple App Store

  • Answers from AI search engines: Google AI Overviews, Google AI Mode, and Bing's AI overview with citations, at no additional charge

  • Live, uncached results: every call fetches fresh data from the source

  • Proven at scale: 99% successful response rate and more than 1 billion SERPs every month

  • See every request: filter your request history by query, provider, status, format, or date. You can check the parameters, timing, and credits for each request, copy it as cURL, rerun it, or download the saved HTML/JSON. Request details are kept for 90 days and the HTML/JSON for 30 days. To skip storing the results of a call, pass zero_trace.

  • Hosted and ready to use: a remote MCP server with OAuth 2.1 that works in Claude, Cursor, VS Code, and any Streamable HTTP client

Related MCP server: Google Search MCP Server

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

  1. Create a free account at prismcrawl.com and create an API key in the dashboard. New accounts get 100 credits, and you don't need a card.

  2. Add the server to your client:

    Claude Code

    claude mcp add --transport http prismcrawl https://api.prismcrawl.com/mcp

    Then run /mcp inside 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-key header.

  3. 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

  • Prepaid credit packages from $5, with no subscription

  • As low as $0.15 per 1,000 successful requests at volume, 100x cheaper than SerpApi

  • Credits are valid for 90 days

See prismcrawl.com for current pricing.

Documentation

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.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    MCP server for structured web data access, enabling local-market research and lead-list enrichment by returning business names, locations, ratings, and review signals from concrete queries.
    1
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Enables MCP clients to perform live Google searches and retrieve structured SERP data including organic results, AI Overviews, People Also Ask, AI Mode answers, news, shopping, and short-video results via eight read-only tools.
    10
    58 npm
    146 PyPI
    17
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Enables Bing searches with geo, market, and language targeting, returning organic results, ad blocks, and Copilot answers as structured JSON to any MCP client.
    1
    30 npm
    111 PyPI
    9
    MIT
  • A
    license
    B
    quality
    B
    maintenance
    Enables MCP clients to run live web searches, fetch and navigate readable web pages, search images, capture PDF screenshots, and retrieve finance, weather, sports, and world-time data through a zero-configuration authenticated backend.
    11
    494 npm
    MIT