Wallet MCP Server
Provides a Stripe Checkout integration for topping up the wallet with credits to pay for API calls.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Wallet MCP ServerFind recent Reddit complaints about AI coding agents and summarize the recurring problems."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Wallet
One API for everything your agent needs.
Wallet is a skill and MCP bridge for Claude and Codex. It notices when an external capability can improve the user's current task, searches a live registry, explains the useful outcome and price, and uses the chosen service from one card-funded credit balance.
Public product: https://wallet.pact.sh
Install once
Create a Wallet at
https://wallet.pact.sh/wallet.Choose Create pairing code.
Install and claim the ten-minute code:
npm install --global git+https://github.com/learners-superpumped/api-mcp-pass.git
api-mcp-pass install --server https://wallet.pact.sh --host all --pair ABCD-EF12The installer:
Connects the installed agent to the user's existing web Wallet.
Stores a separate agent token in
~/.wallet-pact/config.jsonwith mode0600.Installs the proactive Wallet trigger skill for Claude and Codex.
Adds a local stdio MCP bridge. The Wallet token is never copied into chat or MCP configuration.
Installing without --pair remains available for machine-only setup and creates a new zero-balance Wallet.
Related MCP server: HTTPayer MCP
The user flow
A user asks an ordinary question such as: “Find recent Reddit complaints about AI coding agents and summarize the recurring problems.”
The Wallet skill recognizes that a live social-search API can materially improve the answer.
wallet_discoversearches the registry and recommends the best API with its input contract, expected result, and credit price.If the Wallet is empty,
wallet_top_upreturns a Stripe Checkout link. The agent preserves the original task.After card payment, credits appear in the same Wallet and the agent resumes the task.
wallet_executepays the selected provider through Wallet and returns a normalized result.A usable success captures credits. A confirmed provider failure captures nothing, releases the reservation, and returns compatible alternatives.
The current registry contains 37,529 uniquely addressable machine-readable operations across 1,969 services: 395 from six provider OpenAPI documents, 35,934 normalized x402 contracts from 1,832 Agentic Market services, and 1,200 unique MPP contracts from 137 services in the official mpp.dev catalog. Of those directory contracts, 35,326 x402 operations and 846 MPP operations publish a bounded price on an enabled network and are executable through the same Wallet gateway. HTTPS, method, price, currency, network, and maximum-spend checks fail closed; unsupported records remain discoverable but cannot spend credits.
Credits
Starter: $10 one-time, 1,000 credits.
Builder: $29 monthly, 2,900 credits per successful renewal.
Scale: $100 one-time, 10,000 credits.
One credit is $0.01 of closed-loop service value and cannot be withdrawn or transferred.
Fixed-price calls show their exact price. Dynamic-price calls reserve the published maximum and capture only the amount verified in provider payment metadata.
Product surfaces
API explorer:
https://wallet.pact.sh/apisWallet dashboard:
https://wallet.pact.sh/walletThe dashboard shows card funding, current credits, successful calls, subscription status, and a combined funding and usage ledger.
Stripe Checkout supports $10 and $100 one-time top-ups plus a $29 monthly credit refill.
Agent interfaces
Registry:
GET /v1/registryTask discovery:
POST /v1/discoverWallet:
POST /v1/wallets,GET /v1/wallets/:idWeb Wallet:
POST /v1/web/signup,GET /v1/meAgent pairing:
POST /v1/web/pairings,POST /v1/pairings/claimCard funding:
POST /v1/checkoutBilling portal:
POST /v1/billing/portalExecution:
POST /v1/executionsAgent guide:
GET /agent.mdOpenAPI:
GET /openapi.jsonMCP manifest:
GET /.well-known/mcp.jsonMCP transport:
POST /mcp
Provider dispatch is idempotent. Credits are reserved before dispatch, captured after a verified success, and released on a confirmed failure. If a process stops after provider payment or dynamic price metadata cannot be verified, the reservation remains locked for reconciliation instead of risking a duplicate payment or an incorrect charge.
Local verification
npm ci
npm testThe normal suite uses fixture providers and an isolated Pact 0.3.3 contract fixture. It validates per-call Pact settlement and refund without calling production or spending AgentCash funds.
An explicitly budgeted release canary spends one x402 and one MPP provider call from the configured AgentCash wallet:
AGENTCASH_LIVE=1 npm run test:sandboxProduction Wallet uses Pact 0.3.3 at https://api.pact.sh as an external API for every paid execution. Wallet deploys and serves discovery, signup, billing, and installation independently; immediately before provider dispatch it verifies Pact readiness and access, funds a dedicated Pact, settles it after a usable result, and completes a unanimous refund before releasing credits after a confirmed provider failure.
See deployment, verification, user scenarios, and security.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/learners-superpumped/api-mcp-pass'
If you have feedback or need assistance with the MCP directory API, please join our Discord server