Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Agent Broker

REMOTE · AGENT-BROKER-EDGE.BASIL-AGENT.WORKERS.DEV · SCANNED SEP 20

AI agents find, message & book SMBs; pay per call in USDC on Base via x402. 14 tools, compliant.

0 this week 74 Trust /100

Deprecated

This server is marked deprecated in the MCP registry. The registry records this reason: Migrated to canonical branded listing: dev.hatchloop/agent-broker. New endpoint: https://hatchloop.dev/mcp/agent-broker.

Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security46
Transport & Reachability100
Schema Quality & AI Usability79
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 4126 tokens (~147/item across 28 items; 23 tools + 5 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage88
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 65% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 25 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Agent Broker MCP server?

Agent Broker is a hosted endpoint at https://agent-broker-edge.basil-agent.workers.dev/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · agent-broker-edge.basil-agent.workers.dev

# add to Claude Code
claude mcp add --transport http basilalshukaili-agent-broker 'https://agent-broker-edge.basil-agent.workers.dev/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "basilalshukaili-agent-broker": {
      "url": "https://agent-broker-edge.basil-agent.workers.dev/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "basilalshukaili-agent-broker": {
      "type": "http",
      "url": "https://agent-broker-edge.basil-agent.workers.dev/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.basilalshukaili-agent-broker]
url = "https://agent-broker-edge.basil-agent.workers.dev/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "basilalshukaili-agent-broker": {
      "type": "remote",
      "url": "https://agent-broker-edge.basil-agent.workers.dev/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add basilalshukaili-agent-broker --url 'https://agent-broker-edge.basil-agent.workers.dev/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  basilalshukaili-agent-broker:
    url: "https://agent-broker-edge.basil-agent.workers.dev/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "basilalshukaili-agent-broker": {
      "Transport": "http",
      "Url": "https://agent-broker-edge.basil-agent.workers.dev/mcp"
    }
  }
}
# add to Vellum
assistant mcp add basilalshukaili-agent-broker -t streamable-http -u 'https://agent-broker-edge.basil-agent.workers.dev/mcp'
// mcp.json
{
  "mcpServers": {
    "basilalshukaili-agent-broker": {
      "type": "http",
      "url": "https://agent-broker-edge.basil-agent.workers.dev/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 11 Sept 26 +2
    • Tool “call_business” rewrote its description, which is the text the model reads security
    • Tool “capture_lead” rewrote its description, which is the text the model reads security
    • Tool “check_booking_link” rewrote its description, which is the text the model reads security
    • Tool “check_compliance” rewrote its description, which is the text the model reads security
    • Tool “check_quota” rewrote its description, which is the text the model reads security
    • Tool “escalate_to_human” rewrote its description, which is the text the model reads security
    • Tool “find_business” rewrote its description, which is the text the model reads security
    • Tool “get_conversation” rewrote its description, which is the text the model reads security
    • Tool “get_outcome” rewrote its description, which is the text the model reads security
    • Tool “get_status” rewrote its description, which is the text the model reads security
    • Tool “handle_inbound” rewrote its description, which is the text the model reads security
    • Tool “import_booking_url” rewrote its description, which is the text the model reads security
    • Tool “lookup_us_contracts” rewrote its description, which is the text the model reads security
    • Tool “map_trade_restriction” rewrote its description, which is the text the model reads security
    • Tool “mint_key” rewrote its description, which is the text the model reads security
    • Tool “preview_cost” rewrote its description, which is the text the model reads security
    • Tool “schedule_appointment” rewrote its description, which is the text the model reads security
    • Tool “screen_sanctions” rewrote its description, which is the text the model reads security
    • Tool “self_test” rewrote its description, which is the text the model reads security
    • Tool “send_message” rewrote its description, which is the text the model reads security
    • Tool “send_transactional_confirmation” rewrote its description, which is the text the model reads security
    • Tool “verify_business” rewrote its description, which is the text the model reads security
    • Tool “verify_company_record” rewrote its description, which is the text the model reads security
    • Schema quality: 360 → 147 functional
    • “call_business” reworded the description of “extract_fields” cosmetic
    • “capture_lead” reworded the description of “source” cosmetic
    • “check_booking_link” reworded the description of “url” cosmetic
    • “check_compliance” reworded the description of “channel” cosmetic
    • “check_compliance” reworded the description of “content” cosmetic
    • “check_compliance” reworded the description of “country_code” cosmetic
    • “check_compliance” reworded the description of “message_type” cosmetic
    • “find_business” reworded the description of “availability_window” cosmetic
    • “find_business” reworded the description of “capability” cosmetic
    • “import_booking_url” reworded the description of “booking_url” cosmetic
    • “import_booking_url” reworded the description of “business_name” cosmetic
    • “import_booking_url” reworded the description of “country_code” cosmetic
    • “import_booking_url” reworded the description of “vertical” cosmetic
    • “lookup_us_contracts” reworded the description of “company_name” cosmetic
    • “lookup_us_contracts” reworded the description of “max_results” cosmetic
    • “map_trade_restriction” reworded the description of “destination_country” cosmetic
    • “map_trade_restriction” reworded the description of “hs_code” cosmetic
    • “map_trade_restriction” reworded the description of “origin_country” cosmetic
    • “map_trade_restriction” reworded the description of “parties” cosmetic
    • “map_trade_restriction” reworded the description of “product” cosmetic
    • “mint_key” reworded the description of “agent_id” cosmetic
    • “mint_key” reworded the description of “nonce” cosmetic
    • “mint_key” reworded the description of “signature” cosmetic
    • “screen_sanctions” reworded the description of “country” cosmetic
    • “screen_sanctions” reworded the description of “name” cosmetic
    • “screen_sanctions” reworded the description of “type” cosmetic
    • “send_message” reworded the description of “business_id” cosmetic
    • “send_message” reworded the description of “message_type” cosmetic
    • “send_message” reworded the description of “on_behalf_of” cosmetic
    • “send_message” reworded the description of “send_at_iso” cosmetic
    • “send_transactional_confirmation” reworded the description of “data” cosmetic
    • “verify_company_record” reworded the description of “country” cosmetic
  • 8 Sept 26 +3
    • MCP protocol: fail → pass functional
    • MCP protocol version: 2024-11-05 → 2025-11-25 functional
  • 7 Sept 26 0
    • Server version: 0.2.12 → 0.2.13 functional
  • 3 Sept 26 0
    • The server rewrote its instructions, which are the text every model session reads security
    • Tool “call_business” rewrote its description, which is the text the model reads security
    • Tool “capture_lead” rewrote its description, which is the text the model reads security
    • Tool “check_compliance” rewrote its description, which is the text the model reads security
    • Tool “handle_inbound” rewrote its description, which is the text the model reads security
    • Tool “mint_key” rewrote its description, which is the text the model reads security
    • Tool “screen_sanctions” rewrote its description, which is the text the model reads security
    • Server version: 0.2.11 → 0.2.12 functional
    • “map_trade_restriction” reworded the description of “parties” cosmetic
  • 2 Sept 26 0
    • The server rewrote its instructions, which are the text every model session reads security
    • New tool “check_quota” functional
  • 1 Sept 26 0
    • The server rewrote its instructions, which are the text every model session reads security
    • Server version: 0.2.10 → 0.2.11 functional
    • New tool “lookup_us_contracts” functional
    • New tool “mint_key” functional
  • 31 Aug 26 0
    • The server rewrote its instructions, which are the text every model session reads security
    • Tool “map_trade_restriction” rewrote its description, which is the text the model reads security
    • Tool “screen_sanctions” rewrote its description, which is the text the model reads security
    • Tool “send_message” rewrote its description, which is the text the model reads security
    • Server version: 0.2.9 → 0.2.10 functional
    • “find_business” reworded the description of “availability_window” cosmetic
    • “map_trade_restriction” reworded the description of “parties” cosmetic
    • “screen_sanctions” reworded the description of “country” cosmetic
    • “send_message” reworded the description of “send_at_iso” cosmetic
  • 30 Aug 26 −1
    • Tool “check_booking_link” rewrote its description, which is the text the model reads security
    • Tool “check_compliance” rewrote its description, which is the text the model reads security
    • Tool “escalate_to_human” rewrote its description, which is the text the model reads security
    • Tool “find_business” rewrote its description, which is the text the model reads security
    • Tool “get_conversation” rewrote its description, which is the text the model reads security
    • Tool “get_outcome” rewrote its description, which is the text the model reads security
    • Tool “get_status” rewrote its description, which is the text the model reads security
    • Tool “handle_inbound” rewrote its description, which is the text the model reads security
    • Tool “import_booking_url” rewrote its description, which is the text the model reads security
    • Tool “map_trade_restriction” rewrote its description, which is the text the model reads security
    • Tool “preview_cost” rewrote its description, which is the text the model reads security
    • Tool “screen_sanctions” rewrote its description, which is the text the model reads security
    • Tool “self_test” rewrote its description, which is the text the model reads security
    • Tool “send_message” rewrote its description, which is the text the model reads security
    • Tool “send_transactional_confirmation” rewrote its description, which is the text the model reads security
    • Tool “verify_business” rewrote its description, which is the text the model reads security
    • Schema quality: excellent → good functional
    • Server version: 0.2.6 → 0.2.9 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Probed https://agent-broker-edge.basil-agent.workers.dev/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=basil-agent.workers.dev CN=YE1,O=Let's Encrypt,C=US 31 Aug 2026 29 Nov 2026 ECDSA 256 ECDSA-SHA384 6d143c47c84d3f17ae9e712438ff3c6958a
SANs: *.basil-agent.workers.dev, basil-agent.workers.dev
CN=YE1,O=Let's Encrypt,C=US (CA) CN=Root YE,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 ECDSA 384 ECDSA-SHA384 5ddd70dd31f801c85c186a7a04b80afe
CN=Root YE,O=ISRG,C=US (CA) CN=ISRG Root X2,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 ECDSA-SHA384 872165fc34b6e5fba8add5b3705fb53a
CN=ISRG Root X2,O=Internet Security Research Group,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 SHA256-RSA 6c8f1dc727c7117f7baf853ac980f9cd

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of agent-broker-edge.basil-agent.workers.dev. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
dev. present 60074 8 Verified
workers.dev. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://agent-broker-edge.basil-agent.workers.dev/mcp Verified 200
http (plaintext) http://agent-broker-edge.basil-agent.workers.dev/mcp Inconclusive 405
MCP tools · 23 exposed · ~3,754 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
call_business ~303

Place a conversational voice-AI phone call to a business on a consumer's behalf and return a structured answer. THE differentiated capability: reach the tens of millions of long-tail SMBs that have NO API and NO booking page — only a phone number. An AI agent cannot pick up a phone and hold a conversation; this tool does. Give a plain-language objective; the voice AI navigates the call and extracts the answer. Business-directed (B2B), far less… [$0.2/per_call] [async→get_outcome]

NameTypeReqDescription
business_phonestringBusiness phone in E.164 (e.g. +14045550123). Provide this OR smb_id.
country_codestringISO 3166-1 alpha-2 for compliance + recording-consent routing.
extract_fieldsarrayStructured fields to pull from the answer, e.g.…
idempotency_keystringOptional client-supplied key for safe retries. Replaying the same key within 24h returns the original receipt - the operation is NOT re-executed and NOT re-charged.
max_duration_secondsinteger
objectivestringyesWhat the call should accomplish, in plain language.
on_behalf_ofstringName of the consumer the call is placed for.
smb_idstringKnown SMB identifier with a phone on record. Provide this OR business_phone.

No output schema declared.

No examples provided.

capture_lead ~166

Structured intake of a prospect into an SMB's funnel with validation and deduplication on (smb_id, phone or email). Stores the prospect in the SMB's AgentBroker lead funnel — this is AgentBroker's own lead store, NOT a write into the business's own CRM. [$0.05/per_call] [async→get_outcome]

NameTypeReqDescription
idempotency_keystringOptional client-supplied key for safe retries. Replaying the same key within 24h returns the original receipt - the operation is NOT re-executed and NOT re-charged.
prospectobjectyes
smb_idstringyes
sourcestringWhere the consumer-initiated request originated (e.g., 'consumer_request',…

No output schema declared.

No examples provided.

check_booking_link ~126

Free, instant pre-flight check for a booking URL. Classifies which booking platform a URL belongs to and tells you whether import_booking_url will accept it, WITHOUT fetching the page or spending money. Returns the platform, the exact smb_id import_booking_url would assign, the channels the booking will route through, and the inferred country. Use it to de-risk a paid booking BEFORE calling import_booking_url + schedule_appointment. [free, no key]

NameTypeReqDescription
urlstringyesFull http(s) URL to classify, e.g. 'https://cal.com/jane' or…

No output schema declared.

No examples provided.

check_compliance ~283

Free, instant pre-flight for the compliance gate. Runs the SAME TCPA / GDPR / CASL / CAN-SPAM / 10DLC gate that send_message and call_business run — but in preview mode, so NO message is sent and NO state changes. Tells you whether a (recipient, channel, message_type, content) send would be permitted BEFORE you pay for it, and if not, names the exact rule and how to remediate. Use it to de-risk a paid send the same way check_booking_link… [free, no key]

NameTypeReqDescription
channelstringDelivery channel. Omit to auto-infer sms/email from recipient_id; set 'voice'…
contentstringyesThe actual message body you intend to send. The gate classifies the real text,…
country_codestringISO 3166-1 alpha-2 (e.g. 'US', 'DE', 'CA'). Auto-inferred from phone if…
message_typestringIntent tag: transactional, marketing, reminder, follow_up, notification.…
recipient_idstringyesPhone in E.164 (e.g. '+14045550100') or email address the message would go to.
state_codestringUS state code (e.g. 'CA') for state-specific rules.

No output schema declared.

No examples provided.

check_quota ~84

Returns the caller's current quota state: how many operations have been used today, how many remain, the daily limit, the tier (free / credits / unlimited), and when the quota resets. Read-only and free. Works with any valid X-Agent-Identity token; returns tier='anonymous' for keyless callers with the anonymous daily limits. [free, no key]

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

escalate_to_human ~130

Hand off an in-flight task to a human operator with a full context bundle: transcript, prior actions, identifiers, and a recommended next step. [$0.2/per_call] [async→get_outcome]

NameTypeReqDescription
contextobjectyes
idempotency_keystringOptional client-supplied key for safe retries. Replaying the same key within 24h returns the original receipt - the operation is NOT re-executed and NOT re-charged.
prioritystring
reasonstringyes
smb_idstringyes

No output schema declared.

No examples provided.

find_business ~157

Given criteria (vertical, location, capability, price band, availability window), return ranked candidate businesses from our supply network. THE NETWORK IS SMALL AND STILL MOSTLY SAMPLE DATA: entries that are not real are named [DEMO] and flagged is_demo - check that field before acting on a result. [free, no key]

NameTypeReqDescription
availability_windowobjectAccepted but NOT APPLIED - it does not narrow results. We do not hold live…
capabilitystringSpecific service capability required, e.g. 'haircut', 'plumbing',…
locationobjectyes
max_resultsinteger
price_bandobject
verticalstringyesService vertical to search within

No output schema declared.

No examples provided.

get_conversation ~102

Read a two-way conversation thread you started: its state, every message exchanged, and how many replies the business has sent. [free, no key]

NameTypeReqDescription
business_numberstringScopes a `reference` to one business (references are reused across businesses).
conversation_idstringFrom the send_message receipt (preferred).
referencestringThe 4-digit request reference, e.g. '4821'. Requires business_number.

No output schema declared.

No examples provided.

get_outcome ~33

Retrieve the final OutcomeReceipt for a completed operation. [free, no key]

NameTypeReqDescription
operation_idstringyes

No output schema declared.

No examples provided.

get_status ~36

Query the current state of any in-flight async operation by operation_id. [free, no key]

NameTypeReqDescription
operation_idstringyes

No output schema declared.

No examples provided.

handle_inbound ~193

Classify an inbound message on behalf of an SMB and get a recommended next action. Classifies intent (booking request, cancellation, opt-out, inquiry, complaint) and returns a suggested_action for YOUR agent to act on - opt-outs are recorded durably; nothing else is auto-routed or auto-executed by this tool. [$0.03/per_call] [async→get_outcome]

NameTypeReqDescription
idempotency_keystringOptional client-supplied key for safe retries. Replaying the same key within 24h returns the original receipt - the operation is NOT re-executed and NOT re-charged.
inbound_channelstringyes
raw_messagestringyes
received_at_isostring
routing_rulesobjectOptional override routing policy for this SMB
senderobject
smb_idstringyes

No output schema declared.

No examples provided.

import_booking_url ~303

Turn ANY public booking URL (Cal.com, Calendly, Doctolib, Booksy, Fresha, OpenTable, Setmore, Square, Acuity, Schedulista, Squarespace, BookMyCity) into a callable smb_id you can immediately use with schedule_appointment, send_message, or capture_lead. Idempotent — calling twice returns the same smb_id. [free, requires key]

NameTypeReqDescription
booking_urlstringyesFull URL the user supplied. Must point at one of the 12 supported booking…
business_namestringOptional override. If omitted, the business name is auto-extracted from the…
capabilitiesarrayFree-form capability tags (e.g., ['haircut','color','blowdry']).
contact_emailstringOptional.
contact_phonestringOptional. If omitted, the platform integration handles outreach.
country_codestringISO 3166-1 alpha-2 (e.g. 'US', 'FR'). Used for compliance routing on later…
idempotency_keystringOptional client-supplied key for safe retries. Replaying the same key within 24h returns the original receipt - the operation is NOT re-executed and NOT re-charged.
verticalstringBest-guess vertical. If omitted, inferred from the platform (e.g., Doctolib ->…

No output schema declared.

No examples provided.

lookup_us_contracts ~133

Search US federal contract awards by company (recipient) name using the free USASpending.gov public API. Returns the top awards sorted by dollar amount: award ID, recipient name, award amount USD, awarding agency, NAICS code/description, and period of performance. Zero upstream cost, no key required. Data covers 2020-2026 procurement contracts. [free, no key]

NameTypeReqDescription
company_namestringyesCompany or recipient name to search for in US federal contract awards (e.g.…
max_resultsintegerMaximum number of contract awards to return (sorted by award amount…

No output schema declared.

No examples provided.

map_trade_restriction ~264

Free cross-border trade screening of the DESTINATION and the PARTIES. IT DOES NOT CLASSIFY THE PRODUCT: the product argument is recorded and echoed back, never checked against any export-control list, so a controlled item to an unrestricted destination returns no findings and reason_code 'partial' -- never 'clear'. This is not an export-control clearance; classify the item (HS/ECCN) against BIS/EU/UK controls yourself. Given a product and… [free in quota, then $0.02/call]

NameTypeReqDescription
destination_countrystringyesISO 3166-1 alpha-2 code for the importing country (e.g. 'IR', 'CA', 'DE').…
hs_codestringOptional Harmonized System code (e.g. '8471.30' for laptops). If provided,…
origin_countrystringOptional ISO 3166-1 alpha-2 code for the exporting country (e.g. 'US', 'DE').…
partiesarrayOptional list of party names to screen (exporter, importer, freight forwarder,…
productstringyesProduct name or description, e.g. 'laptop computers', 'crude oil', 'medical…

No output schema declared.

No examples provided.

mint_key ~202

Agent self-serve API key issuance. An autonomous agent that has no email inbox can obtain a free-tier API key by proving it holds the MACHINE_MINT_SECRET via HMAC-SHA256. Returns a usable key immediately with no human action required. If the operator has not activated a mint secret on the server, this returns an honest not_configured failure rather than a key - call it once and branch on that before planning around it. [free, no key]

NameTypeReqDescription
agent_idstringyesA stable unique identifier for this agent (e.g. a UUID). The issued key is…
noncestringyesRandom value (UUID or hex). Prevents replay attacks — use a fresh nonce each…
signaturestringyesHMAC-SHA256(agent_id + str(timestamp) + nonce, MACHINE_MINT_SECRET) as…
timestampintegeryesUnix epoch seconds at signing time. Must be within 60s of server time.

No output schema declared.

No examples provided.

preview_cost ~95

Return an expected cost estimate, latency estimate, and success-probability estimate for a proposed call before execution. Returns the exact price when it is fixed, and a min/max range when the cost depends on channel or outcome. It does not promise an accuracy percentage - check cost_range. [free, no key]

NameTypeReqDescription
operationstringyes
paramsobjectyesThe same request body you would pass to the operation

No output schema declared.

No examples provided.

schedule_appointment ~172

Availability lookup, hold, confirm, reschedule, or cancel appointments with an SMB. Routes through the SMB's native booking system if available, falls back to voice AI or web form. [from $0.15/call, variable] [async→get_outcome]

NameTypeReqDescription
actionstringyes
customerobject
existing_appointment_idstringRequired for reschedule/cancel
idempotency_keystringOptional client-supplied key for safe retries. Replaying the same key within 24h returns the original receipt - the operation is NOT re-executed and NOT re-charged.
notesstring
requested_timeobject
servicestring
smb_idstringyes

No output schema declared.

No examples provided.

screen_sanctions ~201

Free screening of a name or entity against official sanctions lists, each fetched from the authority that issues it: the OFAC SDN list from the US Treasury (SDN.CSV plus ALT.CSV for alternate spellings), the EU consolidated financial sanctions list from the European Commission, and the UK Sanctions List from the FCDO. THE UN CONSOLIDATED LIST IS NOT SCREENED -- it carries no licence permitting commercial redistribution, so we do not claim it.… [free in quota, then $0.02/call]

NameTypeReqDescription
countrystringOptional ISO 3166-1 alpha-2 country code or country name (e.g. 'IR', 'Iran').…
namestringyesFull name of the person or entity to screen, e.g. 'Kim Jong-un' or 'ACME…
typestringOptional entity type hint. 'person' for individuals, 'entity' for…

No output schema declared.

No examples provided.

self_test ~54

Service health probe: runs 6 internal checks and reports how many passed. Confirms the server is up and responding - it does NOT probe each tool individually. Use to verify connectivity before production use. [free, no key]

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

send_message ~293

Send a message on behalf of an agent's user or an SMB across WhatsApp (free during launch), SMS, email, or voice. Five message types: transactional, reminder, follow_up, notification, marketing. Every send routes through a non-bypassable compliance gate (TCPA, GDPR, CASL, PDPL across 26 jurisdictions) that enforces opt-in consent for marketing/promotional content — marketing without recorded consent is rejected at runtime with a structured… [from $0.02/call, variable] [async→get_outcome]

NameTypeReqDescription
business_idstringOptional stable id for the recipient business. Enables global demand shaping…
contentobjectyes
idempotency_keystringOptional client-supplied key for safe retries. Replaying the same key within 24h returns the original receipt - the operation is NOT re-executed and NOT re-charged.
message_typestringyesIntent tag for the message. Five permitted types. 'marketing' is allowed only…
on_behalf_ofstringWho this message is FOR (your end-user's name/label). On WhatsApp this opens a…
preferred_channelstring
recipientobjectyes
send_at_isostringNOT SUPPORTED YET. We do not schedule messages. Supplying a time more than 2…

No output schema declared.

No examples provided.

send_transactional_confirmation ~163

Idempotent transactional messages: OTPs, booking confirmations, payment receipts, cancellation notices. Falls back across configured channels; an unconfigured channel fails honestly rather than reporting a delivery that did not happen. [$0.02/per_call] [async→get_outcome]

NameTypeReqDescription
confirmation_typestringyes
dataobjectyesType-specific payload; e.g., {otp_code} for otp, {appointment_time, smb_name}…
idempotency_keystringOptional client-supplied key for safe retries. Replaying the same key within 24h returns the original receipt - the operation is NOT re-executed and NOT re-charged.
preferred_channelstring
recipientobjectyes

No output schema declared.

No examples provided.

verify_business ~72

Look up what we know about a business in our supply network: its contact channels, capabilities, and when the record was last verified. This is a DIRECTORY LOOKUP - it does not contact the business. [free, no key]

NameTypeReqDescription
capability_to_verifystring
smb_idstringyes

No output schema declared.

No examples provided.

verify_company_record ~189

Free, live lookup of a company official registry record. Queries the GLEIF global LEI registry (primary, 2.6 million legal entities worldwide) and SEC EDGAR (US public companies) to return the official legal name, LEI, entity status, jurisdiction, registered address, and registry authority. Never fabricates: if the company is not found in these free registries, returns an honest not_found with the sources that were queried. [free in quota, then $0.02/call]

NameTypeReqDescription
countrystringOptional ISO 3166-1 alpha-2 country filter (e.g. US, DE, GB). Narrows GLEIF…
leistringOptional 20-character Legal Entity Identifier for a direct, precise lookup.
namestringyesLegal company name to look up, e.g. Apple Inc or Volkswagen AG.

No output schema declared.

No examples provided.

Common questions

What is the Agent Broker MCP server?

Agent Broker is an MCP server listed in the public MCP registry as io.github.basilalshukaili/agent-broker. AI agents find, message & book SMBs; pay per call in USDC on Base via x402. 14 tools, compliant. This page covers its hosted endpoint (https://agent-broker-edge.basil-agent.workers.dev/mcp).

Is the Agent Broker MCP server safe to use?

Agent Broker scores 74 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Agent Broker MCP server expose?

Agent Broker exposes 23 tools: find_business, verify_business, send_message, capture_lead, schedule_appointment, and 18 more. Their descriptions and schemas cost roughly 3,754 tokens of context every time the server is loaded.

Does the Agent Broker MCP server require authentication?

No. We connected to Agent Broker without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the Agent Broker MCP server still maintained?

Agent Broker is marked deprecated in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.