MCP ServerSTDIOOfficialv1.0.9

Clawallex MCP Server

Create and manage USDC virtual payment cards through the Clawallex API. For developers integrating blockchain-based payment infrastructure into applications.

io.github.Clawallex-Tech/clawallex-mcp

Hosted URL

Local install

Transport

STDIO

Auth

2 required env vars

What the Clawallex MCP server does

How models use it and what it is built for.

Create and manage USDC virtual payment cards through the Clawallex API. For developers integrating blockchain-based payment infrastructure into applications.

Connect to Clawallex

Local install — runs as a subprocess.

npx @clawallex/mcp-server@1.0.9

Environment variables

Configuration this server reads at startup.

  • CLAWALLEX_API_KEYRequiredSecret

    Clawallex API Key

  • CLAWALLEX_API_SECRETRequiredSecret

    Clawallex API Secret for HMAC-SHA256 signing

Resources

Where to find authoritative docs and source for Clawallex.

Example prompts for Clawallex

Paste any of these into Agent Studio after connecting Clawallex.

  • Create a new USDC virtual card with a $500 spending limit
  • List all active virtual cards and their current balances
  • What authentication headers does the Clawallex API require for card operations
  • Explain how to set up CLAWALLEX_API_KEY and CLAWALLEX_API_SECRET for this MCP server

Clawallex MCP server — FAQ

Common questions about connecting and running Clawallex.

  • What is Clawallex and what can I do with this MCP server?

    Clawallex is a payment API that lets you issue and manage USDC virtual cards. This MCP server connects your AI assistant to Clawallex, enabling you to programmatically create cards, check balances, and manage transactions through natural language.

  • How do I authenticate with Clawallex?

    You need two credentials: CLAWALLEX_API_KEY and CLAWALLEX_API_SECRET. The server uses these to sign requests with HMAC-SHA256. Set both as environment variables before running the MCP server.

  • How do I install and run this MCP server?

    Install via npm with `npx @clawallex/mcp-server@1.0.9`. Configure your CLAWALLEX_API_KEY and CLAWALLEX_API_SECRET environment variables, then connect it to your MCP client over stdio transport.

  • What payment network does this support?

    Clawallex issues virtual cards denominated in USDC, a stablecoin on blockchain networks. This enables fast, borderless payments without traditional banking intermediaries.

  • Where can I find detailed API documentation for Clawallex?

    The MCP server wraps the Clawallex payment API. Refer to the official Clawallex documentation for endpoint details, card limits, and transaction types supported beyond what this MCP server exposes.

Skip the local setup — run MCP in your browser

MCP Playground runs 10,000+ hosted MCP servers — GitHub, Linear, Notion, Stripe, Sentry and more — across Claude, GPT, Gemini, DeepSeek and 30+ AI models. Compare model answers side-by-side, save agent presets, share runs. Zero install.

Open Agent Studio

Related servers

More on MCP Playground