node-paymcp-server-demo

PayMCP/node-paymcp-server-demo
★ 0 stars TypeScript AI/LLM Updated today
Minimal MCP server demo with paymcp (Stripe/Walleot) that generates images via OpenAI and exposes a paid generate tool over Streamable HTTP.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "node-paymcp-server-d": {
      "command": "npx",
      "args": [
        "-y",
        "PayMCP/node-paymcp-server-demo"
      ]
    }
  }
}

README Excerpt

A minimal **Model Context Protocol (MCP)** server that exposes a single tool, `generate`, which creates an image from a text prompt and returns it as a base64-encoded PNG **MCP resource**. The server demonstrates how to make a **paid** MCP tool using [`paymcp`](https://www.npmjs.com/package/paymcp) with Stripe or Walleot.

Tools (2)

OPENAI_API_KEYgenerate