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.

pro.aemb/agent-embassy

REMOTE · AEMB.PRO · SCANNED SEP 26

Agents pay for work and prove what happened.

Available components

71 Trust /100
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 Security74
Transport & Reachability100
Schema Quality & AI Usability65
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 5138 tokens (~321/item across 16 items; 16 tools + 0 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 Management10
  • Stability observed for 3 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 16 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 pro.aemb/agent-embassy MCP server?

pro.aemb/agent-embassy is a hosted endpoint at https://aemb.pro/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 · aemb.pro

# add to Claude Code
claude mcp add --transport http pro-aemb-agent-embassy 'https://aemb.pro/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "pro-aemb-agent-embassy": {
      "url": "https://aemb.pro/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "pro-aemb-agent-embassy": {
      "type": "http",
      "url": "https://aemb.pro/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.pro-aemb-agent-embassy]
url = "https://aemb.pro/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "pro-aemb-agent-embassy": {
      "type": "remote",
      "url": "https://aemb.pro/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add pro-aemb-agent-embassy --url 'https://aemb.pro/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  pro-aemb-agent-embassy:
    url: "https://aemb.pro/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "pro-aemb-agent-embassy": {
      "Transport": "http",
      "Url": "https://aemb.pro/mcp"
    }
  }
}
# add to Vellum
assistant mcp add pro-aemb-agent-embassy -t streamable-http -u 'https://aemb.pro/mcp'
// mcp.json
{
  "mcpServers": {
    "pro-aemb-agent-embassy": {
      "type": "http",
      "url": "https://aemb.pro/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.

  • 26 Sept 26 +6
    • HTTPS: unverified → pass ▲ security
    • Tool “prove_it” rewrote its description, which is the text the model reads security
    • “research_paper” added an optional parameter “prior_receipt_id” cosmetic
    • “agentid_issue” reworded the description of “idempotency_key” cosmetic
    • “agentid_renew” reworded the description of “idempotency_key” cosmetic
    • “agentid_revoke” reworded the description of “idempotency_key” cosmetic
    • “agentid_verify” reworded the description of “idempotency_key” cosmetic
    • “assurance_check” reworded the description of “idempotency_key” cosmetic
    • “compute_alerts” reworded the description of “idempotency_key” cosmetic
    • “compute_history” reworded the description of “idempotency_key” cosmetic
    • “correct_copy” reworded the description of “idempotency_key” cosmetic
    • “preflight_check” reworded the description of “idempotency_key” cosmetic
    • “prove_it” reworded the description of “idempotency_key” cosmetic
    • “proveit_verified_check” reworded the description of “idempotency_key” cosmetic
    • “register_recovery” reworded the description of “idempotency_key” cosmetic
    • “research_paper” reworded the description of “idempotency_key” cosmetic
    • “trust_report” reworded the description of “idempotency_key” cosmetic
    • “verified_check” reworded the description of “idempotency_key” cosmetic
    • “agentid_issue” dropped the optional parameter “agent_wallet” cosmetic
    • “agentid_renew” dropped the optional parameter “agent_wallet” cosmetic
    • “agentid_revoke” dropped the optional parameter “agent_wallet” cosmetic
    • “agentid_verify” dropped the optional parameter “agent_wallet” cosmetic
    • “compute_alerts” dropped the optional parameter “agent_wallet” cosmetic
    • “compute_history” dropped the optional parameter “agent_wallet” cosmetic
    • “correct_copy” dropped the optional parameter “agent_wallet” cosmetic
    • “preflight_check” dropped the optional parameter “agent_wallet” cosmetic
    • “proveit_verified_check” dropped the optional parameter “agent_wallet” cosmetic
    • “register_recovery” dropped the optional parameter “agent_wallet” cosmetic
    • “research_paper” dropped the optional parameter “agent_wallet” cosmetic
    • “trust_report” dropped the optional parameter “agent_wallet” cosmetic
    • “verified_check” dropped the optional parameter “agent_wallet” cosmetic
  • 25 Sept 26 +5
    • Schema quality: 122 → 351 ▼ functional
    • Tool coverage: 15% → 100% ▲ functional
    • Schema quality: poor → excellent functional
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 24 Sept 26 +2
    • Tool “agentid_issue” rewrote its description, which is the text the model reads security
    • Tool “agentid_renew” rewrote its description, which is the text the model reads security
    • Tool “agentid_revoke” rewrote its description, which is the text the model reads security
    • Tool “agentid_verify” rewrote its description, which is the text the model reads security
    • Tool “assurance_check” rewrote its description, which is the text the model reads security
    • Tool “compute_alerts” rewrote its description, which is the text the model reads security
    • Tool “compute_history” rewrote its description, which is the text the model reads security
    • Tool “compute_spot_prices” rewrote its description, which is the text the model reads security
    • Tool “correct_copy” rewrote its description, which is the text the model reads security
    • Tool “prove_it” rewrote its description, which is the text the model reads security
    • Tool “register_recovery” rewrote its description, which is the text the model reads security
    • Tool “trust_report” rewrote its description, which is the text the model reads security
    • Tool “verified_check” rewrote its description, which is the text the model reads security
    • Tool “research_paper” rewrote its description, which is the text the model reads security
    • Schema quality: 1589 → 1752 ▼ functional
    • Stability: unverified → 0.03 ▲ functional
    • New tool “correct_copy” functional
  • 23 Sept 26 58

    First indexed and scored.

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 26 Sept 2026 · Probed https://aemb.pro/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=aemb.pro CN=YE2,O=Let's Encrypt,C=US 22 Sept 2026 21 Dec 2026 ECDSA 256 ECDSA-SHA384 5e9a78166e0a933abf2d5919f4aa3896ddf
SANs: aemb.pro
CN=YE2,O=Let's Encrypt,C=US (CA) CN=Root YE,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 ECDSA 384 ECDSA-SHA384 4df3b15dd6c0784c507cd37b58e6f115
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 aemb.pro. — Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
pro. present 42154 8 Verified
aemb.pro. 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://aemb.pro/mcp Verified 200
http (plaintext) http://aemb.pro/mcp HTTPS enforced 301 https://aemb.pro/mcp
MCP tools · 16 exposed · ~5,138 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
agentid_issue ~400

Use agentid_issue when you want to issue an Agent ID: a signed identity attestation binding an agent's public key to a verified accountable principal, with operator details and an expiry. Issuance is refused when the principal cannot be verified — that refusal is what makes the ID worth anything. POST the tool inputs as JSON to paid_url with an x402 v2 PAYMENT-SIGNATURE header. See https://docs.cdp.coinbase.com/x402 Paid tool — $0.25, USDC on Base or Arbitrum One. Paid URL: https://aemb.pro/v1/agent-id/issue.

NameTypeReqDescription
agent_key_schemestring–Key scheme for agent_pubkey: eip191 or ed25519 (default eip191)
agent_pubkeystringyesThe agent's public key (hex), the root of the Agent ID
idempotency_keystringyesIdempotency key: UUID v4, client-generated, one per logical request. Replaying the same key on this tool returns the original receipt — the action is not re-run, and the first request's receipt wins…
operator_contactstringyesPublic contact for the operator (max 320 chars)
operator_namestringyesPublic name of the operator running the agent (max 200 chars)
principal_attestation_methodstringyesHow the Embassy verified the principal
principal_idstringyesID of the accountable principal on file with the Embassy
principal_kindstringyesKind of principal: human or legal_entity
principal_labelstringyesPublic label for the principal
validity_daysnumber–Days until the Agent ID expires; integer 1-730. Defaults to the Embassy standard when omitted
NameTypeReqDescription
assetstringyesSettlement asset
facilitatorstringyesx402 facilitator
howstringyesHow to pay: POST the tool inputs as JSON to paid_url with an x402 v2 PAYMENT-SIGNATURE header
networksarrayyesEVM CAIP-2 network ids accepted
paid_urlstringyesx402-paid HTTPS URL to POST the tool inputs to
payment_requiredbooleanyesAlways true: this MCP tool is a payment pointer; the tool itself is monetized via x402.
pricestringyesExact price, e.g. "$0.15"
toolstringyesTool name, e.g. verified_check

No examples provided.

agentid_renew ~443

Use agentid_renew to renew an Agent ID: a fresh Agent ID, same identity chain, new expiry; old one retired. revocation_signature over agent-id-revoke:<OLD_agent_id> (64-char lowercase ID) — same contract as retiring: EIP-191 personal_sign (envelope required; raw ECDSA fails), 0x 65-byte hex; or ed25519 nacl.sign.detached, 64-byte hex. Signer: principal or Embassy-for-cause. POST the tool inputs as JSON to paid_url with an x402 v2 PAYMENT-SIGNATURE header. See https://docs.cdp.coinbase.com/x402 Paid tool — $0.25, USDC on Base or Arbitrum One. Paid URL: https://aemb.pro/v1/agent-id/renew.

NameTypeReqDescription
agent_idstringyesThe Agent ID string returned at issuance (64 hex characters; case-insensitive). Unknown IDs are rejected
idempotency_keystring–Optional idempotency key: UUID v4 (client-generated; published example keys are rejected). When provided, replaying the same key returns the original receipt instead of re-running the action; when om…
revocation_signaturestringyesHex signature over the exact UTF-8 message agent-id-revoke:<OLD_agent_id> (64-char lowercase ID, no trailing newline) — the signature covers the OLD Agent ID being retired. EIP-191: personal_sign the…
validity_daysnumber–Days until the renewed Agent ID expires; integer 1-730. Defaults to the Embassy standard when omitted
NameTypeReqDescription
assetstringyesSettlement asset
facilitatorstringyesx402 facilitator
howstringyesHow to pay: POST the tool inputs as JSON to paid_url with an x402 v2 PAYMENT-SIGNATURE header
networksarrayyesEVM CAIP-2 network ids accepted
paid_urlstringyesx402-paid HTTPS URL to POST the tool inputs to
payment_requiredbooleanyesAlways true: this MCP tool is a payment pointer; the tool itself is monetized via x402.
pricestringyesExact price, e.g. "$0.15"
toolstringyesTool name, e.g. verified_check

No examples provided.

agentid_revoke ~419

Use agentid_revoke to retire an Agent ID instantly. revocation_signature: hex signature over the message agent-id-revoke:<agent_id> (64-char lowercase ID). EIP-191: personal_sign the message string (envelope required; raw ECDSA fails), 0x 65-byte hex, matched to the principal's revocation key. ed25519: nacl.sign.detached, 64-byte hex. Signer: principal or Embassy-for-cause. POST the tool inputs as JSON to paid_url with an x402 v2 PAYMENT-SIGNATURE header. See https://docs.cdp.coinbase.com/x402 Paid tool — $0.25, USDC on Base or Arbitrum One. Paid URL: https://aemb.pro/v1/agent-id/revoke.

NameTypeReqDescription
agent_idstringyesThe Agent ID string returned at issuance (64 hex characters; case-insensitive). Unknown IDs are rejected
idempotency_keystring–Optional idempotency key: UUID v4 (client-generated; published example keys are rejected). When provided, replaying the same key returns the original receipt instead of re-running the action; when om…
reasonstringyesWhy the Agent ID is being retired (required, max 500 characters)
revocation_signaturestringyesHex signature over the exact UTF-8 message agent-id-revoke:<agent_id> (64-char lowercase ID, no trailing newline). EIP-191: personal_sign the message STRING (personal_sign envelope REQUIRED — raw ECD…
NameTypeReqDescription
assetstringyesSettlement asset
facilitatorstringyesx402 facilitator
howstringyesHow to pay: POST the tool inputs as JSON to paid_url with an x402 v2 PAYMENT-SIGNATURE header
networksarrayyesEVM CAIP-2 network ids accepted
paid_urlstringyesx402-paid HTTPS URL to POST the tool inputs to
payment_requiredbooleanyesAlways true: this MCP tool is a payment pointer; the tool itself is monetized via x402.
pricestringyesExact price, e.g. "$0.15"
toolstringyesTool name, e.g. verified_check

No examples provided.

agentid_verify ~264

Use agentid_verify when you want to check an Agent ID's current standing: valid, revoked, expired, or unknown. Every status returns the identical response shape — the Agent ID, expiry, the full identity chain, an inclusion record, and the signed attestation envelope. Unknown IDs report unknown; never an error. POST the tool inputs as JSON to paid_url with an x402 v2 PAYMENT-SIGNATURE header. See https://docs.cdp.coinbase.com/x402 Paid tool — $0.25, USDC on Base or Arbitrum One. Paid URL: https://aemb.pro/v1/agent-id/verify.

NameTypeReqDescription
agent_idstringyesThe Agent ID string returned at issuance (64 hex characters; case-insensitive). Rate-limited: 30 checks/min per client IP, 429 on exhaustion
idempotency_keystringyesIdempotency key: UUID v4, client-generated, one per logical request. Replaying the same key on this tool returns the original receipt — the action is not re-run, and the first request's receipt wins…
NameTypeReqDescription
assetstringyesSettlement asset
facilitatorstringyesx402 facilitator
howstringyesHow to pay: POST the tool inputs as JSON to paid_url with an x402 v2 PAYMENT-SIGNATURE header
networksarrayyesEVM CAIP-2 network ids accepted
paid_urlstringyesx402-paid HTTPS URL to POST the tool inputs to
payment_requiredbooleanyesAlways true: this MCP tool is a payment pointer; the tool itself is monetized via x402.
pricestringyesExact price, e.g. "$0.15"
toolstringyesTool name, e.g. verified_check

No examples provided.

assurance_check ~383

Use assurance_check when you need a go/no-go verdict BEFORE an agent acts on a provider: the Embassy probes the provider unpaid (no payment header, zero spend) and returns a signed ALLOW, ALLOW_WITH_RESTRICTIONS, ASK_HUMAN, REVERIFY, REROUTE, or QUARANTINE decision. UNVERIFIED is the honest default for unknowns — never a smear, never a badge. POST the tool inputs as JSON to paid_url with an x402 v2 PAYMENT-SIGNATURE header. See https://docs.cdp.coinbase.com/x402 Paid tool — $0.25, USDC on Base or Arbitrum One. Paid URL: https://aemb.pro/v1/assurance/check.

NameTypeReqDescription
actionstringyesThe action the agent intends to take, e.g. 'transfer' (required, max 200 chars)
amount_usdcstringyesAmount at stake, as a positive decimal string, e.g. '0.25'
contextstring–Optional free-text context for the assessment (truncated to 2000 chars)
idempotency_keystringyesIdempotency key: UUID v4, client-generated, one per logical request. Replaying the same key on this tool returns the original receipt — the action is not re-run, and the first request's receipt wins…
permissions_requestedarrayyesPermissions the action needs, e.g. ['spend']. Non-empty array, max 50 entries; each entry truncated to 200 chars
provider_endpointstringyesHTTPS URL of the provider to assess (max 2000 chars; no credentials in URL)
NameTypeReqDescription
assetstringyesSettlement asset
facilitatorstringyesx402 facilitator
howstringyesHow to pay: POST the tool inputs as JSON to paid_url with an x402 v2 PAYMENT-SIGNATURE header
networksarrayyesEVM CAIP-2 network ids accepted
paid_urlstringyesx402-paid HTTPS URL to POST the tool inputs to
payment_requiredbooleanyesAlways true: this MCP tool is a payment pointer; the tool itself is monetized via x402.
pricestringyesExact price, e.g. "$0.15"
toolstringyesTool name, e.g. verified_check

No examples provided.

compute_alerts ~247

Use compute_alerts when you want to know when GPU spot prices made a significant move: returns the current price-move alert list, sealed into your signed receipt. POST the tool inputs as JSON to paid_url with an x402 v2 PAYMENT-SIGNATURE header. See https://docs.cdp.coinbase.com/x402 Paid tool — $0.25, USDC on Base or Arbitrum One. Paid URL: https://aemb.pro/v1/markets/compute/alerts.

NameTypeReqDescription
gpustring–Optional GPU filter, e.g. 'H100 SXM' (max 64 chars). Omit for all GPUs
idempotency_keystringyesIdempotency key: UUID v4, client-generated, one per logical request. Replaying the same key on this tool returns the original receipt — the action is not re-run, and the first request's receipt wins…
limitnumber–Max alerts to return; integer 1-50. Defaults to 25
NameTypeReqDescription
assetstringyesSettlement asset
facilitatorstringyesx402 facilitator
howstringyesHow to pay: POST the tool inputs as JSON to paid_url with an x402 v2 PAYMENT-SIGNATURE header
networksarrayyesEVM CAIP-2 network ids accepted
paid_urlstringyesx402-paid HTTPS URL to POST the tool inputs to
payment_requiredbooleanyesAlways true: this MCP tool is a payment pointer; the tool itself is monetized via x402.
pricestringyesExact price, e.g. "$0.15"
toolstringyesTool name, e.g. verified_check

No examples provided.

compute_history ~266

Use compute_history when you need GPU compute market history: a bounded time series of per-GPU cheapest/median/offer counts — or whole-market history when no GPU is named — sealed into your signed receipt. Prices are ephemeral asks, never delivered-cost guarantees. POST the tool inputs as JSON to paid_url with an x402 v2 PAYMENT-SIGNATURE header. See https://docs.cdp.coinbase.com/x402 Paid tool — $0.25, USDC on Base or Arbitrum One. Paid URL: https://aemb.pro/v1/markets/compute/history.

NameTypeReqDescription
gpustring–Optional GPU filter, e.g. 'H100 SXM' (max 64 chars). Omit for whole-market history
idempotency_keystringyesIdempotency key: UUID v4, client-generated, one per logical request. Replaying the same key on this tool returns the original receipt — the action is not re-run, and the first request's receipt wins…
limitnumber–Max history points to return; integer 1-200. Defaults to 50
NameTypeReqDescription
assetstringyesSettlement asset
facilitatorstringyesx402 facilitator
howstringyesHow to pay: POST the tool inputs as JSON to paid_url with an x402 v2 PAYMENT-SIGNATURE header
networksarrayyesEVM CAIP-2 network ids accepted
paid_urlstringyesx402-paid HTTPS URL to POST the tool inputs to
payment_requiredbooleanyesAlways true: this MCP tool is a payment pointer; the tool itself is monetized via x402.
pricestringyesExact price, e.g. "$0.15"
toolstringyesTool name, e.g. verified_check

No examples provided.

compute_spot_prices ~231

Use compute_spot_prices when you need the live GPU spot market snapshot: current per-GPU-hour prices with filters for GPU model, offer type, verified hosts, minimum host reliability, GPU count, and result size. GET the paid_url with an x402 v2 PAYMENT-SIGNATURE header carrying the USDC authorization. Paid tool — $0.25, USDC on Base or Arbitrum One. Paid URL: https://aemb.pro/v1/markets/compute/spot.

NameTypeReqDescription
gpustring–Optional GPU model filter, e.g. 'H100 SXM'
max_resultsinteger–Max offers to return; integer 1-25
min_gpusinteger–Minimum GPU count per offer; integer >= 1
min_reliabilitynumber–Minimum host reliability 0..1 (inclusive); hosts below it are excluded
typestring–Offer type filter: ondemand, bid, or reserved
verifiedboolean–When true, only verified hosts; when false, only unverified hosts
NameTypeReqDescription
assetstringyesSettlement asset
facilitatorstringyesx402 facilitator
howstringyesHow to pay: GET the paid_url with an x402 v2 PAYMENT-SIGNATURE header carrying the USDC authorization
networksarrayyesEVM CAIP-2 network ids accepted
paid_urlstringyesx402-paid HTTPS URL to GET (with query params) for the market snapshot
payment_requiredbooleanyesAlways true: this MCP tool is a payment pointer; the tool itself is monetized via x402.
pricestringyesExact price, e.g. "$0.25"
toolstringyesTool name: compute_spot_prices

No examples provided.

correct_copy ~332

Use correct_copy when you want a $25 correction pass over draft copy: normalizes formatting, verifies every link is alive, confirms your required terms appear, and scans for black-box leaks — then returns the corrected copy with a verification report and a signed receipt. You pay for the pass, never the method. POST the tool inputs as JSON to paid_url with an x402 v2 PAYMENT-SIGNATURE header. See https://docs.cdp.coinbase.com/x402 Paid tool — $25.00, USDC on Base or Arbitrum One. Paid URL: https://aemb.pro/v1/copy/correct.

NameTypeReqDescription
draftstringyesThe raw draft copy to correct (1-20000 chars)
idempotency_keystringyesIdempotency key: UUID v4, client-generated, one per logical request. Replaying the same key on this tool returns the original receipt — the action is not re-run, and the first request's receipt wins…
linksarray–HTTPS URLs the copy references; each is verified alive via HEAD (fallback GET), 8s timeout, redirects never followed (max 20)
registerstringyesVoice register: founder-notes, elite, force, or bright-soft-junior
required_termsarray–Terms that must appear in the final copy (max 20; each term max 100 chars; counted case-insensitively)
NameTypeReqDescription
assetstringyesSettlement asset
facilitatorstringyesx402 facilitator
howstringyesHow to pay: POST the tool inputs as JSON to paid_url with an x402 v2 PAYMENT-SIGNATURE header
networksarrayyesEVM CAIP-2 network ids accepted
paid_urlstringyesx402-paid HTTPS URL to POST the tool inputs to
payment_requiredbooleanyesAlways true: this MCP tool is a payment pointer; the tool itself is monetized via x402.
pricestringyesExact price, e.g. "$0.15"
toolstringyesTool name, e.g. verified_check

No examples provided.

preflight_check ~331

Use preflight_check before your agent spends on a paid tool or endpoint: the Embassy answers WHO is paid, WHAT is delivered, what CHANGED, the full COST, and WHO TAKES A CUT — then returns a signed PROCEED, PROCEED_WITH_CAUTION, BLOCKED, or UNKNOWN verdict with the full evidence envelope. POST the tool inputs as JSON to paid_url with an x402 v2 PAYMENT-SIGNATURE header. See https://docs.cdp.coinbase.com/x402 Paid tool — $0.25, USDC on Base or Arbitrum One. Paid URL: https://aemb.pro/v1/preflight/check.

NameTypeReqDescription
contextobject–principal_wallet + chain. Optional.
dry_runboolean–true = free dry-run, intercepted before the payment gate
idempotency_keystringyesIdempotency key: UUID v4, client-generated, one per logical request. Replaying the same key on this tool returns the original receipt — the action is not re-run, and the first request's receipt wins…
intentobjectyesThe intended invocation: operation (required), params_summary (sha256 of canonical params), advertised_cost_usdc
policyarray–Policy strings (max 20)
subjectobjectyesThe spend target: server_id (required), artifact (mcpb:// | oci:// | https://), claimed_version
NameTypeReqDescription
assetstringyesSettlement asset
facilitatorstringyesx402 facilitator
howstringyesHow to pay: POST the tool inputs as JSON to paid_url with an x402 v2 PAYMENT-SIGNATURE header
networksarrayyesEVM CAIP-2 network ids accepted
paid_urlstringyesx402-paid HTTPS URL to POST the tool inputs to
payment_requiredbooleanyesAlways true: this MCP tool is a payment pointer; the tool itself is monetized via x402.
pricestringyesExact price, e.g. "$0.15"
toolstringyesTool name, e.g. verified_check

No examples provided.

prove_it ~248

Use prove_it when you want signed cryptographic proof that a URL is live and serving expected content: one automated fetch at request time, sealed into a signed Outcome Receipt with the full check transcript. POST the tool inputs as JSON to paid_url with an x402 v2 PAYMENT-SIGNATURE header. See https://docs.cdp.coinbase.com/x402 Paid tool — $0.25, USDC on Base or Arbitrum One. Paid URL: https://aemb.pro/v1/check/prove.

NameTypeReqDescription
idempotency_keystringyesIdempotency key: UUID v4, client-generated, one per logical request. Replaying the same key on this tool returns the original receipt — the action is not re-run, and the first request's receipt wins…
urlstringyesHTTPS URL to prove live (max 2000 chars; no credentials in URL). Fetched once; up to 3 redirects followed, 10s timeout, 1MB body cap. Default expectation: HTTP 200
NameTypeReqDescription
assetstringyesSettlement asset
facilitatorstringyesx402 facilitator
howstringyesHow to pay: POST the tool inputs as JSON to paid_url with an x402 v2 PAYMENT-SIGNATURE header
networksarrayyesEVM CAIP-2 network ids accepted
paid_urlstringyesx402-paid HTTPS URL to POST the tool inputs to
payment_requiredbooleanyesAlways true: this MCP tool is a payment pointer; the tool itself is monetized via x402.
pricestringyesExact price, e.g. "$0.15"
toolstringyesTool name, e.g. verified_check

No examples provided.

proveit_verified_check ~276

Use proveit_verified_check when you need a signed receipt that a compute-price check actually ran: one live GPU spot market snapshot (13 classes, cheapest rentable ask per class in USD/hour; one class when gpu is named), sealed into a signed Outcome Receipt. $0.25 per check. POST the tool inputs as JSON to paid_url with an x402 v2 PAYMENT-SIGNATURE header. See https://docs.cdp.coinbase.com/x402 Paid tool — $0.25, USDC on Base or Arbitrum One. Paid URL: https://aemb.pro/v1/check/proveit-verified.

NameTypeReqDescription
gpustring–Optional GPU class, e.g. 'H100 SXM' (max 64 chars). Omit for all 13 classes
idempotency_keystringyesIdempotency key: UUID v4, client-generated, one per logical request. Replaying the same key on this tool returns the original receipt — the action is not re-run, and the first request's receipt wins…
typestring–Offer type: ondemand, bid, or reserved. Defaults to ondemand
NameTypeReqDescription
assetstringyesSettlement asset
facilitatorstringyesx402 facilitator
howstringyesHow to pay: POST the tool inputs as JSON to paid_url with an x402 v2 PAYMENT-SIGNATURE header
networksarrayyesEVM CAIP-2 network ids accepted
paid_urlstringyesx402-paid HTTPS URL to POST the tool inputs to
payment_requiredbooleanyesAlways true: this MCP tool is a payment pointer; the tool itself is monetized via x402.
pricestringyesExact price, e.g. "$0.15"
toolstringyesTool name, e.g. verified_check

No examples provided.

register_recovery ~315

Use register_recovery when you want to escrow a client-encrypted recovery blob with the Embassy: it is stored opaquely (the Embassy cannot decrypt it), queued for human operator review within 24h, and you get a signed receipt proving the stored blob's hash. POST the tool inputs as JSON to paid_url with an x402 v2 PAYMENT-SIGNATURE header. See https://docs.cdp.coinbase.com/x402 Paid tool — $1.00, USDC on Base or Arbitrum One. Paid URL: https://aemb.pro/v1/recovery/register.

NameTypeReqDescription
contact_handlestring–Optional contact (email or handle) for the operator review
contact_namestringyesYour name or operator handle, recorded with the escrow
idempotency_keystringyesIdempotency key: UUID v4, client-generated, one per logical request. Replaying the same key on this tool returns the original receipt — the action is not re-run, and the first request's receipt wins…
quorum_rulesstringyesThe release rules for this blob, e.g. '2-of-3 named trustees must approve release'
recovery_blobstringyesClient-encrypted blob (ENC:v1:base64...). Stored opaquely; only its SHA-256 and byte count enter the signed receipt
NameTypeReqDescription
assetstringyesSettlement asset
facilitatorstringyesx402 facilitator
howstringyesHow to pay: POST the tool inputs as JSON to paid_url with an x402 v2 PAYMENT-SIGNATURE header
networksarrayyesEVM CAIP-2 network ids accepted
paid_urlstringyesx402-paid HTTPS URL to POST the tool inputs to
payment_requiredbooleanyesAlways true: this MCP tool is a payment pointer; the tool itself is monetized via x402.
pricestringyesExact price, e.g. "$0.15"
toolstringyesTool name, e.g. verified_check

No examples provided.

research_paper ~350

Use research_paper when you want to buy a research paper: $222 for the paper, or $444 for paper+provenance (the paper plus the corpus evidence pack). Licensed to your wallet — the purchased bytes are delivered privately with a signed receipt. POST the tool inputs as JSON to paid_url with an x402 v2 PAYMENT-SIGNATURE header. See https://docs.cdp.coinbase.com/x402 Paid tool — $222.00, USDC on Base or Arbitrum One. Paid URL: https://aemb.pro/v1/research/paper.

NameTypeReqDescription
bundlestring–Delivery tier: 'paper' ($222) or 'paper+provenance' ($444, paper plus the corpus evidence pack). Defaults to 'paper'
buyer_aliasstring–Optional license display name (3-32 chars: letters, digits, . _ -). Defaults to the first 8 hex chars of the buyer wallet
idempotency_keystringyesIdempotency key: UUID v4, client-generated, one per logical request. Replaying the same key on this tool returns the original receipt — the action is not re-run, and the first request's receipt wins…
paper_idstringyesCatalog ID of the paper, e.g. 'the-discontinuity-20260922'. Unknown IDs are rejected
prior_receipt_idstring–Optional prior research_paper receipt id for receipt-carried tier pricing on the paper+provenance bundle
NameTypeReqDescription
assetstringyesSettlement asset
facilitatorstringyesx402 facilitator
howstringyesHow to pay: POST the tool inputs as JSON to paid_url with an x402 v2 PAYMENT-SIGNATURE header
networksarrayyesEVM CAIP-2 network ids accepted
paid_urlstringyesx402-paid HTTPS URL to POST the tool inputs to
payment_requiredbooleanyesAlways true: this MCP tool is a payment pointer; the tool itself is monetized via x402.
pricestringyesExact price, e.g. "$0.15"
toolstringyesTool name, e.g. verified_check

No examples provided.

trust_report ~263

Use trust_report when you need a buy/don't-buy decision on a candidate x402 endpoint: the Embassy probes it unpaid (no payment header, zero spend) and returns a signed PROCEED, VERIFY_FIRST, or DO_NOT_PAY verdict — a decision, never a score. POST the tool inputs as JSON to paid_url with an x402 v2 PAYMENT-SIGNATURE header. See https://docs.cdp.coinbase.com/x402 Paid tool — $0.25, USDC on Base or Arbitrum One. Paid URL: https://aemb.pro/v1/trust/report.

NameTypeReqDescription
idempotency_keystringyesIdempotency key: UUID v4, client-generated, one per logical request. Replaying the same key on this tool returns the original receipt — the action is not re-run, and the first request's receipt wins…
urlstringyesHTTPS URL of the candidate x402 endpoint to probe (max 2000 chars; no credentials in URL). Probed unpaid via GET, falling back to an empty-body POST when GET returns 404/405
NameTypeReqDescription
assetstringyesSettlement asset
facilitatorstringyesx402 facilitator
howstringyesHow to pay: POST the tool inputs as JSON to paid_url with an x402 v2 PAYMENT-SIGNATURE header
networksarrayyesEVM CAIP-2 network ids accepted
paid_urlstringyesx402-paid HTTPS URL to POST the tool inputs to
payment_requiredbooleanyesAlways true: this MCP tool is a payment pointer; the tool itself is monetized via x402.
pricestringyesExact price, e.g. "$0.15"
toolstringyesTool name, e.g. verified_check

No examples provided.

verified_check ~370

Use verified_check when you need a pass/fail verdict that a URL serves expected content: expected HTTP status (default 200), a required body substring, and/or an exact match on one JSON field. One automated fetch at request time, signed receipt with per-condition results. POST the tool inputs as JSON to paid_url with an x402 v2 PAYMENT-SIGNATURE header. See https://docs.cdp.coinbase.com/x402 Paid tool — $0.15, USDC on Base or Arbitrum One. Paid URL: https://aemb.pro/v1/check/verify.

NameTypeReqDescription
expect_body_containsstring–Substring that must appear in the response body (max 5000 chars). Skipped when empty or omitted
expect_json_equals––Expected value at expect_json_path; compared by canonical JSON equality. Defaults to null when omitted
expect_json_pathstring–Dot-separated path into the JSON body, e.g. 'data.price' (max 500 chars). Only evaluated when set
expect_statusnumber–Expected HTTP status code; truncated to an integer. Defaults to 200 when omitted
idempotency_keystringyesIdempotency key: UUID v4, client-generated, one per logical request. Replaying the same key on this tool returns the original receipt — the action is not re-run, and the first request's receipt wins…
urlstringyesHTTPS URL to check (max 2000 chars; no credentials in URL). Fetched once; up to 3 redirects followed, 10s timeout, 1MB body cap
NameTypeReqDescription
assetstringyesSettlement asset
facilitatorstringyesx402 facilitator
howstringyesHow to pay: POST the tool inputs as JSON to paid_url with an x402 v2 PAYMENT-SIGNATURE header
networksarrayyesEVM CAIP-2 network ids accepted
paid_urlstringyesx402-paid HTTPS URL to POST the tool inputs to
payment_requiredbooleanyesAlways true: this MCP tool is a payment pointer; the tool itself is monetized via x402.
pricestringyesExact price, e.g. "$0.15"
toolstringyesTool name, e.g. verified_check

No examples provided.

Common questions

What is the pro.aemb/agent-embassy MCP server?

pro.aemb/agent-embassy is an MCP server listed in the public MCP registry as pro.aemb/agent-embassy. Agents pay for work and prove what happened. This page covers its hosted endpoint (https://aemb.pro/mcp).

Is the pro.aemb/agent-embassy MCP server safe to use?

pro.aemb/agent-embassy scores 71 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 pro.aemb/agent-embassy MCP server expose?

pro.aemb/agent-embassy exposes 16 tools: register_recovery, verified_check, prove_it, proveit_verified_check, trust_report, and 11 more. Their descriptions and schemas cost roughly 5,138 tokens of context every time the server is loaded.

Does the pro.aemb/agent-embassy MCP server require authentication?

No. We connected to pro.aemb/agent-embassy without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the pro.aemb/agent-embassy MCP server still maintained?

pro.aemb/agent-embassy is still listed as active in the MCP registry. We last reached this channel on 26 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.