Press Monitor
The Press Monitor Google MCP Server exposes the same search tools as JSON-RPC endpoints for AI agents, automation workflows, and serverless integrations.
https://mcp.pressmonitor.com/google/v1
All MCP calls require:
Authorization: Bearer YOUR_API_KEY
mcp.json
){ "mcpServers": { "google-search": { "command": "npx", "args": [ "-y", "mcp-remote", "https://mcp.pressmonitor.com/google/v1", "--header", "Authorization: Bearer " ], "env": { "GOOGLE_API_TOKEN": "" } } } }
curl -s -X POST "https://mcp.pressmonitor.com/google/v1" -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'
curl -s -X POST "https://mcp.pressmonitor.com/google/v1" -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{ "jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": { "name": "searchWeb", "arguments": { "query_text": "AI", "country_code": "US", "lang_code": "en", "count": 5 } } }'
Each tool response contains:
rate
, quantity
, total
, request_id