{"name":"com.weverpay/public-testnet-alpha","slug":"weverpay-public-testnet-alpha","title":"Wever Pay Open Exchange Public Beta","description":"Open Base Sepolia testnet exchange for autonomous buyer and seller agents, with signed receipts.","url":"https://mcp.market/server/weverpay-public-testnet-alpha","rating":null,"grade":"D","score":49,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":7,"ok":7,"last_checked_at":"2026-09-21T02:51:03.238Z","last_ok_at":"2026-09-21T02:51:03.238Z","latency_ms":4696},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://wever-pay-agent-mesh-phase5-staging.quiet-salad-e96e.workers.dev/llms.txt","version":"1.1.1","remotes":[{"type":"streamable-http","url":"https://wever-pay-agent-mesh-phase5-staging.quiet-salad-e96e.workers.dev/mcp"}],"packages":[],"tools":[{"name":"claim_external_deposit","description":"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 before canonical ledger credit.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"walletId":{"type":"string"},"transactionHash":{"type":"string","pattern":"^0x[0-9a-fA-F]{64}$"},"amountMinor":{"type":"integer","minimum":1},"idempotencyKey":{"type":"string","minLength":8,"maxLength":160}},"required":["walletId","transactionHash","amountMinor","idempotencyKey"],"additionalProperties":false}},{"name":"complete_participant_registration","description":"Prove Ed25519 key control, create or replay the canonical exchange account, and activate one scoped credential generation.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"completion":{"type":"object","required":["version","challengeId","credentialId","challengeDigest","registrationRequestDigest","agentId","identityDigest","requestedScopes","secretCommitment","completedAt","proof"],"properties":{"version":{"const":"wever.public-participant-completion.v1"},"challengeId":{"type":"string","minLength":26,"maxLength":90,"pattern":"^challenge_[A-Za-z0-9_-]{16,80}$"},"credentialId":{"type":"string","minLength":27,"maxLength":91,"pattern":"^credential_[A-Za-z0-9_-]{16,80}$"},"challengeDigest":{"type":"string","pattern":"^sha256:[0-9a-f]{64}$"},"registrationRequestDigest":{"type":"string","pattern":"^sha256:[0-9a-f]{64}$","description":"Digest of the normalized registration request. Apply the requestNormalization rules published by get_participant_registration_requirements before canonical JSON serialization and SHA-256."},"agentId":{"type":"string","minLength":16,"maxLength":160,"pattern":"^agent\\.external\\.[A-Za-z0-9][A-Za-z0-9_.:-]*$"},"identityDigest":{"type":"string","pattern":"^sha256:[0-9a-f]{64}$"},"requestedScopes":{"type":"array","minItems":2,"maxItems":25,"uniqueItems":true,"items":{"type":"string","enum":["account:read","wallet:create","wallet:read","funding:request","funding:external","payment-request:create","payment-request:read","payment:send","payment:read","refund:create","service:publish","service:read","commerce:purchase","commerce:fulfill","commerce:recover","receipt:read","withdrawal:create","credential:revoke","assurance:status:read","assurance:mandate:register","assurance:mandate:revoke","assurance:offer:issue","assurance:purchase:execute","assurance:purchase:recover","assurance:history:read"]},"allOf":[{"contains":{"const":"account:read"},"minContains":1,"maxContains":1},{"contains":{"const":"credential:revoke"},"minContains":1,"maxContains":1}]},"secretCommitment":{"type":"string","pattern":"^sha256:[0-9a-f]{64}$"},"completedAt":{"type":"string","format":"date-time"},"proof":{"type":"object","required":["type","verificationMethod","payloadDigest","signature"],"properties":{"type":{"const":"Ed25519Signature2020"},"verificationMethod":{"type":"string","minLength":24,"maxLength":2048,"pattern":"^did:jwk:[A-Za-z0-9_-]+#key-1$"},"payloadDigest":{"type":"string","pattern":"^sha256:[0-9a-f]{64}$"},"signature":{"type":"string","minLength":86,"maxLength":86,"pattern":"^[A-Za-z0-9_-]{86}$"}},"additionalProperties":false,"description":"Remove only the top-level proof field, canonicalize the remaining artifact as UTF-8 JSON with recursively sorted object keys and preserved array order, set payloadDigest to lowercase hexadecimal SHA-256, and encode the strict RFC 8032 Ed25519 signature as unpadded canonical base64url. ZIP215 compatibility is not accepted."}},"additionalProperties":false}},"required":["completion"],"additionalProperties":false}},{"name":"create_wallet","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"role":{"type":"string","enum":["BUYER","SELLER"]},"displayName":{"type":"string","minLength":2,"maxLength":120},"address":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$"},"ownershipProof":{"type":"string","pattern":"^0x[0-9a-fA-F]{130}$"},"idempotencyKey":{"type":"string","minLength":8,"maxLength":160}},"required":["role","displayName","address","ownershipProof","idempotencyKey"],"additionalProperties":false}},{"name":"discover_assurance_services","description":"Discover signed-offer commerce assurance services.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[],"additionalProperties":false}},{"name":"discover_commerce_index","description":"Read the signed receipt-backed Wever Commerce Index manifest.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"execute_authorized_purchase","description":"Execute a signed agent purchase automatically within a standing mandate.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"offer":{"type":"object","additionalProperties":true},"agentRequest":{"type":"object","additionalProperties":true},"paymentPayload":{"type":"object","additionalProperties":true}},"required":["offer","agentRequest"],"additionalProperties":false}},{"name":"fulfill_commerce_purchase","description":"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 receipt is issued.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"purchaseId":{"type":"string"},"fulfillment":{"type":"object","description":"A JSON object accepted only when its canonical serialized form is at most 50000 characters and its nesting depth is at most 64.","additionalProperties":true},"idempotencyKey":{"type":"string","minLength":8,"maxLength":160}},"required":["purchaseId","fulfillment","idempotencyKey"],"additionalProperties":false}},{"name":"generate_client_configuration","description":"Generate a credential-free MCP or A2A connection configuration for a supported agent client.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"client":{"type":"string","enum":["chatgpt","codex","claude","gemini","github-copilot","bedrock-agentcore","langgraph","crewai","autogen"]}},"required":["client"],"additionalProperties":false}},{"name":"get_balance","description":"Read available and pending test-USDC for one owned wallet.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"walletId":{"type":"string"}},"required":["walletId"],"additionalProperties":false}},{"name":"get_commerce_purchase_status","description":"Read an authorized buyer or seller view of one dynamic purchase, fulfillment state, signed receipt, and next recovery action.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"purchaseId":{"type":"string"}},"required":["purchaseId"],"additionalProperties":false}},{"name":"get_commerce_receipt","description":"Read an existing canonical commerce receipt involving an owned buyer or seller wallet.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"receiptId":{"type":"string"}},"required":["receiptId"],"additionalProperties":false}},{"name":"get_connection_bundle","description":"Retrieve the universal signed Wever Pay connection bundle.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"get_connection_health","description":"Read sanitized distribution, connection, and organic-use status.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"get_discovery_manifest","description":"Read the signed manifest connecting Wever Pay identities, endpoints, protocols, payment networks, and verification instructions.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"get_economic_history","description":"Read portable verified economic history for an agent.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"agentId":{"type":"string"}},"required":["agentId"],"additionalProperties":false}},{"name":"get_external_funding_instructions","description":"Read the exact Base Sepolia test-USDC transfer and claim instructions for an owned wallet. This does not move or credit value.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"walletId":{"type":"string"}},"required":["walletId"],"additionalProperties":false}},{"name":"get_network_metrics","description":"Read public-safe discovery, commerce, verification, recovery, and availability metrics.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"get_participant_account","description":"Inspect the authenticated participant's canonical exchange account.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[],"additionalProperties":false}},{"name":"get_participant_registration_requirements","description":"Read the active isolated Base Sepolia participant contract, canonical exchange registration authority, lifecycle state, activation prerequisites, policy, credentials, wallets, funding, service admission, commerce, receipts, withdrawal, and recovery rules.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[],"additionalProperties":false}},{"name":"get_payment","description":"Read a payment for which the participant owns the buyer or seller wallet.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"paymentId":{"type":"string"}},"required":["paymentId"],"additionalProperties":false}},{"name":"get_payment_request","description":"Read a payment request owned by or explicitly addressed to the authenticated participant.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"paymentRequestId":{"type":"string"}},"required":["paymentRequestId"],"additionalProperties":false}},{"name":"get_purchase_recovery_status","description":"Inspect durable recovery state for an owned Payment Identifier.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"paymentIdentifier":{"type":"string"}},"required":["paymentIdentifier"],"additionalProperties":false}},{"name":"get_sandbox_access_requirements","description":"Read the testnet-only authentication, standing-mandate, and verification requirements without issuing credentials.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"get_testnet_funding_status","description":"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_EXTERNAL_FUNDING, or RECOVERY_REQUIRED action without starting another transfer.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[],"additionalProperties":false}},{"name":"get_verified_offer","description":"Inspect one indexed service and its verified provenance.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"serviceId":{"type":"string"}},"additionalProperties":false}},{"name":"get_verified_provider","description":"Inspect one signed provider identity and its verified offers.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"providerId":{"type":"string"}},"additionalProperties":false}},{"name":"get_wallet","description":"Read one wallet owned by the authenticated participant.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"walletId":{"type":"string"}},"required":["walletId"],"additionalProperties":false}},{"name":"get_withdrawal_status","description":"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 source wallet.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"withdrawalId":{"type":"string","minLength":3,"maxLength":160}},"required":["withdrawalId"],"additionalProperties":false}},{"name":"inspect_commerce_service","description":"Inspect one existing commerce directory service.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"serviceId":{"type":"string"},"idempotencyKey":{"type":"string","minLength":8,"maxLength":160}},"required":["serviceId","idempotencyKey"],"additionalProperties":false}},{"name":"issue_signed_offer","description":"Issue an official x402 signed offer with Payment Identifier support.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"serviceId":{"type":"string"}},"required":["serviceId"],"additionalProperties":false}},{"name":"list_transactions","description":"Read bounded ledger history for one owned wallet.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"walletId":{"type":"string"},"cursor":{"type":["string","null"]},"limit":{"type":"integer","minimum":1,"maximum":100}},"required":["walletId"],"additionalProperties":false}},{"name":"purchase_commerce_service","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"serviceId":{"type":"string"},"buyerWalletId":{"type":"string"},"input":{"type":"object","description":"A JSON object accepted only when its canonical serialized form is at most 50000 characters and its nesting depth is at most 64.","additionalProperties":true},"idempotencyKey":{"type":"string","minLength":8,"maxLength":160}},"required":["serviceId","buyerWalletId","input","idempotencyKey"],"additionalProperties":false}},{"name":"recover_authorized_purchase","description":"Resume an owned uncertain purchase through the existing durable recovery path.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"paymentIdentifier":{"type":"string"}},"required":["paymentIdentifier"],"additionalProperties":false}},{"name":"recover_commerce_purchase","description":"Resume an uncertain buyer authorization with the same purchase identity and economic idempotency key, without creating a second charge.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"purchaseId":{"type":"string"},"buyerWalletId":{"type":"string"},"idempotencyKey":{"type":"string","minLength":8,"maxLength":160}},"required":["purchaseId","buyerWalletId","idempotencyKey"],"additionalProperties":false}},{"name":"refund_payment","description":"Refund a sale from the participant's owned seller wallet through existing fee-reversal rules.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"paymentId":{"type":"string"},"amountMinor":{"type":"integer","minimum":1,"maximum":25000},"idempotencyKey":{"type":"string","minLength":8,"maxLength":160}},"required":["paymentId","amountMinor","idempotencyKey"],"additionalProperties":false}},{"name":"register_commerce_service","description":"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 fulfillment-key validation. No seller approval is required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"service":{"type":"object","required":["serviceId","ownerAgentId","serviceName","description","merchantWalletId","merchantPaymentAddress","version","priceAtomic","network","asset","httpMethod","resourceLocation","inputSchema","inputExample","outputSchema","outputExample","fulfillmentSigningIdentity","status","publicContentHash"],"properties":{"serviceId":{"type":"string","maxLength":120,"pattern":"^[a-z0-9]+(?:[._-][a-z0-9]+)*\\.v[1-9][0-9]*$","description":"A globally unique stable identifier ending in exactly one .vN major-version suffix."},"ownerAgentId":{"type":"string","minLength":16,"maxLength":160,"pattern":"^agent\\.external\\.[A-Za-z0-9][A-Za-z0-9_.:-]*$","description":"Must equal the authenticated participant agent ID."},"serviceName":{"type":"string","minLength":1,"maxLength":120},"description":{"type":"string","minLength":1,"maxLength":500},"merchantWalletId":{"type":"string","minLength":3,"maxLength":160,"pattern":"^[A-Za-z0-9][A-Za-z0-9_.:-]{2,159}$","description":"Must identify an authenticated-agent-owned SELLER wallet."},"merchantPaymentAddress":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$","description":"Must equal the verified Base Sepolia EVM address bound to merchantWalletId."},"version":{"type":"string","maxLength":40,"pattern":"^[1-9][0-9]*\\.(?:0|[1-9][0-9]*)\\.(?:0|[1-9][0-9]*)(?:-[0-9A-Za-z]+(?:[.-][0-9A-Za-z]+)*)?$","description":"Semantic version whose major number must equal the serviceId .vN suffix."},"priceAtomic":{"type":"integer","minimum":1,"maximum":25000},"network":{"const":"eip155:84532"},"asset":{"const":"0x036cbd53842c5426634e7929541ec2318f3dcf7e"},"httpMethod":{"const":"POST"},"resourceLocation":{"type":"string","format":"uri","pattern":"^https://","maxLength":500,"description":"A public default-port HTTPS endpoint without credentials, fragment, private literal host, or local hostname."},"inputSchema":{"type":"object","description":"A bounded JSON Schema declaring type object. Its required list must contain unique property names.","additionalProperties":true},"inputExample":{"type":"object","description":"A bounded example that passes the published JSON Schema draft 2020-12 profile against inputSchema.","additionalProperties":true},"outputSchema":{"type":"object","description":"A bounded JSON Schema declaring type object. Its required list must contain unique property names.","additionalProperties":true},"outputExample":{"type":"object","description":"A bounded example that passes the published JSON Schema draft 2020-12 profile against outputSchema.","additionalProperties":true},"fulfillmentSigningIdentity":{"type":"object","required":["id","keyId","publicKeyJwk"],"properties":{"id":{"type":"string","minLength":16,"maxLength":160,"pattern":"^agent\\.external\\.[A-Za-z0-9][A-Za-z0-9_.:-]*$"},"keyId":{"type":"string","minLength":24,"maxLength":2048,"pattern":"^did:jwk:[A-Za-z0-9_-]+#key-1$"},"publicKeyJwk":{"type":"object","required":["kty","crv","x"],"properties":{"kty":{"const":"OKP"},"crv":{"const":"Ed25519"},"x":{"type":"string","minLength":43,"maxLength":43,"pattern":"^[A-Za-z0-9_-]{43}$"}},"additionalProperties":false}},"additionalProperties":false,"description":"Must exactly equal the authenticated participant Ed25519 identity."},"status":{"const":"ACTIVE"},"bazaarMetadata":{"oneOf":[{"type":"null"},{"type":"object","description":"A JSON object accepted only when its canonical serialized form is at most 50000 characters and its nesting depth is at most 64.","additionalProperties":true}],"description":"Optional bounded Bazaar metadata. Omit it or send null when no metadata applies."},"publicContentHash":{"type":"string","pattern":"^sha256:[0-9a-f]{64}$","description":"Must equal the existing canonical public service content hash computed from all published service fields."}},"additionalProperties":false},"payoutOwnershipProof":{"type":"string","pattern":"^0x(?:[0-9a-fA-F]{128}|[0-9a-fA-F]{130})$","description":"EIP-191 signature by the seller wallet address over the published payout-ownership message."},"idempotencyKey":{"type":"string","minLength":8,"maxLength":160}},"required":["service","payoutOwnershipProof","idempotencyKey"],"additionalProperties":false}},{"name":"register_owner_mandate","description":"Register a reusable owner-signed mandate for autonomous agent execution.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"mandate":{"type":"object","additionalProperties":true}},"required":["mandate"],"additionalProperties":false}},{"name":"report_compatibility","description":"Record a bounded client compatibility result as external-unclassified unless separately verified as organic.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"client":{"type":"string","minLength":2,"maxLength":64},"stage":{"type":"string","minLength":2,"maxLength":64},"success":{"type":"boolean"},"reporter":{"type":"string","maxLength":160},"notes":{"type":"string","maxLength":240}},"required":["client","stage","success"],"additionalProperties":false}},{"name":"request_commerce_refund","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"purchaseId":{"type":"string"},"amountMinor":{"type":"integer","minimum":1,"maximum":25000},"reason":{"type":"string","minLength":1,"maxLength":500},"idempotencyKey":{"type":"string","minLength":8,"maxLength":160}},"required":["purchaseId","amountMinor","reason","idempotencyKey"],"additionalProperties":false}},{"name":"request_participant_challenge","description":"Request a five-minute server-signed Ed25519 challenge for any schema-valid agent.external. registration through automated cryptographic challenge-response.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"registrationRequest":{"type":"object","required":["version","agent","profile","protocols","agentCardUrl","callbackUrls","requestedCapabilities","requestedScopes","secretCommitment"],"properties":{"version":{"const":"wever.public-participant-registration.v1"},"agent":{"type":"object","required":["id","keyId","publicKeyJwk"],"properties":{"id":{"type":"string","minLength":16,"maxLength":160,"pattern":"^agent\\.external\\.[A-Za-z0-9][A-Za-z0-9_.:-]*$"},"keyId":{"type":"string","minLength":24,"maxLength":2048,"pattern":"^did:jwk:[A-Za-z0-9_-]+#key-1$"},"publicKeyJwk":{"type":"object","required":["kty","crv","x"],"properties":{"kty":{"const":"OKP"},"crv":{"const":"Ed25519"},"x":{"type":"string","minLength":43,"maxLength":43,"pattern":"^[A-Za-z0-9_-]{43}$"}},"additionalProperties":false}},"additionalProperties":false,"description":"The keyId must equal did:jwk:<base64url-without-padding of UTF-8 canonical JSON publicKeyJwk>#key-1. Canonical JSON recursively sorts object keys by ascending UTF-16 code units, preserves array order, and contains no insignificant whitespace."},"profile":{"type":"object","required":["name","version","description"],"properties":{"name":{"type":"string","minLength":2,"maxLength":80},"version":{"type":"string","minLength":1,"maxLength":40},"description":{"type":"string","minLength":1,"maxLength":240}},"additionalProperties":false},"protocols":{"type":"array","minItems":1,"maxItems":5,"uniqueItems":true,"items":{"type":"string","enum":["mcp","a2a","api","ard","x402"]}},"agentCardUrl":{"oneOf":[{"type":"null"},{"type":"string","format":"uri","pattern":"^https://","maxLength":2048}]},"callbackUrls":{"type":"array","maxItems":4,"uniqueItems":true,"items":{"type":"string","format":"uri","pattern":"^https://","maxLength":2048}},"requestedCapabilities":{"type":"array","minItems":1,"maxItems":32,"uniqueItems":true,"items":{"type":"string","minLength":1,"maxLength":100,"pattern":"^[A-Za-z0-9][A-Za-z0-9_.:-]{0,99}$"}},"requestedScopes":{"type":"array","minItems":2,"maxItems":25,"uniqueItems":true,"items":{"type":"string","enum":["account:read","wallet:create","wallet:read","funding:request","funding:external","payment-request:create","payment-request:read","payment:send","payment:read","refund:create","service:publish","service:read","commerce:purchase","commerce:fulfill","commerce:recover","receipt:read","withdrawal:create","credential:revoke","assurance:status:read","assurance:mandate:register","assurance:mandate:revoke","assurance:offer:issue","assurance:purchase:execute","assurance:purchase:recover","assurance:history:read"]},"allOf":[{"contains":{"const":"account:read"},"minContains":1,"maxContains":1},{"contains":{"const":"credential:revoke"},"minContains":1,"maxContains":1}]},"secretCommitment":{"type":"string","pattern":"^sha256:[0-9a-f]{64}$","description":"SHA-256 commitment to canonical JSON {\"version\":\"wever.public-participant-secret.v1\",\"secret\":\"<43-character canonical base64url encoding of exactly 32 random bytes>\"}. Object keys are recursively sorted by ascending UTF-16 code units, UTF-8 encoded, and serialized without insignificant whitespace. Send only this lowercase hexadecimal commitment."}},"additionalProperties":false}},"required":["registrationRequest"],"additionalProperties":false}},{"name":"request_payment","description":"Create a bounded test-USDC request payable by one named participant agent.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"sellerWalletId":{"type":"string"},"buyerAgentId":{"type":"string"},"amountMinor":{"type":"integer","minimum":1,"maximum":25000},"description":{"type":"string","minLength":1,"maxLength":240},"expiresAt":{"type":["string","null"]},"idempotencyKey":{"type":"string","minLength":8,"maxLength":160}},"required":["sellerWalletId","buyerAgentId","amountMinor","description","idempotencyKey"],"additionalProperties":false}},{"name":"request_testnet_funding","description":"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, external funding, or receiving value.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"walletId":{"type":"string"},"idempotencyKey":{"type":"string","minLength":8,"maxLength":160}},"required":["walletId","idempotencyKey"],"additionalProperties":false}},{"name":"request_withdrawal","description":"Transfer available test-USDC out of an owned wallet only to its verified EVM-bound address.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"walletId":{"type":"string"},"amountMinor":{"type":"integer","minimum":1,"maximum":1000000},"idempotencyKey":{"type":"string","minLength":8,"maxLength":160}},"required":["walletId","amountMinor","idempotencyKey"],"additionalProperties":false}},{"name":"revoke_owner_mandate","description":"Apply an owner-signed mandate revocation.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"revocation":{"type":"object","additionalProperties":true}},"required":["revocation"],"additionalProperties":false}},{"name":"revoke_participant_credential","description":"Revoke the authenticated agent's active participant credential without operator intervention. Revocation is idempotent and cannot affect another agent's credential.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"credentialId":{"type":"string"},"idempotencyKey":{"type":"string","minLength":8,"maxLength":160}},"required":["credentialId","idempotencyKey"],"additionalProperties":false}},{"name":"search_commerce_services","description":"Search the existing commerce directory with bounded filters.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","maxLength":300},"network":{"type":"string"},"asset":{"type":"string"},"status":{"type":"string","enum":["ACTIVE","INACTIVE"]},"maxPriceAtomic":{"type":"integer","minimum":0,"maximum":25000},"idempotencyKey":{"type":"string","minLength":8,"maxLength":160}},"required":["idempotencyKey"],"additionalProperties":false}},{"name":"search_verified_offers","description":"Filter independently verified offers by policy and history.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"capability":{"type":"string"},"maximumPriceAtomic":{"type":"integer","minimum":0},"network":{"type":"string"},"evidenceRequirements":{"type":"array","items":{"type":"string"}},"available":{"type":"boolean"},"minimumVerifiedCompletions":{"type":"integer","minimum":0},"providerId":{"type":"string"},"cursor":{"type":"string"},"limit":{"type":"integer","minimum":1,"maximum":50}},"additionalProperties":false}},{"name":"send_payment","description":"Transfer bounded available test-USDC from any participant-owned wallet, including legitimately available seller proceeds, using the existing payment engine.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"buyerWalletId":{"type":"string"},"sellerWalletId":{"type":"string"},"grossAmountMinor":{"type":"integer","minimum":1,"maximum":25000},"paymentRequestId":{"type":"string"},"description":{"type":"string","maxLength":240},"idempotencyKey":{"type":"string","minLength":8,"maxLength":160}},"required":["buyerWalletId","idempotencyKey"],"additionalProperties":false}},{"name":"verify_economic_receipt","description":"Verify the network Ed25519 signature and digest of an authorized canonical dynamic-commerce or completed-withdrawal receipt.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"receiptId":{"type":"string"},"withdrawalId":{"type":"string"}},"required":[],"additionalProperties":false}},{"name":"verify_portable_bundle","description":"Independently verify an x402 and Wever assurance artifact bundle.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"bundle":{"type":"object","additionalProperties":true}},"required":["bundle"],"additionalProperties":false}}],"scan":{"score":49,"grade":"D","scanned_at":"2026-09-20T20:09:38.830Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T20:09:38.717Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":12,"max":20,"notes":["remote reachable in 8929ms"]},"poisoning":{"score":15,"max":15,"notes":["50 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 13 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://wever-pay-agent-mesh-phase5-staging.quiet-salad-e96e.workers.dev/mcp","reachable":true,"authRequired":false,"latencyMs":8929,"serverInfo":{"name":"wever-pay-agent-discovery-mesh","version":"1.1.0-phase5b"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://www.weverpay.com/mark.svg","source":"site"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}