Dial x402

Cursor

Add Dial MCP and optional workflow rules in Cursor.

Cursor Integration

One-click setup — review the prompt in your editor, then confirm. Manual config snippets are on each page.

Add MCP →Add skill →Connect hub

Cursor connects to Dial through MCP (tools) and optionally a rule (when to use those tools). There is no separate Cursor marketplace plugin in this repo — use the connect flow below.

Quick setup

WhatOne-clickManual
MCPAdd MCP to Cursor.cursor/mcp.json with https://x402.dial.wtf/mcp
Skill / workflowAdd skill to CursorMCP + optional rule deeplink

Paid MCP tools settle via x402 on Base. Your client must sign USDC for tool calls, or use prepaid credits where supported.

MCP configuration

Remote Streamable HTTP (recommended):

{
  "mcpServers": {
    "dial": {
      "url": "https://x402.dial.wtf/mcp"
    }
  }
}

Save as .cursor/mcp.json in your project (or global MCP settings), then reload MCP servers.

Cursor supports prompt and rule deeplinks. The connect pages generate links that pre-fill a setup prompt — you review and confirm before anything runs.

  • Web: https://cursor.com/link/prompt?text=...
  • App: cursor://anysphere.cursor-deeplink/prompt?text=...

See also

On this page