Pay MCP server
x402 tools for MCP clients: pay exact/Starknet or STARK-receipt 402s, verify, JCS-hash. No account.
Usage numbers are collected on the next scan
Reviews
Write oneNobody has reviewed Pay yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Pay tools (6, 2 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
check_merchantCheck a merchant's proven service history (an x402 STARK-receipt history document,
jcs_hashJCS (RFC 8785) canonicalize a JSON object then compute its SHA-256 hash.
make_paymentMake a payment on Starknet Sepolia testnet. Call it with no arguments to
pay_for_resourcewrite actionFetch a resource gated behind x402 and complete the payment flow to obtain it -- the x402 CLIENT walk, which none of the other tools here perform. GET url: if it answers 200 directly, the resource was free (outcome no_payment_required -- not a failure, x402 gates specific endpoints, not the whole internet). If it answers 402, parses the PAYMENT-REQUIRED manifest, downloads a STARK proof from proof
request_delegation_grantwrite actionCreate a DelegationGrant authorization object. Builds the grant with
verify_receiptVerify a SettlementReceipt. Two modes:
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- Code scan15 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitystatic API keys via environment variables6/15
- Maintenanceno repository listed3/15
- Maintainer identityno repository or website to verify2/10
Findings (1)
- lowNo source repository listed
maint.no-repo
Install directly
Runs npx -y @vauban-pay/mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add pay-mcp -- npx -y @vauban-pay/mcp
Pay: common questions
- Is Pay MCP server safe?
- With care: it is graded C, so read the findings first (55/100). Read the Pay safety report
- How do I install Pay?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Pay need an API key?
- Yes. The registry entry asks for
PAY_MCP_SEPOLIA_PRIVATE_KEY,PAY_MCP_STANDARD_X402_PRIVATE_KEY. - Is Pay maintained?
- The latest release is v0.7.1.