
Agent Broker
Let autonomous agents discover small businesses, message them, and book services with per-call USDC payments on Base through x402-compliant tooling.
Overview
Agent Broker is a MCP server for the Build phase that connects AI agents to SMB find-message-book flows with fourteen tools and USDC pay-per-call on Base via x402.
What is this MCP server?
- Fourteen MCP tools for find, message, and book workflows aimed at SMBs
- Pay-per-call economics in USDC on Base using the x402 payment pattern
- Hosted streamable-http endpoint at agent-broker-edge.basil-agent.workers.dev/mcp
- Positioned as compliant agent brokerage rather than ad-hoc scraping
- Version 1.0.2 remote server—no local stdio package required to try the API surface
- 14 MCP tools advertised in server description
- Remote endpoint https://agent-broker-edge.basil-agent.workers.dev/mcp
- Version 1.0.2; USDC on Base with x402 pay-per-call model
What problem does it solve?
Builders who want agents to book real-world SMB services lack a standard MCP surface that combines discovery, messaging, and paid API calls in one compliant integration.
Who is it for?
Advanced solo builders prototyping agentic marketplaces, concierge automations, or x402-paid tool chains against SMB endpoints.
Skip if: Beginners shipping a simple CRUD SaaS with no on-chain payments, or teams that cannot use USDC on Base or hosted third-party brokerage infrastructure.
What do I get? / Deliverables
Once the remote MCP is registered, your agent can call fourteen brokerage tools and settle per-use fees in USDC on Base instead of bespoke payment glue for each vendor.
- Agent-callable SMB discovery, messaging, and booking tool surface
- Per-call USDC settlement pattern on Base via x402
- Prototype of compliant agent-to-business workflows without custom payment middleware
Recommended MCP Servers
Journey fit
Agent-to-business marketplaces are integration work—you wire protocols, payments, and external APIs while the product is still being built. Integrations is the canonical shelf for MCP servers that connect agents to real-world services and paid endpoints, not for in-app UI polish.
How it compares
Paid SMB brokerage MCP with x402—not a generic CRM plugin and not a local dev-only mock server.
Common Questions / FAQ
Who is Agent Broker for?
It is for developers building autonomous agents that need to locate businesses, communicate, book services, and pay per API call on Base in USDC.
When should I use Agent Broker?
Use it during build integrations when your prototype requires real SMB interactions and metered on-chain payment rather than fake local stubs.
How do I add Agent Broker to my agent?
Add the remote MCP URL https://agent-broker-edge.basil-agent.workers.dev/mcp with streamable-http transport in your MCP client, fund USDC on Base per x402 requirements, then invoke the fourteen published tools from your agent.