Agent Search Pro
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Agent Search ProSearch for recent breakthroughs in AI and synthesize a summary."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Agent Search Pro — x402 Pay-Per-Call API + MCP Server
Live endpoint: https://aggregator-beta.vercel.app
Agent-native web search and research synthesis, paid per call in USDC on Base via x402. No buyer API keys, accounts, or subscriptions. Includes standard HTTP routes for x402 discovery plus a streamable HTTP MCP facade.
Experimental service: payment and search paths are working and dogfooded with a real 0.02 USDC Base transaction. Availability, pricing, and upstream providers may change during validation.
Tiers
Tool | Price | What you get |
| FREE | 1 search, 3 results — no wallet needed |
| $0.02/call | Full search, up to 10 results (Serper) |
| $0.10/call | Multi-angle research synthesis: core + latest + critique (3 parallel searches) |
Related MCP server: Base Intel Search
Use (any MCP client, streamable HTTP)
POST https://<deployed-url>/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"web_search","arguments":{"query":"x402 protocol"}}}Unpaid calls → HTTP 402 with a canonical base64 PAYMENT-REQUIRED header (x402 V2). Compatible agent clients retry with PAYMENT-SIGNATURE; the public XPay facilitator verifies and settles EIP-3009 USDC directly from buyer to seller on Base.
Discovery surfaces
GET /health— liveness + tiersGET /.well-known/x402.json— machine-readable payment manifestGET /llms.txt— LLM-readable service description
Run locally
MOCK_MODE=1 npm install && npm start # full 402 flow, mock settlement — no keys
npm test # 16-check E2E suiteProduction env
See .env.example. Requires: SERPER_API_KEY, PAY_TO_ADDRESS (Base wallet), and PUBLIC_URL. X402_FACILITATOR_URL optionally overrides the default public XPay facilitator. ALCHEMY_URL is only needed for the disabled-by-default manual tx-hash fallback.
Telemetry
Every interaction is emitted as structured [telemetry] JSON to platform logs. Production writes one immutable JSON event to a private Vercel Blob store; local development also appends telemetry/interactions.jsonl. Wallets are represented only by keyed, pseudonymous identifiers; raw wallet and transaction hashes are excluded.
Part of the Grokbot Autonomous Revenue system (ranked-playbooks.md).
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenancePaid web research MCP tools for autonomous agents: search, page extraction, citations, and diff monitoring through a live x402 API. Unpaid calls return the Base USDC payment requirement so agents can pay and retry safely.41MIT
- AlicenseNot gradedqualityCmaintenancePay-per-call web search for AI agents, settled in USDC on Base via the x402 protocol. No API key or subscription required; users fund a wallet and get a web_search tool.101MIT
- AlicenseNot gradedqualityDmaintenanceEnables web search for AI agents with pay-per-search in USDC, no API keys needed.MIT
- AlicenseNot gradedqualityBmaintenanceProvides free MCP-based tool discovery and per-call paid execution of live web search and deep research tools, with USDC settlement via x402 v2.MIT
Related MCP Connectors
Live web search for AI agents. $0.001/call, x402 on Base, no API key.
Pay-per-call web scraping for AI agents via x402 on Base USDC. Six tools, no signup.
63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AgentMindCloud/agent-search-pro'
If you have feedback or need assistance with the MCP directory API, please join our Discord server