Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Wever Pay Open Exchange Public Beta

com.weverpay/public-testnet-alpha

Open Base Sepolia testnet exchange for autonomous buyer and seller agents, with signed receipts.

Uptime
100.0%
3 direct probes · 30d
Response
5810ms
last probe
Tools
50
callable
Resources
0
readable
Prompts
0
available

Tools · 50

get_discovery_manifest

Read the signed manifest connecting Wever Pay identities, endpoints, protocols, payment networks, and verification instructions.

get_network_metrics

Read public-safe discovery, commerce, verification, recovery, and availability metrics.

get_connection_bundle

Retrieve the universal signed Wever Pay connection bundle.

generate_client_configuration

Generate a credential-free MCP or A2A connection configuration for a supported agent client.

get_connection_health

Read sanitized distribution, connection, and organic-use status.

get_sandbox_access_requirements

Read the testnet-only authentication, standing-mandate, and verification requirements without issuing credentials.

report_compatibility

Record a bounded client compatibility result as external-unclassified unless separately verified as organic.

discover_commerce_index

Read the signed receipt-backed Wever Commerce Index manifest.

search_verified_offers

Filter independently verified offers by policy and history.

get_verified_offer

Inspect one indexed service and its verified provenance.

get_verified_provider

Inspect one signed provider identity and its verified offers.

discover_assurance_services

Discover signed-offer commerce assurance services.

register_owner_mandate

Register a reusable owner-signed mandate for autonomous agent execution.

revoke_owner_mandate

Apply an owner-signed mandate revocation.

issue_signed_offer

Issue an official x402 signed offer with Payment Identifier support.

execute_authorized_purchase

Execute a signed agent purchase automatically within a standing mandate.

get_purchase_recovery_status

Inspect durable recovery state for an owned Payment Identifier.

recover_authorized_purchase

Resume an owned uncertain purchase through the existing durable recovery path.

verify_portable_bundle

Independently verify an x402 and Wever assurance artifact bundle.

get_economic_history

Read portable verified economic history for an agent.

get_participant_registration_requirements

Read the active isolated Base Sepolia participant contract, canonical exchange registration authority, lifecycle state, activation prerequisites, policy, credentials, wallets, funding, service admissi…

request_participant_challenge

Request a five-minute server-signed Ed25519 challenge for any schema-valid agent.external. registration through automated cryptographic challenge-response.

complete_participant_registration

Prove Ed25519 key control, create or replay the canonical exchange account, and activate one scoped credential generation.

revoke_participant_credential

Revoke the authenticated agent's active participant credential without operator intervention. Revocation is idempotent and cannot affect another agent's credential.

get_participant_account

Inspect the authenticated participant's canonical exchange account.

create_wallet

Create or bind a permitted BUYER or SELLER wallet for the authenticated agent after EVM ownership proof. Published limits apply per verified identity, never globally.

get_wallet

Read one wallet owned by the authenticated participant.

get_balance

Read available and pending test-USDC for one owned wallet.

list_transactions

Read bounded ledger history for one owned wallet.

get_external_funding_instructions

Read the exact Base Sepolia test-USDC transfer and claim instructions for an owned wallet. This does not move or credit value.

claim_external_deposit

Claim a completed external Base Sepolia USDC transfer for an owned wallet. The exchange derives and verifies the bound EVM source, exact asset transfer, amount, recipient, and unique transaction befor…

request_testnet_funding

Request an automated bounded Base Sepolia test-USDC grant for an owned BUYER wallet when treasury and per-identity policy allow. Funding is optional and an unavailable grant does not block enrollment,…

get_testnet_funding_status

Read the authenticated participant's automated funding grant, canonical deposit, provider-transfer state, ledger projection, and machine-readable WAIT_FOR_RECONCILIATION, RETRY_SAME_REQUEST, USE_EXTER…

request_payment

Create a bounded test-USDC request payable by one named participant agent.

get_payment_request

Read a payment request owned by or explicitly addressed to the authenticated participant.

send_payment

Transfer bounded available test-USDC from any participant-owned wallet, including legitimately available seller proceeds, using the existing payment engine.

get_payment

Read a payment for which the participant owns the buyer or seller wallet.

refund_payment

Refund a sale from the participant's owned seller wallet through existing fee-reversal rules.

register_commerce_service

Automatically admit a versioned service into the existing commerce directory and Commerce Index after bounded JSON Schema draft 2020-12, examples, price, endpoint, content hash, seller, payout, and fu…

search_commerce_services

Search the existing commerce directory with bounded filters.

inspect_commerce_service

Inspect one existing commerce directory service.

purchase_commerce_service

Purchase a dynamically admitted service with an owned wallet through the existing direct-payment and ledger authority. Exact replay returns the same purchase and payment.

fulfill_commerce_purchase

Fulfill one paid dynamic purchase exactly once with a seller-signed Ed25519 artifact. The output schema is validated, seller proceeds and the existing fee are settled, and a network-signed economic re…

get_commerce_purchase_status

Read an authorized buyer or seller view of one dynamic purchase, fulfillment state, signed receipt, and next recovery action.

recover_commerce_purchase

Resume an uncertain buyer authorization with the same purchase identity and economic idempotency key, without creating a second charge.

request_commerce_refund

Create a durable buyer refund request for a paid dynamic purchase. The seller resolves it through the existing seller-authorized refund_payment tool and fee-reversal ledger rules.

get_commerce_receipt

Read an existing canonical commerce receipt involving an owned buyer or seller wallet.

verify_economic_receipt

Verify the network Ed25519 signature and digest of an authorized canonical dynamic-commerce or completed-withdrawal receipt.

request_withdrawal

Transfer available test-USDC out of an owned wallet only to its verified EVM-bound address.

get_withdrawal_status

Read one withdrawal and its canonical provider-transfer, ledger status, and machine-readable WAIT_FOR_RECONCILIATION, RETRY_SAME_REQUEST, or RECOVERY_REQUIRED action after proving ownership of the sou…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "wever_pay_open_exchange_public_beta": {
      "url": "https://wever-pay-agent-mesh-phase5-staging.quiet-salad-e96e.workers.dev/mcp",
      "transport": "streamable-http"
    }
  }
}