Odel
Agent Wormhole

Agent Wormhole

Local
@runningoffcode2PythonApache-2.0Updated Yesterday

Check tokens, pages and x402 payments before your agent trusts them. Offline verdicts.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmwormhole-x402v0.8.0

Run

npx -y wormhole-x402

MCP client config

{
  "mcpServers": {
    "agent-wormhole": {
      "command": "npx",
      "args": [
        "-y",
        "wormhole-x402"
      ]
    }
  }
}