Dial x402

Codex

Add Dial MCP and the Dial skill in OpenAI Codex.

Codex 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

Codex reads MCP from ~/.codex/config.toml (or project .codex/config.toml) and skills from .agents/skills in your repo or home directory. See Codex MCP and Codex skills.

Quick setup

WhatOne-clickManual
MCPAdd MCP to Codex[mcp_servers.dial] with url = "https://x402.dial.wtf/mcp"
SkillAdd skill to CodexCopy packages/skill/skills/dial.agents/skills/dial

After MCP config, restart Codex and run /mcp to verify. Invoke the skill with $dial or by describing telephony/OSINT tasks.

MCP (config.toml)

[mcp_servers.dial]
url = "https://x402.dial.wtf/mcp"

Skill (from this repo)

git clone https://github.com/Dial-WTF/x402-dial.git
cp -R x402-dial/packages/skill/skills/dial .agents/skills/dial
export DIAL_API_URL=https://x402.dial.wtf
export DIAL_PRIVATE_KEY=0xYOUR_PRIVATE_KEY

Codex registers codex:// for app navigation (commands & deeplinks):

  • codex://new?prompt=... — new thread with setup instructions
  • codex://skills — open Skills settings

Connect pages use these for one-click setup prompts.

See also

On this page