{
  "markdown": "# SERPJET MCP Server\n\nGive your AI agent Google Search. **1,000 free searches/month — recurring, no credit card.**\n\nAn MCP (Model Context Protocol) server for [SERPJET](https://serpjet.io) — a Google SERP API that returns clean, structured JSON for 10 result types: web search, images, videos, news, **shopping (with prices)**, maps, places, scholar, patents, and autocomplete.\n\n## Why SERPJET\n\n- **1,000 searches/month free, forever** — quota resets monthly (not a one-time trial credit)\n- **No credit card required** — sign up with just an email\n- **10 result types** in one tool, including Google Shopping with price fields\n- **Country targeting** via `gl` parameter (`us`, `de`, `jp`, ...)\n- Paid plans from $5, billed per successful request only\n\n## Quick start\n\n1. Get a free API key at [serpjet.io/signup](https://serpjet.io/signup)\n2. Add to your MCP client config:\n\n### Claude Desktop / Claude Code\n\n```json\n{\n  \"mcpServers\": {\n    \"serpjet\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"serpjet-mcp\"],\n      \"env\": {\n        \"SERPJET_API_KEY\": \"sj_your_key_here\"\n      }\n    }\n  }\n}\n```\n\n### Cursor / Windsurf\n\nSame config shape — add the `serpjet` entry to your MCP settings with `SERPJET_API_KEY` in `env`.\n\n## Tool\n\n### `google_search`\n\n| Parameter | Type | Description |\n|---|---|---|\n| `q` | string (required) | Search query |\n| `type` | enum | `search` (default), `images`, `videos`, `news`, `shopping`, `maps`, `places`, `scholar`, `patents`, `autocomplete` |\n| `gl` | string | Country code for geo-targeting, e.g. `us`, `de`, `jp` |\n| `hl` | string | Language, e.g. `en`, `zh-cn` |\n| `num` | number | Number of results (1–100) |\n| `page` | number | Result page |\n\nReturns the raw SERPJET JSON response. Example — ask your agent:\n\n> \"What does an Anker 20000mAh power bank cost right now in the US?\"\n\nThe agent calls `google_search` with `{\"q\": \"anker 20000mah power bank\", \"type\": \"shopping\", \"gl\": \"us\"}` and gets back 40 offers with live prices and sellers.\n\n## Environment variables\n\n| Variable | Required | Description |\n|---|---|---|\n| `SERPJET_API_KEY` | yes | Your API key from [serpjet.io](https://serpjet.io) |\n| `SERPJET_API_BASE` | no | Override API base URL (default `https://api.serpjet.io`) |\n\n## Links\n\n- [SERPJET](https://serpjet.io) — pricing, playground, dashboard\n- [API docs](https://serpjet.io/docs.html)\n\n## License\n\nMIT\n",
  "bytes": 2364,
  "sha": "023566e1111c8f4d4a7bfeb0c5ecb590c4bc0223570d8dd5e6e3cc1dd56c9d09",
  "repo_slug": "jibaoproxyofficial-pixel/serpjet-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_serpjet_serpjet_mcp_fbc27acf/readme"
}