Back to Browse

X402 Cloudflare Starter MCP Server

Cloud & DevOpsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

USDC micropayments on Base + Solana via x402. BYO wallets. Cloudflare Workers. No Coinbase.

About

USDC micropayments on Base + Solana via x402. BYO wallets. Cloudflare Workers. No Coinbase.

Security Report

4.2
Use Caution4.2High Risk

This x402 payment MCP server is well-structured with appropriate authentication patterns for its use case. The MCP server itself exposes only informational and code-generation tools with no sensitive operations. The Worker validates that secrets are configured before processing payments. Low-severity findings relate to environment variable handling in the test client and minor code quality improvements, but these do not represent material security risks. Supply chain analysis found 11 known vulnerabilities in dependencies (0 critical, 6 high severity).

5 files analyzed · 15 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-anamized-x402-cloudflare-starter": {
      "args": [
        "-y",
        "x402-cloudflare-starter"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

x402 Cloudflare Starter

CI License: MIT TypeScript MCP Workers x402

The simplest way to accept USDC payments on Base + Solana using x402. Bring your own wallets. No Coinbase account required. Optimized for Cloudflare Workers + PayAI facilitator.

Surfaces

SurfaceEntry
API (Worker)src/index.ts
MCP Servermcp/server.ts
Client testscripts/test-client.ts
CI.github/workflows/ci.yml
AGENTS.mdAgent contract

Multi-agent workflows and Python SDK/CLI are intentionally out of scope for this TypeScript starter; use server-os or openmesha for full agentic OS surfaces.

Quick Start

npm install
npx wrangler dev

License

MIT

Reviews

No reviews yet

Be the first to review this server!