Remote MCP server

Give an agent a payment-aware tool belt.

The MCP surface lets agents list tools, quote services, invoke hosted endpoints, route external x402 sellers, inspect rails, and save receipts without embedding private Wisely backend logic.

Client config

Use this for OpenClaw, Hermes-style agents, Claude Desktop-compatible MCP clients, Cursor-style remote MCP, or any runtime that supports streamable HTTP MCP.

{ "mcpServers": { "wisely-x402": { "type": "http", "url": "https://payments.wiselyenterprisesllc.com/ai/mcp" } } }

Agent behavior

Good agents should not leave users staring at a spinner.

The skill instructs agents to quote first, ask before signing, stream plain-English progress for slow workflows, report blockers clearly, and save the final receipt or failure reason.

Quote

Normalize amount, asset, network, payee, resource, expiry, and buyer action.

Invoke

Run the paid service only after valid proof or approved developer credit.

Remember

Save receipt id, proof, result hash, and reconciliation state for later audit.