INDIVIDUAL MCP TOOL
capture_lead
Structured intake of a prospect into an SMB's funnel with validation and deduplication on (smb_id, phone or email).
LIVE ENDPOINT
https://hatchloop.dev/mcp/agent-broker
Connect to this endpoint to inspect the live schema for capture_lead and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.agent-broker]
url = "https://hatchloop.dev/mcp/agent-broker"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agent-broker": {
"type": "http",
"url": "https://hatchloop.dev/mcp/agent-broker"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agent-broker
Remote MCP URL: https://hatchloop.dev/mcp/agent-broker
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agent-broker": {
"url": "https://hatchloop.dev/mcp/agent-broker"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agent-broker": {
"type": "http",
"url": "https://hatchloop.dev/mcp/agent-broker"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agent-broker",
"transport": "streamable-http",
"url": "https://hatchloop.dev/mcp/agent-broker"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
find_business— Given criteria (vertical, location, capability, price band, availability window), return ranked candidate businesses from our supply network.verify_business— Look up what we know about a business in our supply network: its contact channels, capabilities, and when the record was last verified.send_message— Send a message on behalf of an agent's user or an SMB via WhatsApp or email — both live.schedule_appointment— Check availability, book, or cancel via Cal.send_transactional_confirmation— Idempotent transactional messages: OTPs, booking confirmations, payment receipts, cancellation notices.handle_inbound— Classify an inbound message on behalf of an SMB and get a recommended next action.escalate_to_human— Hand off an in-flight task to a human operator with a full context bundle: transcript, prior actions, identifiers, and a recommended next step.get_status— Query the current state of any in-flight async operation by operation_id.