Runs wallet-controlled x402 payments and Base wallet operations as local MCP tools for AI agents.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Clawpay MCP.
The up2itnow0822/clawpay-mcp MCP server provides local MCP tools for x402 payments and wallet management. It is designed for agents that need to operate an on-chain wallet while keeping signing credentials under the caller's control. The server runs as a stdio process and exposes functions from the Agent Wallet SDK.
Available tool areas include wallet deployment and inspection, payment submission, x402 sessions, spend-policy checks, token balances and transfers, swaps, USDC bridging, mutual-stake escrow, ERC-8004 identity and reputation operations, UAID verification, and transaction history. The exact tool schemas and handlers are maintained in the project's source tree.
At startup, the local Node.js process reads the configured signing key and wallet address from its environment. Wallet operations use viem to sign transactions. The configured chain can be Base mainnet or Base Sepolia; if no chain ID is supplied, the server defaults to Base mainnet. An RPC endpoint can also be selected through the environment.
The server applies an in-process policy check to current value-moving handlers. The set_spend_policy tool stores policy state in the running MCP process, so a restart clears its rolling state. This policy is separate from contract-level wallet limits: on-chain limits exist only when the wallet owner configures them directly on AgentAccountV2.
The up2itnow0822/clawpay-mcp MCP server does not turn an over-limit transaction into an independent owner approval by itself. That separation requires the owner key to remain separate from the agent key. Payment, swap, bridge, and escrow operations can move funds and use gas, so testing should begin with bounded amounts and Base Sepolia.
Install and launch the package with:
Wallet tools require both AGENT_PRIVATE_KEY and AGENT_WALLET_ADDRESS. The first is a local hot-wallet signing key; the second identifies a deployed AgentAccountV2 wallet. CHAIN_ID is optional and accepts 8453 for Base mainnet or 84532 for Base Sepolia. RPC_URL selects the caller's Base RPC endpoint.
Wallet deployment additionally uses FACTORY_ADDRESS and NFT_CONTRACT_ADDRESS. SESSION_TTL_SECONDS controls the local session lifetime when supplied. Secret values should be provided through the MCP client or operating system's secret mechanism rather than committed to configuration files.
The command can be checked without wallet credentials using npx -y agentpay-mcp --version or npx -y agentpay-mcp --help.
The up2itnow0822/clawpay-mcp MCP server records transaction history from on-chain wallet events. That history does not include rejected pre-chain attempts or read-only MCP calls. Unsupported chain IDs fail closed. Policy enforcement is application-level for the in-process checks, while contract limits must be configured independently by the wallet owner.
No custodial infrastructure or API key is described as required, but the local signing key remains sensitive. Protect the process, environment, and MCP client configuration. The package is released under the MIT license.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/up2itnow0822-clawpay-mcp)<a href="https://allmcps.com/mcp/up2itnow0822-clawpay-mcp"><img src="https://allmcps.com/api/badge/up2itnow0822-clawpay-mcp?style=directory" alt="Clawpay MCP on AllMCPs" /></a>