POST to Wallet Snapshot
Send public wallet input to https://api.blockchainmoneymap.com/api/x402/wallet-snapshot without a payment header.
Pay-per-call x402 services for autonomous agents
Discover a service, send an unpaid POST request to receive the x402 payment requirements, pay in USDC on base, and retry with the signed payment header. No account or subscription is required for public x402 endpoints.
Payment flow
Start unpaid, read the 402 challenge, verify the receiver, sign with a dedicated buyer wallet, then retry the same request to receive the paid result.
Send public wallet input to https://api.blockchainmoneymap.com/api/x402/wallet-snapshot without a payment header.
The response tells the buyer agent the exact price, receiver, network, and protected resource.
Use a dedicated buyer wallet to sign the USDC payment on base; never send private keys to BMM.
Keep the request body unchanged and retry with the signed x402 payment header.
The paid response returns the Wallet Snapshot result; outputs are research summaries, not financial or compliance advice.
Lowest-cost first call
Use this first to prove the x402 flow or triage one public wallet before buying deeper analysis.
What you get after payment: address summary, visible asset exposure, recent activity, confidence context, and a recommended next action.
Lowest-friction first call for proof-of-payment and one-wallet triage.
Expected first response: HTTP 402 payment_required with price, receiver, network, and resource.
After the 402 challenge, verify the challenge payTo matches the public receiver, sign with a dedicated buyer wallet, and retry the same request body with the signed x402 payment header.
Example fields only; live responses depend on public-chain data and provider availability.
{
"ok": true,
"tool": "wallet_snapshot",
"pricePaid": {
"amount": "0.01",
"currency": "USDC",
"network": "base"
},
"result": {
"addressSummary": {},
"assetExposure": {},
"recentActivity": [
{}
],
"confidence": "string",
"recommendedNextAction": "string"
},
"metadata": {},
"sample": true,
"schemaBacked": true
}Have a specific goal?
If Wallet Snapshot is not your goal, pick the closest task. The menu points to the smallest useful paid service for that path.
Callable recommendation API
This free read-only endpoint returns the recommended first paid call, endpoint, price, reason, next step, input schema, output schema, and schema-backed response preview. It does not call blockchain providers, trigger payment, or execute a paid service.
curl -s -X POST \
https://api.blockchainmoneymap.com/api/agents/recommend \
-H 'content-type: application/json' \
-d '{"goal":"screen several wallets","walletCount":3}'You have one public wallet or contract address and need the cheapest useful first read.
Lowest-friction first call for proof-of-payment and one-wallet triage.
Wallet summary, visible balances/exposure, recent activity, confidence, and next action.
Schema-backed example fields only; live responses depend on public-chain data and provider availability.
{
"ok": true,
"tool": "wallet_snapshot",
"pricePaid": {
"amount": "0.01",
"currency": "USDC",
"network": "base"
},
"result": {
"addressSummary": {},
"assetExposure": {},
"recentActivity": [
{}
],
"confidence": "string",
"recommendedNextAction": "string"
},
"metadata": {},
"sample": true,
"schemaBacked": true
}Escalate to Wallet Audit or Deep Wallet Report only if the snapshot shows enough signal.
You have a short list of public wallets and need to rank which ones deserve attention.
Best first call when several wallets need ranking.
Ordered wallet triage snapshots with signals that help pick escalation targets.
Schema-backed example fields only; live responses depend on public-chain data and provider availability.
{
"ok": true,
"tool": "batch_wallet_snapshot",
"pricePaid": {
"amount": "0.05",
"currency": "USDC",
"network": "base"
},
"result": {
"snapshots": [
{}
],
"escalationCandidates": [
{}
]
},
"metadata": {},
"sample": true,
"schemaBacked": true
}Use the ranked output to choose one follow-up wallet audit or report.
You have a transaction hash and need status, fee, method, and finality context.
Low-cost transaction-first check with a narrow input shape.
Transaction status, fee context, method clues, confirmation/finality notes, and confidence.
Schema-backed example fields only; live responses depend on public-chain data and provider availability.
{
"ok": true,
"tool": "tx_status",
"pricePaid": {
"amount": "0.01",
"currency": "USDC",
"network": "base"
},
"result": {
"transactionHash": "string",
"status": "string",
"blockNumber": "string",
"confirmations": 1,
"finality": "string",
"explorerUrl": "string"
},
"metadata": {},
"sample": true,
"schemaBacked": true
}Use Transaction Decode when you need a plain-language explanation of what happened.
Your agent is about to pay an x402 resource and needs receiver, amount, and caller-context checks.
Clear first call before paying an x402 resource.
Pre-payment decision, confidence, risk flags, payee context, and recommended next action.
Schema-backed example fields only; live responses depend on public-chain data and provider availability.
{
"product_family": "agent_commerce_trust_api",
"endpoint": "payment-preflight",
"version": "v0.1",
"request_id": "string",
"x402_request_id": "string",
"generated_at": "string",
"decision": "string",
"confidence": "high",
"summary": "string",
"evidence": {},
"risk_flags": [
"string"
],
"recommended_next_action": "string",
"limits": [
"string"
],
"payee_type": "string",
"visible_activity": {},
"ok": true,
"tool": "agent_payment_preflight",
"sample": true,
"schemaBacked": true,
"pricePaid": {
"amount": "0.01",
"currency": "USDC",
"network": "base"
}
}Use Seller Profile or Authenticity Score for higher-risk seller checks.
An agent, marketplace, crawler, or MCP client cannot complete the paid path.
More specialized, but the clearest first call for failed agent requests.
Detected issue, corrected request template, expected fields, safe retry steps, and warnings.
Schema-backed example fields only; live responses depend on public-chain data and provider availability.
{
"ok": true,
"tool": "agent_compatibility_analyzer",
"endpoint": "string",
"version": "string",
"request_id": "string",
"x402_request_id": "string",
"decision": "fixable",
"confidence": "high",
"summary": "string",
"matched_tool_id": "string",
"detected_issues": [
{}
],
"fix_steps": [
"string"
],
"corrected_request_template": {},
"expected_fields": [
"string"
],
"safety_warnings": [
"string"
],
"limitations": [
"string"
],
"pricePaid": {
"amount": "0.25",
"currency": "USDC",
"network": "base"
},
"metadata": {},
"sample": true,
"schemaBacked": true
}Use the corrected template and safe retry steps before another paid attempt.
You are checking agent-to-agent buying loops, spend controls, intent boundaries, or handoff risk.
Readable first guardrail for autonomous commerce loops and spend boundaries.
Loop-risk decision, spend-amplification signals, delegation-depth notes, and bounded next step.
Schema-backed example fields only; live responses depend on public-chain data and provider availability.
{
"requestId": "string",
"service": "string",
"version": "string",
"decision": "allow",
"riskScore": 1,
"summary": "string",
"reasons": [
{}
],
"evidence": {},
"inputFingerprint": "string",
"generatedAt": "string",
"cycleDetected": true,
"cyclePath": [
"string"
],
"projectedSpend": "string",
"triggeredPolicies": [
"string"
],
"ok": true,
"tool": "devagentpal_recursive_commerce_loop_breaker",
"sample": true,
"schemaBacked": true,
"pricePaid": {
"amount": "0.01",
"currency": "USDC",
"network": "base"
}
}Use the Agent Commerce Controls group for more specialized pre-spend evidence.
Top first calls
These are the fastest scan points before the full catalog. Each card starts with the smallest useful paid call for that need.
Lowest-cost first calls for proof-of-payment, one-wallet triage, transaction checks, and pre-spend review.
Lowest-friction first call for proof-of-payment and one-wallet triage.
Start with wallet context, then escalate only when the snapshot shows enough signal.
Lowest-friction first call for proof-of-payment and one-wallet triage.
Check transaction status first, then decode when a plain-language explanation is needed.
Low-cost transaction-first check with a narrow input shape.
Review x402 receivers, sellers, receipts, mandates, and agent-wallet signals before or after payment.
Clear first call before paying an x402 resource.
Use when a buyer agent, MCP client, crawler, or marketplace cannot complete the paid path.
More specialized, but the clearest first call for failed agent requests.
Guard autonomous buying loops, spend boundaries, delegation, and handoff risk before money moves.
Readable first guardrail for autonomous commerce loops and spend boundaries.
Highest-intent service groups first
These groups help agents pick the smallest useful paid call before scanning the full catalog.
Start with low-cost wallet context, then escalate only when the signal is worth deeper spend.
Screen a wallet, compare exposure, then buy an audit or deep report when needed.
Turn hashes into status, method, fee, and plain-language transaction context.
Confirm what happened before a buyer agent relies on a transaction as evidence.
Check x402 sellers, receivers, receipts, mandates, and agent-wallet signals before or after payment.
Use these before higher-risk payments and after settlement when receipt evidence matters.
Help agents understand which paid resource to call and why a request failed.
Use this when a marketplace, crawler, MCP client, or buyer agent cannot complete the paid path.
Guard agent-to-agent buying loops, hidden dependencies, identity drift, and handoff risk.
Use these for autonomous commerce workflows that need control evidence before money moves.
111 services available
Prices are fixed x402 payment requirements in USDC on base.
wallet_snapshot
Best for one-wallet triage
Fast single-wallet triage before buying deeper analysis.
batch_wallet_snapshot
Best for short wallet lists
Screen multiple wallets and choose escalation targets.
wallet_audit
Best for wallet risk investigation
Investigate flows, counterparties, exposure, and attention signals.
deep_wallet_report
Best for report-ready wallet investigation
Generate report-ready wallet investigation output.
saved_report
Best for shareable report handoff
Create an unlisted report handoff for downstream review.
tx_status
Best for transaction status checks
Confirm transaction status, fee, method, and finality context.
tx_decode
Best for plain-language transaction review
Understand what a transaction did in plain language.
agent_payment_preflight
Best for pre-spend x402 checks
Check before an agent pays an x402 resource.
seller_profile
Best for seller receiver review
Inspect public seller and payment-receiver signals.
authenticity_score
Best for x402 authenticity screening
Evaluate heuristic x402 authenticity signals.
receipt_audit
Best for post-payment verification
Verify a payment after it is made.
agent_wallet_profile
Best for agent wallet classification
Classify agent wallet and delegation signals.
mandate_chain_evidence
Best for mandate evidence review
Compare public payment evidence with a declared mandate.
x402_ap2_mandate_constraint_gap_auditor
Best for agent payment trust
Audits sanitized AP2-style mandate facts for missing autonomous-purchase constraints.
x402_agent_wallet_policy_coverage_gap_analyzer
Best for agent payment trust
Compares sanitized autonomous-task facts against wallet policy coverage.
x402_autonomous_purchase_intent_to_receipt_reconciler
Best for agent payment trust
Reconciles sanitized autonomous-purchase intent facts against receipt facts.
x402_signed_receipt_delivery_confidence_scorer
Best for agent payment trust
Scores signed offer and receipt metadata for paid-service delivery confidence.
x402_agent_commerce_mandate_receipt_fit_card
Best for agent payment trust
Compares mandate, signed offer, and receipt facts for agent-commerce evidence fit.
x402_wallet_to_agent_identity_link_confidence_map
Best for agent payment trust
Buyers need confidence that wallet, agent card, domain label, MCP server, seller profile, and x402 receiver belong together.
Payment Route Risk Status
x402_agentic_payment_risk_weather_map
Best for agent payment trust
Turns route, facilitator, and network facts into a simple pay-now, retry-later, or inspect-first signal.
agent_compatibility_analyzer
Best for failed request repair
Diagnose a failed agent request and get safe retry steps.
devagentpal_recursive_commerce_loop_breaker
Best for autonomous commerce controls
Builds a bounded directed multigraph from caller-supplied delegation and purchase history, evaluates stable policy thresholds, and returns allow, review, or block.
devagentpal_economic_dry_run_simulator
Best for autonomous commerce controls
Validates a dependency graph, samples explicit latency and retry models with a reproducible seed, and summarizes economic risk.
devagentpal_spend_laundering_detector
Best for autonomous commerce controls
Uses only caller-supplied principal, delegation, wallet, seller, and spend-event links to score control-bypass signals.
Human Approval Proof Checker
devagentpal_human_intent_checksum
Best for autonomous commerce controls
Creates or verifies a compact proof that a human approved the bounded action.
devagentpal_revocation_propagation
Best for autonomous commerce controls
Checks payment/authority separation, root intent trust, delegate scope, signed target binding, target eligibility, and outbound activation state.
devagentpal_micropurchase_fragmentation_guard
Best for autonomous commerce controls
Detect caller-supplied micropurchase fragmentation before an autonomous purchase proceeds.
devagentpal_conflict_of_interest_scanner
Best for autonomous commerce controls
Scan supplied recommendation, seller, and relationship evidence for conflict-of-interest review signals.
Evidence Value Comparator
devagentpal_counterfactual_value_meter
Best for autonomous commerce controls
Compares caller-supplied options and estimates which evidence is most useful before buying more checks.
Agent Limitation Evidence Registry
devagentpal_negative_capability_registry
Best for autonomous commerce controls
Records or checks evidence-backed limitations so buyers know what an agent says it cannot do.
devagentpal_version_continuity_proof
Best for autonomous commerce controls
Evaluate signed agent-version continuity before reputation transfer.
Timestamp And Finality Checker
devagentpal_temporal_consistency_gate
Best for autonomous commerce controls
Checks whether timestamps, blocks, finality, and validity windows line up before trusting an event.
devagentpal_evidence_budget_router
Best for autonomous commerce controls
Select the least-cost verification provider set that satisfies coverage, confidence, independence, and budget policy.
Reputation Transfer Risk Checker
devagentpal_reputation_reincarnation_detector
Best for autonomous commerce controls
Checks supplied continuity signals before trusting reputation from a previous agent identity.
Shared Dependency Risk Checker
devagentpal_hidden_dependency_map
Best for autonomous commerce controls
Shows when several agents or services rely on the same hidden provider or fragile dependency.
devagentpal_service_exit_handoff
Best for autonomous commerce controls
Plan and authorize migration from one opted-in service to one opted-in target, with outbound disabled by default.
service_discovery_audit
Best for discovery and failure repair
Checks caller-supplied x402 and agent discovery documents for path, price, currency, network, and routing consistency.
x402_catalog_drift_monitor
Best for discovery and failure repair
Compares caller-supplied x402 catalog, OpenAPI, MCP/tool metadata, and unpaid challenge samples for endpoint, method, price, currency, network, receiver, and tool drift.
x402_response_contract_linter
Best for discovery and failure repair
Lints caller-submitted agent API, MCP, and x402 response samples for machine-actionable contract completeness without making network calls.
x402_failure_fact_classifier
Best for discovery and failure repair
Classifies sanitized x402 failure facts into safe diagnostic causes without replaying payments or storing raw logs.
MCP And x402 Operation Change Tracker
x402_mcp_operation_stability_ledger
Best for discovery and failure repair
Compares supplied route, OpenAPI, MCP, and x402 metadata to find breaking operation changes.
x402_agent_commerce_error_taxonomy_normalizer
Best for discovery and failure repair
Normalizes sanitized agent-commerce error facts into a stable taxonomy.
x402 Retry Safety Checker
x402_payment_identifier_retry_safety_lens
Best for discovery and failure repair
Checks payment identifiers and retry facts for duplicate-charge and privacy risk before retrying.
x402 Payment Recovery Guide
x402_agent_payment_recovery_playbook
Best for discovery and failure repair
Turns failed-payment facts into safe next steps such as retry, reroute, inspect receipt, or stop.
x402_cache_leakage_guard
Best for discovery and failure repair
Checks caller-supplied HTTP 402 cache and paid-route facts for leakage risk.
x402_post_purchase_event_continuity_checker
Best for discovery and failure repair
Checks sanitized order, webhook, shipment, delivery, return, refund, and adjustment facts for continuity.
agent_payment_history_summary
Best for evidence and provenance
Summarizes recent BMM x402 payment-log activity for a payee, chain, currency, and optional paid resource path.
x402 Response Proof Recorder
x402_response_provenance_notary
Best for evidence and provenance
Creates or verifies hash-only proof that a paid x402 response existed without storing the raw response.
Payee Rotation Proof Recorder
x402_authorized_payee_rotation_notary
Best for evidence and provenance
Checks hash-only evidence that an x402 payment receiver changed through an announced rotation.
Paid Response Contract Drift Tracker
x402_paid_agent_response_completeness_drift_ledger
Best for evidence and provenance
Tracks whether a paid agent response became less complete or less machine-actionable across releases.
Paid Tool Latency Proof Recorder
x402_paid_tool_latency_sla_evidence_notary
Best for evidence and provenance
Checks hash-only latency evidence for a paid tool without storing raw logs or payment material.
x402_offer_replay_hygiene_auditor
Best for evidence and provenance
Checks x402 offer metadata for replay-hygiene controls.
x402_paid_agent_proof_of_value_preview_auditor
Best for evidence and provenance
Buyer agents often see a price and promise but no useful preview that proves what the paid result will contain.
Agent Claim Evidence Checker
x402_agent_claims_evidence_wall
Best for evidence and provenance
Compares public agent claims against sample or docs evidence and labels what is backed, weak, or missing.
Price vs Proof Checker
x402_agent_price_to_proof_value_meter
Best for evidence and provenance
Checks whether the public proof and sample output justify the price a buyer agent is about to pay.
x402_public_agent_changelog_impact_explainer
Best for evidence and provenance
Buyer agents and marketplaces cannot quickly tell whether public release notes matter to their workflows.
Agent Payment Trail Map
x402_agentic_money_trail_atlas
Best for evidence and provenance
Turns payment, receipt, buyer, seller, route, and result facts into a structured money trail.
Autonomous Spend Timeline
x402_autonomous_spend_flight_recorder
Best for evidence and provenance
Builds an ordered timeline showing where an autonomous spend flow was safe, uncertain, failed, or complete.
Dispute Evidence Packet Builder
x402_agent_commerce_dispute_evidence_packager
Best for evidence and provenance
Packages request, payment, delivery, receipt, and mismatch facts for a paid-agent dispute.
Agent Commerce Dry Run
x402_agent_commerce_digital_twin
Best for evidence and provenance
Runs a supplied agent-commerce mission plan through payment, authorization, proof, and rollback checks before launch.
x402_multi_provider_challenge_normalizer
Best for protocol and mcp reliability
Normalizes safe x402 challenge metadata from multiple provider formats.
x402_facilitator_cost_comparator
Best for protocol and mcp reliability
Compares caller-supplied x402 facilitator cost facts for buyer-agent routing.
x402_cross_protocol_agent_commerce_profile_normalizer
Best for protocol and mcp reliability
Normalizes safe agent-commerce profile facts across x402, MCP, and AP2-style surfaces.
x402_price_display_unit_sanity_checker
Best for protocol and mcp reliability
Checks x402 price display units for decimal, atomic-unit, currency, and network consistency.
x402 Facilitator Readiness Check
x402_facilitator_readiness_passport
Best for protocol and mcp reliability
Scores supplied facilitator facts to decide whether a payment path looks ready for production use.
x402_network_token_route_planner
Best for protocol and mcp reliability
Plans safer x402 network, token, amount-format, and transfer-method routing from caller facts.
x402 Token Amount Format Advisor
x402_default_asset_tokenamount_advisor
Best for protocol and mcp reliability
Advises whether a route should use dollar pricing or explicit token amount metadata.
x402_permit2_approval_friction_explainer
Best for protocol and mcp reliability
Explains buyer-agent approval friction for EIP-3009, Permit2, and unsupported transfer methods.
x402_multi_chain_facilitator_failover_planner
Best for protocol and mcp reliability
Builds an advisory failover ladder for caller-supplied x402 facilitator and network options.
x402_mcp_paid_route_boundary_mapper
Best for protocol and mcp reliability
Maps paid MCP tool surfaces against x402 routes and possible unpaid aliases.
MCP Schema Clarity Grader
x402_mcp_schema_curb_appeal_grader
Best for protocol and mcp reliability
Grades tool names, descriptions, schemas, and output labels for buyer-agent clarity.
x402_mcp_tool_change_blast_radius_analyzer
Best for protocol and mcp reliability
Classifies one-shot MCP paid-tool metadata changes for buyer-agent compatibility risk.
x402_mcp_registry_release_quality_gate
Best for protocol and mcp reliability
Checks MCP server release metadata for registry and paid-tool readiness.
x402_agent_commerce_sandbox_seed_pack
Best for protocol and mcp reliability
Creates safe fixture scenario recommendations for agent-commerce payment and checkout tests.
x402_mcp_sampling_exposure_card
Best for protocol and mcp reliability
MCP servers can expose sampling behavior that is hard for buyers to understand before connecting or paying.
MCP Resource Type Classifier
x402_mcp_resource_shelf_classifier
Best for protocol and mcp reliability
Labels MCP resources as docs, schemas, logs, user data, or secrets-risk based on supplied resource metadata.
MCP Marketplace Readiness Checker
x402_mcp_app_store_readiness_concierge
Best for protocol and mcp reliability
Checks MCP app metadata for schema, action, privacy, auth, UI, and review-readiness blockers.
x402_bmm_agent_spend_category_classifier
Best for finance ops
Classifies sanitized agent spend facts into operational categories.
Paid Tool Upgrade Path Planner
x402_paid_tool_upsell_path_optimizer
Best for finance ops
Orders paid tools from low-cost first checks to higher-cost follow-up calls when justified.
x402_machine_payment_treasury_dust_map
Best for finance ops
Maps aggregate high-volume low-value machine-payment facts for treasury dust and reconciliation risk.
Seller Revenue Health Dashboard
x402_seller_revenue_command_center
Best for finance ops
Shows whether paid-agent endpoints are priced, discoverable, converting, or leaking unpaid access.
Payment Graph Anomaly Checker
x402_cross_agent_payment_graph_anomaly_lens
Best for finance ops
Labels unusual cross-agent payment graph patterns without making fraud or wrongdoing claims.
x402_agent_commerce_roi_receipt_board
Best for finance ops
Operators buying many small paid agent services need to know which calls produced useful value.
x402_mcp_paid_tool_permission_scope_auditor
Best for privacy and policy
Audits sanitized MCP paid-tool permission scope declarations.
x402_agent_wallet_spend_policy_simulator
Best for privacy and policy
Simulates sanitized buyer-agent payment workloads against wallet spend-policy facts.
x402_spend_permission_allowance_fit_checker
Best for privacy and policy
Checks whether a bounded spend permission fits a caller-supplied paid-agent workload.
x402_commerce_pii_minimization_check
Best for privacy and policy
Classifies commerce schema fields for buyer-data minimization risk.
x402_mcp_elicitation_consent_transcript_auditor
Best for privacy and policy
Audits sanitized MCP elicitation prompts and consent facts for scope and record gaps.
x402_agent_checkout_state_simulator
Best for checkout and buyer ux
Simulates caller-supplied agent checkout state facts for readiness gaps.
x402_final_total_delta_guard
Best for checkout and buyer ux
Compares agent-commerce quote, checkout, final payment, and order totals for unexplained deltas.
x402_agent_rendered_checkout_ui_diff
Best for checkout and buyer ux
Compares seller checkout facts with caller-supplied agent-rendered buyer views.
x402_paid_tool_confirmation_prompt_auditor
Best for checkout and buyer ux
Audits paid MCP/tool confirmation prompts for clear buyer spend consent.
x402_partial_work_charge_boundary_tester
Best for checkout and buyer ux
Classifies timeout, cancellation, partial result, retry, and charge-policy facts for paid work boundaries.
Agent Commerce Terms Link Checker
x402_agent_commerce_terms_uri_resolver
Best for checkout and buyer ux
Checks whether terms, refund, support, license, and usage-policy links are available before purchase.
x402_merchant_of_record_boundary_explainer
Best for checkout and buyer ux
Maps caller-supplied agent-commerce role facts into payment, fulfillment, support, and refund boundaries.
x402_payment_method_disclosure_map
Best for checkout and buyer ux
Maps payment rails, handlers, tokens, networks, wallet requirements, and buyer disclosures.
Agent Card Trust Check
x402_a2a_agent_card_trust_radar
Best for a2a and delegation
Checks whether a public Agent Card includes enough identity, skill, security, signature, and docs evidence.
x402_a2a_skill_to_task_matchmaker
Best for a2a and delegation
Buyer agents need to choose the right remote skill without executing tasks or trusting vague service descriptions.
A2A Handoff Readiness Check
x402_a2a_handoff_readiness_boarding_pass
Best for a2a and delegation
Checks whether an agent-to-agent handoff has the required payload, mode, auth, status, and failure details.
Agent Card Signature Check
x402_a2a_agent_card_signature_confidence_lens
Best for a2a and delegation
Checks whether an Agent Card is signed, unverifiable, missing a key, or ready for later verification.
x402_agent_to_agent_team_role_map
Best for a2a and delegation
Workflow builders can see multiple public agents but cannot quickly map which one should lead, specialize, validate, or be excluded.
x402_ap2_human_not_present_safety_simulator
Best for a2a and delegation
Human-not-present purchases need constraint simulation before an autonomous buyer attempts payment.
A2A Delegation Readiness Checker
x402_a2a_delegation_deal_room
Best for a2a and delegation
Checks two Agent Cards and task facts to decide whether to delegate, negotiate, or avoid delegation.
Paid Agent Trust Summary
x402_agent_buyer_trust_passport_plus
Best for a2a and delegation
Summarizes whether a paid service is understandable, evidenced, limited, and worth using.
x402_agent_marketplace_comparison_board
Best for marketplace and aso
Buyer agents see multiple similar services but lack one normalized board for price visibility, proof, limitations, and fit.
Buyer Journey Generator
x402_agent_buyer_tour_storyboard_generator
Best for marketplace and aso
Builds a five-step buyer journey from public service metadata, sample output, proof, limits, and support.
x402_llms_txt_agent_buyer_path_mapper
Best for marketplace and aso
Buyer agents can land on public docs but fail to find service purpose, examples, price, limitations, and support path.
x402_agent_discovery_snippet_aso_grader
Best for marketplace and aso
Public discovery snippets often fail to state who the agent serves, what it does, what it costs, what proof it returns, and what it does not do.
x402 Endpoint Opportunity Ranker
x402_api_seller_opportunity_radar
Best for marketplace and aso
Ranks which API endpoints are strongest candidates to become paid x402 agent products.
Marketplace Listing Conversion Checker
x402_agent_marketplace_listing_revenue_optimizer
Best for marketplace and aso
Reviews listing metadata and suggests clearer price, proof, limits, and value copy for buyer agents.
BMM Demo Journey Builder
x402_bmm_flagship_demo_deal_desk
Best for marketplace and aso
Builds a buyer-ready demo packet from selected BMM agents, proof links, missing evidence, and next steps.
| Service | Endpoint | Price | Use This When | Family |
|---|---|---|---|---|
Wallet Snapshot Best for one-wallet triage wallet_snapshot | POST/api/x402/wallet-snapshot | 0.01 USDC base | Fast single-wallet triage before buying deeper analysis. | Wallet Intelligence |
Batch Wallet Snapshot Best for short wallet lists batch_wallet_snapshot | POST/api/x402/batch-wallet-snapshot | 0.05 USDC base | Screen multiple wallets and choose escalation targets. | Wallet Intelligence |
Transaction Status Best for transaction status checks tx_status | POST/api/x402/tx-status | 0.01 USDC base | Confirm transaction status, fee, method, and finality context. | Transaction Intelligence |
Wallet Audit Best for wallet risk investigation wallet_audit | POST/api/x402/wallet-audit | 1.00 USDC base | Investigate flows, counterparties, exposure, and attention signals. | Wallet Intelligence |
Deep Wallet Report Best for report-ready wallet investigation deep_wallet_report | POST/api/x402/deep-wallet-report | 5.00 USDC base | Generate report-ready wallet investigation output. | Wallet Intelligence |
Transaction Decode Best for plain-language transaction review tx_decode | POST/api/x402/tx-decode | 0.25 USDC base | Understand what a transaction did in plain language. | Transaction Intelligence |
Saved Report Generation Best for shareable report handoff saved_report | POST/api/x402/saved-report | 1.00 USDC base | Create an unlisted report handoff for downstream review. | Wallet Intelligence |
Agent Payment Preflight Best for pre-spend x402 checks agent_payment_preflight | POST/api/x402/payment-preflight | 0.01 USDC base | Check before an agent pays an x402 resource. | Agent Payment Trust |
x402 Seller Profile Best for seller receiver review seller_profile | POST/api/x402/seller-profile | 0.25 USDC base | Inspect public seller and payment-receiver signals. | Agent Payment Trust |
x402 Authenticity Score Best for x402 authenticity screening authenticity_score | POST/api/x402/authenticity-score | 1.00 USDC base | Evaluate heuristic x402 authenticity signals. | Agent Payment Trust |
x402 Receipt Audit Best for post-payment verification receipt_audit | POST/api/x402/receipt-audit | 0.01 USDC base | Verify a payment after it is made. | Agent Payment Trust |
Agent Wallet Profile Best for agent wallet classification agent_wallet_profile | POST/api/x402/agent-wallet-profile | 0.01 USDC base | Classify agent wallet and delegation signals. | Agent Payment Trust |
Mandate Chain Evidence Best for mandate evidence review mandate_chain_evidence | POST/api/x402/mandate-chain-evidence | 0.25 USDC base | Compare public payment evidence with a declared mandate. | Agent Payment Trust |
Agent Compatibility Analyzer Best for failed request repair agent_compatibility_analyzer | POST/api/x402/agent-compatibility-analyzer | 0.25 USDC base | Diagnose a failed agent request and get safe retry steps. | Agent Request Support |
Recursive Commerce Loop Breaker Best for autonomous commerce controls devagentpal_recursive_commerce_loop_breaker | POST/api/devagentpal/recursive-commerce-loop-breaker | 0.01 USDC base | Builds a bounded directed multigraph from caller-supplied delegation and purchase history, evaluates stable policy thresholds, and returns allow, review, or block. | Agent Commerce Controls |
Economic Dry-Run Simulator Best for autonomous commerce controls devagentpal_economic_dry_run_simulator | POST/api/devagentpal/economic-dry-run-simulator | 0.05 USDC base | Validates a dependency graph, samples explicit latency and retry models with a reproducible seed, and summarizes economic risk. | Agent Commerce Controls |
Spend-Laundering Detector Best for autonomous commerce controls devagentpal_spend_laundering_detector | POST/api/devagentpal/spend-laundering-detector | 0.05 USDC base | Uses only caller-supplied principal, delegation, wallet, seller, and spend-event links to score control-bypass signals. | Agent Commerce Controls |
Human-Intent Checksum Best for autonomous commerce controls Human Approval Proof Checker devagentpal_human_intent_checksum | POST/api/devagentpal/human-intent-checksum | 0.05 USDC base | Creates or verifies a compact proof that a human approved the bounded action. | Agent Commerce Controls |
Revocation Propagation Agent Best for autonomous commerce controls devagentpal_revocation_propagation | POST/api/devagentpal/revocation-propagation | 0.25 USDC base | Checks payment/authority separation, root intent trust, delegate scope, signed target binding, target eligibility, and outbound activation state. | Agent Commerce Controls |
Micropurchase Fragmentation Guard Best for autonomous commerce controls devagentpal_micropurchase_fragmentation_guard | POST/api/devagentpal/micropurchase-fragmentation-guard | 0.01 USDC base | Detect caller-supplied micropurchase fragmentation before an autonomous purchase proceeds. | Agent Commerce Controls |
Agent Conflict-of-Interest Scanner Best for autonomous commerce controls devagentpal_conflict_of_interest_scanner | POST/api/devagentpal/conflict-of-interest-scanner | 0.01 USDC base | Scan supplied recommendation, seller, and relationship evidence for conflict-of-interest review signals. | Agent Commerce Controls |
Counterfactual Value Meter Best for autonomous commerce controls Evidence Value Comparator devagentpal_counterfactual_value_meter | POST/api/devagentpal/counterfactual-value-meter | 0.01 USDC base | Compares caller-supplied options and estimates which evidence is most useful before buying more checks. | Agent Commerce Controls |
Negative Capability Registry Best for autonomous commerce controls Agent Limitation Evidence Registry devagentpal_negative_capability_registry | POST/api/devagentpal/negative-capability/query | 0.01 USDC base | Records or checks evidence-backed limitations so buyers know what an agent says it cannot do. | Agent Commerce Controls |
Agent Version Continuity Proof Best for autonomous commerce controls devagentpal_version_continuity_proof | POST/api/devagentpal/version-continuity-proof | 0.01 USDC base | Evaluate signed agent-version continuity before reputation transfer. | Agent Commerce Controls |
Temporal Consistency Gate Best for autonomous commerce controls Timestamp And Finality Checker devagentpal_temporal_consistency_gate | POST/api/devagentpal/temporal-consistency-gate | 0.01 USDC base | Checks whether timestamps, blocks, finality, and validity windows line up before trusting an event. | Agent Commerce Controls |
Evidence Budget Router Best for autonomous commerce controls devagentpal_evidence_budget_router | POST/api/devagentpal/evidence-budget-router | 0.01 USDC base | Select the least-cost verification provider set that satisfies coverage, confidence, independence, and budget policy. | Agent Commerce Controls |
Reputation Reincarnation Detector Best for autonomous commerce controls Reputation Transfer Risk Checker devagentpal_reputation_reincarnation_detector | POST/api/devagentpal/reputation-reincarnation-detector | 0.01 USDC base | Checks supplied continuity signals before trusting reputation from a previous agent identity. | Agent Commerce Controls |
Hidden Dependency Concentration Map Best for autonomous commerce controls Shared Dependency Risk Checker devagentpal_hidden_dependency_map | POST/api/devagentpal/hidden-dependency-map | 0.01 USDC base | Shows when several agents or services rely on the same hidden provider or fragile dependency. | Agent Commerce Controls |
Service Exit Handoff Agent Best for autonomous commerce controls devagentpal_service_exit_handoff | POST/api/devagentpal/service-exit-handoff/plan | 0.01 USDC base | Plan and authorize migration from one opted-in service to one opted-in target, with outbound disabled by default. | Agent Commerce Controls |
x402 Service Discovery Audit Best for discovery and failure repair service_discovery_audit | POST/api/x402/service-discovery-audit | 0.25 USDC base | Checks caller-supplied x402 and agent discovery documents for path, price, currency, network, and routing consistency. | Discovery And Failure Repair |
Agent Payment History Summary Best for evidence and provenance agent_payment_history_summary | POST/api/x402/agent-payment-history-summary | 0.25 USDC base | Summarizes recent BMM x402 payment-log activity for a payee, chain, currency, and optional paid resource path. | Evidence And Provenance |
x402 Catalog Drift Monitor Best for discovery and failure repair x402_catalog_drift_monitor | POST/api/x402/x402-catalog-drift-monitor | 0.01 USDC base | Compares caller-supplied x402 catalog, OpenAPI, MCP/tool metadata, and unpaid challenge samples for endpoint, method, price, currency, network, receiver, and tool drift. | Discovery And Failure Repair |
Agent Response Contract Linter Best for discovery and failure repair x402_response_contract_linter | POST/api/x402/x402-response-contract-linter | 0.01 USDC base | Lints caller-submitted agent API, MCP, and x402 response samples for machine-actionable contract completeness without making network calls. | Discovery And Failure Repair |
Sanitized x402 Failure-Fact Classifier Best for discovery and failure repair x402_failure_fact_classifier | POST/api/x402/x402-failure-fact-classifier | 0.01 USDC base | Classifies sanitized x402 failure facts into safe diagnostic causes without replaying payments or storing raw logs. | Discovery And Failure Repair |
x402 Response Provenance Notary Best for evidence and provenance x402 Response Proof Recorder x402_response_provenance_notary | POST/api/x402/x402-response-provenance-notary | 0.01 USDC base | Creates or verifies hash-only proof that a paid x402 response existed without storing the raw response. | Evidence And Provenance |
Hash-Only Authorized Payee Rotation Notary Best for evidence and provenance Payee Rotation Proof Recorder x402_authorized_payee_rotation_notary | POST/api/x402/x402-authorized-payee-rotation-notary | 0.01 USDC base | Checks hash-only evidence that an x402 payment receiver changed through an announced rotation. | Evidence And Provenance |
Paid-Agent Response Completeness Drift Ledger Best for evidence and provenance Paid Response Contract Drift Tracker x402_paid_agent_response_completeness_drift_ledger | POST/api/x402/x402-paid-agent-response-completeness-drift-ledger | 0.01 USDC base | Tracks whether a paid agent response became less complete or less machine-actionable across releases. | Evidence And Provenance |
x402/MCP Operation Stability Ledger Best for discovery and failure repair MCP And x402 Operation Change Tracker x402_mcp_operation_stability_ledger | POST/api/x402/x402-mcp-operation-stability-ledger | 0.01 USDC base | Compares supplied route, OpenAPI, MCP, and x402 metadata to find breaking operation changes. | Discovery And Failure Repair |
AP2 Mandate Constraint Gap Auditor Best for agent payment trust x402_ap2_mandate_constraint_gap_auditor | POST/api/x402/x402-ap2-mandate-constraint-gap-auditor | 0.01 USDC base | Audits sanitized AP2-style mandate facts for missing autonomous-purchase constraints. | Agent Payment Trust |
Agent Wallet Policy Coverage Gap Analyzer Best for agent payment trust x402_agent_wallet_policy_coverage_gap_analyzer | POST/api/x402/x402-agent-wallet-policy-coverage-gap-analyzer | 0.01 USDC base | Compares sanitized autonomous-task facts against wallet policy coverage. | Agent Payment Trust |
Autonomous Purchase Intent-to-Receipt Reconciler Best for agent payment trust x402_autonomous_purchase_intent_to_receipt_reconciler | POST/api/x402/x402-autonomous-purchase-intent-to-receipt-reconciler | 0.01 USDC base | Reconciles sanitized autonomous-purchase intent facts against receipt facts. | Agent Payment Trust |
Paid Tool Latency SLA Evidence Notary Best for evidence and provenance Paid Tool Latency Proof Recorder x402_paid_tool_latency_sla_evidence_notary | POST/api/x402/x402-paid-tool-latency-sla-evidence-notary | 0.01 USDC base | Checks hash-only latency evidence for a paid tool without storing raw logs or payment material. | Evidence And Provenance |
Multi-Provider x402 Challenge Normalizer Best for protocol and mcp reliability x402_multi_provider_challenge_normalizer | POST/api/x402/x402-multi-provider-challenge-normalizer | 0.01 USDC base | Normalizes safe x402 challenge metadata from multiple provider formats. | Protocol And MCP Reliability |
x402 Facilitator Cost Comparator Best for protocol and mcp reliability x402_facilitator_cost_comparator | POST/api/x402/x402-facilitator-cost-comparator | 0.01 USDC base | Compares caller-supplied x402 facilitator cost facts for buyer-agent routing. | Protocol And MCP Reliability |
BMM Agent Spend Category Classifier Best for finance ops x402_bmm_agent_spend_category_classifier | POST/api/x402/x402-bmm-agent-spend-category-classifier | 0.01 USDC base | Classifies sanitized agent spend facts into operational categories. | Finance Ops |
Cross-Protocol Agent Commerce Profile Normalizer Best for protocol and mcp reliability x402_cross_protocol_agent_commerce_profile_normalizer | POST/api/x402/x402-cross-protocol-agent-commerce-profile-normalizer | 0.01 USDC base | Normalizes safe agent-commerce profile facts across x402, MCP, and AP2-style surfaces. | Protocol And MCP Reliability |
MCP Paid Tool Permission Scope Auditor Best for privacy and policy x402_mcp_paid_tool_permission_scope_auditor | POST/api/x402/x402-mcp-paid-tool-permission-scope-auditor | 0.01 USDC base | Audits sanitized MCP paid-tool permission scope declarations. | Privacy And Policy |
x402 Offer Replay Hygiene Auditor Best for evidence and provenance x402_offer_replay_hygiene_auditor | POST/api/x402/x402-offer-replay-hygiene-auditor | 0.01 USDC base | Checks x402 offer metadata for replay-hygiene controls. | Evidence And Provenance |
Agent Commerce Error Taxonomy Normalizer Best for discovery and failure repair x402_agent_commerce_error_taxonomy_normalizer | POST/api/x402/x402-agent-commerce-error-taxonomy-normalizer | 0.01 USDC base | Normalizes sanitized agent-commerce error facts into a stable taxonomy. | Discovery And Failure Repair |
x402 Price Display Unit Sanity Checker Best for protocol and mcp reliability x402_price_display_unit_sanity_checker | POST/api/x402/x402-price-display-unit-sanity-checker | 0.01 USDC base | Checks x402 price display units for decimal, atomic-unit, currency, and network consistency. | Protocol And MCP Reliability |
x402 Facilitator Readiness Passport Best for protocol and mcp reliability x402 Facilitator Readiness Check x402_facilitator_readiness_passport | POST/api/x402/x402-facilitator-readiness-passport | 0.01 USDC base | Scores supplied facilitator facts to decide whether a payment path looks ready for production use. | Protocol And MCP Reliability |
x402 Network Token Route Planner Best for protocol and mcp reliability x402_network_token_route_planner | POST/api/x402/x402-network-token-route-planner | 0.01 USDC base | Plans safer x402 network, token, amount-format, and transfer-method routing from caller facts. | Protocol And MCP Reliability |
x402 Payment Identifier Retry Safety Lens Best for discovery and failure repair x402 Retry Safety Checker x402_payment_identifier_retry_safety_lens | POST/api/x402/x402-payment-identifier-retry-safety-lens | 0.01 USDC base | Checks payment identifiers and retry facts for duplicate-charge and privacy risk before retrying. | Discovery And Failure Repair |
x402 Signed Receipt Delivery Confidence Scorer Best for agent payment trust x402_signed_receipt_delivery_confidence_scorer | POST/api/x402/x402-signed-receipt-delivery-confidence-scorer | 0.01 USDC base | Scores signed offer and receipt metadata for paid-service delivery confidence. | Agent Payment Trust |
x402 Default Asset TokenAmount Advisor Best for protocol and mcp reliability x402 Token Amount Format Advisor x402_default_asset_tokenamount_advisor | POST/api/x402/x402-default-asset-tokenamount-advisor | 0.01 USDC base | Advises whether a route should use dollar pricing or explicit token amount metadata. | Protocol And MCP Reliability |
x402 Permit2 Approval Friction Explainer Best for protocol and mcp reliability x402_permit2_approval_friction_explainer | POST/api/x402/x402-permit2-approval-friction-explainer | 0.01 USDC base | Explains buyer-agent approval friction for EIP-3009, Permit2, and unsupported transfer methods. | Protocol And MCP Reliability |
x402 Multi-Chain Facilitator Failover Planner Best for protocol and mcp reliability x402_multi_chain_facilitator_failover_planner | POST/api/x402/x402-multi-chain-facilitator-failover-planner | 0.01 USDC base | Builds an advisory failover ladder for caller-supplied x402 facilitator and network options. | Protocol And MCP Reliability |
x402 MCP Paid Route Boundary Mapper Best for protocol and mcp reliability x402_mcp_paid_route_boundary_mapper | POST/api/x402/x402-mcp-paid-route-boundary-mapper | 0.01 USDC base | Maps paid MCP tool surfaces against x402 routes and possible unpaid aliases. | Protocol And MCP Reliability |
x402 MCP Schema Curb Appeal Grader Best for protocol and mcp reliability MCP Schema Clarity Grader x402_mcp_schema_curb_appeal_grader | POST/api/x402/x402-mcp-schema-curb-appeal-grader | 0.01 USDC base | Grades tool names, descriptions, schemas, and output labels for buyer-agent clarity. | Protocol And MCP Reliability |
x402 MCP Tool Change Blast Radius Analyzer Best for protocol and mcp reliability x402_mcp_tool_change_blast_radius_analyzer | POST/api/x402/x402-mcp-tool-change-blast-radius-analyzer | 0.01 USDC base | Classifies one-shot MCP paid-tool metadata changes for buyer-agent compatibility risk. | Protocol And MCP Reliability |
x402 Agent Wallet Spend Policy Simulator Best for privacy and policy x402_agent_wallet_spend_policy_simulator | POST/api/x402/x402-agent-wallet-spend-policy-simulator | 0.01 USDC base | Simulates sanitized buyer-agent payment workloads against wallet spend-policy facts. | Privacy And Policy |
x402 Spend Permission Allowance Fit Checker Best for privacy and policy x402_spend_permission_allowance_fit_checker | POST/api/x402/x402-spend-permission-allowance-fit-checker | 0.01 USDC base | Checks whether a bounded spend permission fits a caller-supplied paid-agent workload. | Privacy And Policy |
x402 Agent Payment Recovery Playbook Best for discovery and failure repair x402 Payment Recovery Guide x402_agent_payment_recovery_playbook | POST/api/x402/x402-agent-payment-recovery-playbook | 0.01 USDC base | Turns failed-payment facts into safe next steps such as retry, reroute, inspect receipt, or stop. | Discovery And Failure Repair |
x402 Agent Commerce Mandate Receipt Fit Card Best for agent payment trust x402_agent_commerce_mandate_receipt_fit_card | POST/api/x402/x402-agent-commerce-mandate-receipt-fit-card | 0.01 USDC base | Compares mandate, signed offer, and receipt facts for agent-commerce evidence fit. | Agent Payment Trust |
x402 Paid Tool Upsell Path Optimizer Best for finance ops Paid Tool Upgrade Path Planner x402_paid_tool_upsell_path_optimizer | POST/api/x402/x402-paid-tool-upsell-path-optimizer | 0.01 USDC base | Orders paid tools from low-cost first checks to higher-cost follow-up calls when justified. | Finance Ops |
x402 Cache Leakage Guard Best for discovery and failure repair x402_cache_leakage_guard | POST/api/x402/x402-cache-leakage-guard | 0.01 USDC base | Checks caller-supplied HTTP 402 cache and paid-route facts for leakage risk. | Discovery And Failure Repair |
Agent Checkout State Simulator Best for checkout and buyer ux x402_agent_checkout_state_simulator | POST/api/x402/x402-agent-checkout-state-simulator | 0.01 USDC base | Simulates caller-supplied agent checkout state facts for readiness gaps. | Checkout And Buyer UX |
Final Total Delta Guard Best for checkout and buyer ux x402_final_total_delta_guard | POST/api/x402/x402-final-total-delta-guard | 0.01 USDC base | Compares agent-commerce quote, checkout, final payment, and order totals for unexplained deltas. | Checkout And Buyer UX |
Agent-Rendered Checkout UI Diff Best for checkout and buyer ux x402_agent_rendered_checkout_ui_diff | POST/api/x402/x402-agent-rendered-checkout-ui-diff | 0.01 USDC base | Compares seller checkout facts with caller-supplied agent-rendered buyer views. | Checkout And Buyer UX |
Paid Tool Confirmation Prompt Auditor Best for checkout and buyer ux x402_paid_tool_confirmation_prompt_auditor | POST/api/x402/x402-paid-tool-confirmation-prompt-auditor | 0.01 USDC base | Audits paid MCP/tool confirmation prompts for clear buyer spend consent. | Checkout And Buyer UX |
x402 Partial Work Charge Boundary Tester Best for checkout and buyer ux x402_partial_work_charge_boundary_tester | POST/api/x402/x402-partial-work-charge-boundary-tester | 0.01 USDC base | Classifies timeout, cancellation, partial result, retry, and charge-policy facts for paid work boundaries. | Checkout And Buyer UX |
Agent Commerce Terms URI Resolver Best for checkout and buyer ux Agent Commerce Terms Link Checker x402_agent_commerce_terms_uri_resolver | POST/api/x402/x402-agent-commerce-terms-uri-resolver | 0.01 USDC base | Checks whether terms, refund, support, license, and usage-policy links are available before purchase. | Checkout And Buyer UX |
Merchant-of-Record Boundary Explainer Best for checkout and buyer ux x402_merchant_of_record_boundary_explainer | POST/api/x402/x402-merchant-of-record-boundary-explainer | 0.01 USDC base | Maps caller-supplied agent-commerce role facts into payment, fulfillment, support, and refund boundaries. | Checkout And Buyer UX |
Post-Purchase Event Continuity Checker Best for discovery and failure repair x402_post_purchase_event_continuity_checker | POST/api/x402/x402-post-purchase-event-continuity-checker | 0.01 USDC base | Checks sanitized order, webhook, shipment, delivery, return, refund, and adjustment facts for continuity. | Discovery And Failure Repair |
MCP Registry Release Quality Gate Best for protocol and mcp reliability x402_mcp_registry_release_quality_gate | POST/api/x402/x402-mcp-registry-release-quality-gate | 0.01 USDC base | Checks MCP server release metadata for registry and paid-tool readiness. | Protocol And MCP Reliability |
Agent-Commerce Sandbox Seed Pack Best for protocol and mcp reliability x402_agent_commerce_sandbox_seed_pack | POST/api/x402/x402-agent-commerce-sandbox-seed-pack | 0.01 USDC base | Creates safe fixture scenario recommendations for agent-commerce payment and checkout tests. | Protocol And MCP Reliability |
Payment Method Disclosure Map Best for checkout and buyer ux x402_payment_method_disclosure_map | POST/api/x402/x402-payment-method-disclosure-map | 0.01 USDC base | Maps payment rails, handlers, tokens, networks, wallet requirements, and buyer disclosures. | Checkout And Buyer UX |
Commerce PII Minimization Check Best for privacy and policy x402_commerce_pii_minimization_check | POST/api/x402/x402-commerce-pii-minimization-check | 0.01 USDC base | Classifies commerce schema fields for buyer-data minimization risk. | Privacy And Policy |
MCP Elicitation Consent Transcript Auditor Best for privacy and policy x402_mcp_elicitation_consent_transcript_auditor | POST/api/x402/x402-mcp-elicitation-consent-transcript-auditor | 0.01 USDC base | Audits sanitized MCP elicitation prompts and consent facts for scope and record gaps. | Privacy And Policy |
Machine-Payment Treasury Dust Map Best for finance ops x402_machine_payment_treasury_dust_map | POST/api/x402/x402-machine-payment-treasury-dust-map | 0.01 USDC base | Maps aggregate high-volume low-value machine-payment facts for treasury dust and reconciliation risk. | Finance Ops |
A2A Agent Card Trust Radar Best for a2a and delegation Agent Card Trust Check x402_a2a_agent_card_trust_radar | POST/api/x402/x402-a2a-agent-card-trust-radar | 0.01 USDC base | Checks whether a public Agent Card includes enough identity, skill, security, signature, and docs evidence. | A2A And Delegation |
A2A Skill-to-Task Matchmaker Best for a2a and delegation x402_a2a_skill_to_task_matchmaker | POST/api/x402/x402-a2a-skill-to-task-matchmaker | 0.01 USDC base | Buyer agents need to choose the right remote skill without executing tasks or trusting vague service descriptions. | A2A And Delegation |
Agent Marketplace Comparison Board Best for marketplace and aso x402_agent_marketplace_comparison_board | POST/api/x402/x402-agent-marketplace-comparison-board | 0.01 USDC base | Buyer agents see multiple similar services but lack one normalized board for price visibility, proof, limitations, and fit. | Marketplace And ASO |
Paid Agent Proof-of-Value Preview Auditor Best for evidence and provenance x402_paid_agent_proof_of_value_preview_auditor | POST/api/x402/x402-paid-agent-proof-of-value-preview-auditor | 0.01 USDC base | Buyer agents often see a price and promise but no useful preview that proves what the paid result will contain. | Evidence And Provenance |
Agent Buyer Tour Storyboard Generator Best for marketplace and aso Buyer Journey Generator x402_agent_buyer_tour_storyboard_generator | POST/api/x402/x402-agent-buyer-tour-storyboard-generator | 0.01 USDC base | Builds a five-step buyer journey from public service metadata, sample output, proof, limits, and support. | Marketplace And ASO |
A2A Handoff Readiness Boarding Pass Best for a2a and delegation A2A Handoff Readiness Check x402_a2a_handoff_readiness_boarding_pass | POST/api/x402/x402-a2a-handoff-readiness-boarding-pass | 0.01 USDC base | Checks whether an agent-to-agent handoff has the required payload, mode, auth, status, and failure details. | A2A And Delegation |
Agent Claims Evidence Wall Best for evidence and provenance Agent Claim Evidence Checker x402_agent_claims_evidence_wall | POST/api/x402/x402-agent-claims-evidence-wall | 0.01 USDC base | Compares public agent claims against sample or docs evidence and labels what is backed, weak, or missing. | Evidence And Provenance |
llms.txt Agent Buyer Path Mapper Best for marketplace and aso x402_llms_txt_agent_buyer_path_mapper | POST/api/x402/x402-llms-txt-agent-buyer-path-mapper | 0.01 USDC base | Buyer agents can land on public docs but fail to find service purpose, examples, price, limitations, and support path. | Marketplace And ASO |
MCP Sampling Exposure Card Best for protocol and mcp reliability x402_mcp_sampling_exposure_card | POST/api/x402/x402-mcp-sampling-exposure-card | 0.01 USDC base | MCP servers can expose sampling behavior that is hard for buyers to understand before connecting or paying. | Protocol And MCP Reliability |
MCP Resource Shelf Classifier Best for protocol and mcp reliability MCP Resource Type Classifier x402_mcp_resource_shelf_classifier | POST/api/x402/x402-mcp-resource-shelf-classifier | 0.01 USDC base | Labels MCP resources as docs, schemas, logs, user data, or secrets-risk based on supplied resource metadata. | Protocol And MCP Reliability |
A2A Agent Card Signature Confidence Lens Best for a2a and delegation Agent Card Signature Check x402_a2a_agent_card_signature_confidence_lens | POST/api/x402/x402-a2a-agent-card-signature-confidence-lens | 0.01 USDC base | Checks whether an Agent Card is signed, unverifiable, missing a key, or ready for later verification. | A2A And Delegation |
Agent Price-to-Proof Value Meter Best for evidence and provenance Price vs Proof Checker x402_agent_price_to_proof_value_meter | POST/api/x402/x402-agent-price-to-proof-value-meter | 0.01 USDC base | Checks whether the public proof and sample output justify the price a buyer agent is about to pay. | Evidence And Provenance |
Public Agent Changelog Impact Explainer Best for evidence and provenance x402_public_agent_changelog_impact_explainer | POST/api/x402/x402-public-agent-changelog-impact-explainer | 0.01 USDC base | Buyer agents and marketplaces cannot quickly tell whether public release notes matter to their workflows. | Evidence And Provenance |
Agent-to-Agent Team Role Map Best for a2a and delegation x402_agent_to_agent_team_role_map | POST/api/x402/x402-agent-to-agent-team-role-map | 0.01 USDC base | Workflow builders can see multiple public agents but cannot quickly map which one should lead, specialize, validate, or be excluded. | A2A And Delegation |
Agent Discovery Snippet ASO Grader Best for marketplace and aso x402_agent_discovery_snippet_aso_grader | POST/api/x402/x402-agent-discovery-snippet-aso-grader | 0.01 USDC base | Public discovery snippets often fail to state who the agent serves, what it does, what it costs, what proof it returns, and what it does not do. | Marketplace And ASO |
BMM Agentic Money Trail Atlas Best for evidence and provenance Agent Payment Trail Map x402_agentic_money_trail_atlas | POST/api/x402/x402-agentic-money-trail-atlas | 0.01 USDC base | Turns payment, receipt, buyer, seller, route, and result facts into a structured money trail. | Evidence And Provenance |
Autonomous Spend Flight Recorder Best for evidence and provenance Autonomous Spend Timeline x402_autonomous_spend_flight_recorder | POST/api/x402/x402-autonomous-spend-flight-recorder | 0.01 USDC base | Builds an ordered timeline showing where an autonomous spend flow was safe, uncertain, failed, or complete. | Evidence And Provenance |
Agent Commerce Dispute Evidence Packager Best for evidence and provenance Dispute Evidence Packet Builder x402_agent_commerce_dispute_evidence_packager | POST/api/x402/x402-agent-commerce-dispute-evidence-packager | 0.01 USDC base | Packages request, payment, delivery, receipt, and mismatch facts for a paid-agent dispute. | Evidence And Provenance |
x402 Seller Revenue Command Center Best for finance ops Seller Revenue Health Dashboard x402_seller_revenue_command_center | POST/api/x402/x402-seller-revenue-command-center | 0.01 USDC base | Shows whether paid-agent endpoints are priced, discoverable, converting, or leaking unpaid access. | Finance Ops |
AP2 Human-Not-Present Safety Simulator Best for a2a and delegation x402_ap2_human_not_present_safety_simulator | POST/api/x402/x402-ap2-human-not-present-safety-simulator | 0.01 USDC base | Human-not-present purchases need constraint simulation before an autonomous buyer attempts payment. | A2A And Delegation |
A2A Delegation Deal Room Best for a2a and delegation A2A Delegation Readiness Checker x402_a2a_delegation_deal_room | POST/api/x402/x402-a2a-delegation-deal-room | 0.01 USDC base | Checks two Agent Cards and task facts to decide whether to delegate, negotiate, or avoid delegation. | A2A And Delegation |
Agent Buyer Trust Passport Plus Best for a2a and delegation Paid Agent Trust Summary x402_agent_buyer_trust_passport_plus | POST/api/x402/x402-agent-buyer-trust-passport-plus | 0.01 USDC base | Summarizes whether a paid service is understandable, evidenced, limited, and worth using. | A2A And Delegation |
Wallet-to-Agent Identity Link Confidence Map Best for agent payment trust x402_wallet_to_agent_identity_link_confidence_map | POST/api/x402/x402-wallet-to-agent-identity-link-confidence-map | 0.01 USDC base | Buyers need confidence that wallet, agent card, domain label, MCP server, seller profile, and x402 receiver belong together. | Agent Payment Trust |
Agentic Payment Risk Weather Map Best for agent payment trust Payment Route Risk Status x402_agentic_payment_risk_weather_map | POST/api/x402/x402-agentic-payment-risk-weather-map | 0.01 USDC base | Turns route, facilitator, and network facts into a simple pay-now, retry-later, or inspect-first signal. | Agent Payment Trust |
MCP App Store Readiness Concierge Best for protocol and mcp reliability MCP Marketplace Readiness Checker x402_mcp_app_store_readiness_concierge | POST/api/x402/x402-mcp-app-store-readiness-concierge | 0.01 USDC base | Checks MCP app metadata for schema, action, privacy, auth, UI, and review-readiness blockers. | Protocol And MCP Reliability |
x402 Opportunity Radar for API Sellers Best for marketplace and aso x402 Endpoint Opportunity Ranker x402_api_seller_opportunity_radar | POST/api/x402/x402-api-seller-opportunity-radar | 0.01 USDC base | Ranks which API endpoints are strongest candidates to become paid x402 agent products. | Marketplace And ASO |
Agent Marketplace Listing Revenue Optimizer Best for marketplace and aso Marketplace Listing Conversion Checker x402_agent_marketplace_listing_revenue_optimizer | POST/api/x402/x402-agent-marketplace-listing-revenue-optimizer | 0.01 USDC base | Reviews listing metadata and suggests clearer price, proof, limits, and value copy for buyer agents. | Marketplace And ASO |
Cross-Agent Payment Graph Anomaly Lens Best for finance ops Payment Graph Anomaly Checker x402_cross_agent_payment_graph_anomaly_lens | POST/api/x402/x402-cross-agent-payment-graph-anomaly-lens | 0.01 USDC base | Labels unusual cross-agent payment graph patterns without making fraud or wrongdoing claims. | Finance Ops |
Agent Commerce ROI Receipt Board Best for finance ops x402_agent_commerce_roi_receipt_board | POST/api/x402/x402-agent-commerce-roi-receipt-board | 0.01 USDC base | Operators buying many small paid agent services need to know which calls produced useful value. | Finance Ops |
BMM Flagship Demo Deal Desk Best for marketplace and aso BMM Demo Journey Builder x402_bmm_flagship_demo_deal_desk | POST/api/x402/x402-bmm-flagship-demo-deal-desk | 0.01 USDC base | Builds a buyer-ready demo packet from selected BMM agents, proof links, missing evidence, and next steps. | Marketplace And ASO |
BMM Agent Commerce Digital Twin Best for evidence and provenance Agent Commerce Dry Run x402_agent_commerce_digital_twin | POST/api/x402/x402-agent-commerce-digital-twin | 0.01 USDC base | Runs a supplied agent-commerce mission plan through payment, authorization, proof, and rollback checks before launch. | Evidence And Provenance |
The first request returns a 402 challenge. The paid retry returns the service result. Send valid public blockchain input without a payment header. The example address below is a public target wallet to analyze, not the payment receiver. The challenge includes the exact price, receiver, network, and resource.
npm install @x402/fetch @x402/evm viemcurl -i -X POST \
https://api.blockchainmoneymap.com/api/x402/wallet-snapshot \
-H 'content-type: application/json' \
-d '{"address":"0x742d35Cc6634C0532925a3b844Bc454e4438f44e","chain":"base"}'POST https://api.blockchainmoneymap.com/api/x402/wallet-snapshot
Content-Type: application/json
{"address":"0x742d35Cc6634C0532925a3b844Bc454e4438f44e","chain":"base"}MCP config
Use the existing MCP endpoint when an agent runtime supports remote MCP server configuration. This makes the BMM tool surface discoverable from compatible agent clients; paid x402 resources still require the normal payment challenge and signed retry.
{
"mcpServers": {
"blockchain-money-map": {
"url": "https://api.blockchainmoneymap.com/api/mcp"
}
}
}Use the x402 client to convert the 402 challenge into a signed payment header, then retry the same request body. Blockchain Money Map accepts either signed header name below. Do not log, paste, or store the raw signed value.
X-PAYMENT: <signed-x402-payment>
PAYMENT-SIGNATURE: <signed-x402-payment>Configured public receiver: 0x2211E12e6Bc8Da27B48B9DD66A55f5C3388D713a. Compare each 402 challenge payTo value to this receiver before signing.
For higher-risk purchases, call Agent Payment Preflight before paying:https://api.blockchainmoneymap.com/api/x402/payment-preflight
Support contact: support@blockchainmoneymap.com
Availability target: 99.0% monthly availability for discovery and paid x402 endpoints, excluding upstream blockchain, data-provider, facilitator, and scheduled-maintenance outages. Check https://api.blockchainmoneymap.com/api/health before paying. This status statement is operational guidance, not a contractual service-level agreement.
Public status: https://blockchainmoneymap.com/status
Run this only in a local agent runtime with a dedicated buyer wallet. Never send the buyer private key to this website.
import { x402Client, x402HTTPClient } from "@x402/fetch";
import { registerExactEvmScheme } from "@x402/evm/exact/client";
import { privateKeyToAccount } from "viem/accounts";
const endpoint = "https://api.blockchainmoneymap.com/api/x402/wallet-snapshot";
const body = {
address: "0x742d35Cc6634C0532925a3b844Bc454e4438f44e",
chain: "base"
};
const signer = privateKeyToAccount(process.env.BUYER_PRIVATE_KEY as `0x${string}`);
const client = new x402Client();
registerExactEvmScheme(client, { signer, networks: ["eip155:8453"] });
const httpClient = new x402HTTPClient(client);
const first = await fetch(endpoint, {
method: "POST",
headers: { "content-type": "application/json" },
body: JSON.stringify(body)
});
if (first.status !== 402) {
throw new Error(`Expected 402 payment challenge, got ${first.status}`);
}
const challengeBody = await first.json();
const paymentRequired = httpClient.getPaymentRequiredResponse(
(name) => first.headers.get(name),
challengeBody
);
const expectedPayTo = "0x2211E12e6Bc8Da27B48B9DD66A55f5C3388D713a".toLowerCase();
const payTo = paymentRequired.accepts?.[0]?.payTo?.toLowerCase();
if (!payTo || payTo !== expectedPayTo) {
throw new Error(`Unexpected x402 receiver: ${payTo ?? "missing"}`);
}
const paymentPayload = await httpClient.createPaymentPayload(paymentRequired);
const paymentHeaders = httpClient.encodePaymentSignatureHeader(paymentPayload);
const paid = await fetch(endpoint, {
method: "POST",
headers: { "content-type": "application/json", ...paymentHeaders },
body: JSON.stringify(body)
});
console.log(paid.status, await paid.json());Use only public blockchain addresses, contracts, and transaction hashes. Do not submit private keys, seed phrases, passwords, signatures, or wallet secrets. Outputs are research summaries only and are not financial, legal, tax, investment, trading, or compliance advice.