MCP Directory

nach-dakwale/instadomain-mcp

GitHub
Other

Domain registration for AI agents. Check availability, buy domains (Stripe or x402 crypto), and auto-configure Cloudflare DNS. Zero setup required.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y instadomain-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from nach-dakwale/instadomain-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "instadomain-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "instadomain-mcp"
      ]
    }
  }
}

Route nach-dakwale/instadomain-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add instadomain-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use nach-dakwale/instadomain-mcp directly without routing

npx -y instadomain-mcp

New to Agent-CoreX? View setup guide →

nach-dakwale/instadomain-mcp MCP Server — Agent-CoreX