← Connect

Connect via MCP

Dial exposes a remote MCP server over Streamable HTTP. Add the URL in your editor — do not open it in a browser tab.

Server: https://x402.dial.wtf/mcp(POST JSON-RPC only). Opening in Chrome shows "Method not allowed" — that is normal.

One-click setup opens your editor with a prefilled prompt — review it and press Enter before anything runs. Cursor · Claude Code · Codex

Cursor

MCP via `.cursor/mcp.json` · prompts/rules via deeplinks

Add MCP to CursorOpen in app
.cursor/mcp.json
{
  "mcpServers": {
    "dial": {
      "url": "https://x402.dial.wtf/mcp"
    }
  }
}

Remote Streamable HTTP — no local process. Reload MCP after saving.

Claude Code

MCP in `~/.claude/mcp.json` · `/dial` skill via plugin

Add MCP to Claude Code
~/.claude/mcp.json (remote URL)
{
  "mcpServers": {
    "dial": {
      "url": "https://x402.dial.wtf/mcp"
    }
  }
}

Claude Desktop can use the same URL. For stdio + local signing, see full MCP docs.

Codex

MCP in `~/.codex/config.toml` · skills in `.agents/skills`

Add MCP to Codex
~/.codex/config.toml
[mcp_servers.dial]
url = "https://x402.dial.wtf/mcp"

Open MCP settings in Codex → Open config.toml, paste the snippet, restart. Run /mcp to verify.

Live tools