Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Google Play data for agents

sh.fetcher.googleplay/mcp

7 Google Play endpoints. Pay per call in USDC via x402.

Uptime
100.0%
1 direct probes · 30d
Response
1017ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

search_endpoints

Free. Search fetcher.sh's Google Play endpoints by keyword. Returns paths, descriptions and per-call prices. Start here.

describe_endpoint

Free. Show the full call signature for one endpoint: required and optional parameters, allowed values, price, and response shape.

fetch_data

Paid. Fetch live data from any Google Play endpoint. Pass the endpoint path plus its parameters (path and query parameters together in `params`). Priced per call in USDC on Base, Monad or Solana: pay …

check_balance

Free. Show the remaining credit balance for the API key sent in this connection's Authorization header. Call this before a long run of paid requests.

topup_credits

Paid (the amount you choose, minimum $1). Buy prepaid credits with x402 so later calls skip the per-call payment round trip. With an Authorization: Bearer bby_live_... header on this connection it rec…

googleplay_apps

Paid ($0.003). Apps — Google Play. Live data as JSON. Pay with x402 or an Authorization: Bearer bby_live_... credits key.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "google_play_data_for_agents": {
      "url": "https://googleplay.fetcher.sh/mcp",
      "transport": "streamable-http"
    }
  }
}