Payment processing for your MCP server

Plug Walleot into your AI Agent and let users pay per-call or by subscription. No long checkout flows. No minimum amounts. Just seamless AI-to-AI payments.

Try demo

Why Integrate Walleot?

Zero-friction billing

Users don’t leave the chat or experience.

Per-call or subscription

Charge $0.01, $0.10, $1 — up to you.

No payments stack needed

No Stripe, PCI, invoicing on your end.

More serious users

If they pay, they care about the feature.

Walleot handles security

Walleot manages limits, auth, and alerts for users.

MCP-native UX

Payments feel like part of the capability, not a checkout.


How It Works

1

Add two lines of code:

  • Initialize Walleot with your API key
  • Set the price with @price(0.1, "USD")
2

Walleot handles the rest:

  • New user? → 2-click registration
  • Under threshold? → Auto-approved
  • Over threshold? → 2FA ping sent to user
3

No company registration required

Start accepting payments from clients as soon as next day.

4

Get paid weekly

Walleot settles to your bank account or USDC wallet.


Code Example

from mcp.server.fastmcp import FastMCP, Context
from walleot import Walleot, price

mcp = FastMCP("My AI agent")

Walleot(mcp, apiKey = os.getenv("WALLEOT_API_KEY")) 

@mcp.tool()
@price(0.1, "USD")
def your_function(prompt: str, ctx: Context):
    # Your agent's logic goes here...
    return {
        "content": [{
            "type": "text",     
            "text": "Here is your result", 
        }]
    }

Secure, Scalable, Dev-First

REST + Webhook + SDKs (Node, Python)

Test keys and sandbox wallets for easy development

Clear error codes & comprehensive logging

24h dispute hold period for enhanced transaction safety


Real-World Use Cases

CapabilityPriceTrigger
PDF parser$0.02/requestAPI call
GPT-fine-tuned plugin$1/monthSubscription
Travel planner agent$0.10/requestComplex query
Image generator$0.05/requestHigh-res only

Add Walleot. Start Earning.

Just a couple of extra lines of code. No billing headaches. Seamless payments for truly useful AI.