Site
x402/sitex402 service listed on awesome-x402: Site [x402: $0.001/call on eip155:8453, category=compute]
Tools · 11
Returns the agent wallet's current USDC balance, daily spending limit, amount spent today, and remaining daily allowance.
Returns recent transaction history for the agent wallet. Filter by status and control how many records are returned.
Returns metadata about the agent: name, ID, wallet address, status, USDC balance, and spending limits.
Sends a USDC payment from the agent wallet to a recipient address. Enforces per-transaction and daily spending limits.
Calls an x402-protected API endpoint. Automatically handles the HTTP 402 payment flow: probes the endpoint, pays if required, and returns the response data. If a matching Grantex spend grant exists, i…
Returns the agent's active spend grants — endpoint, remaining budget, and expiry. An agent uses this to discover what it is pre-authorized to pay for.
Creates a USDC invoice for the agent. Returns a payment URL that can be shared with the payer. The payment is detected automatically when USDC arrives at the agent's wallet.
Checks the current status of an invoice. Returns amount, payment status, and payment URL.
Lists invoices created by this agent. Optionally filter by status (pending, partial, paid, expired, cancelled).
Pay an invoice by invoice ID. The agent's wallet will be charged the invoice amount and the invoice will be marked as paid.
Calls an MPP-paywalled HTTP endpoint. The agent pays using stablecoins on Tempo via the Machine Payments Protocol (MPP). Supports 100+ MPP-compatible services. The agent must be on a Tempo chain.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"site": {
"url": "https://moltpe.com/mcp",
"transport": "http"
}
}
}