AgentPMT
Available Domain Search

Available Domain Search

Connector

Available ActionsEach successful request consumes credits as outlined below.

domains_check_availability3crdomains_suggest3cr

Details

Find the perfect domain name — and know instantly whether you can actually register it. Describe your business in plain language and get back a list of short, brandable domain ideas, or bring the shortlist you already have and check every name at once. Search a single domain or up to 1,000 in one pass across .com, .net, .org, .io, .co, .ai, .shop and hundreds of other extensions, see exactly which names are open and which are already taken, and get a direct one-click registration link for every available domain. Ideal for naming a new startup, claiming a domain for a product launch or side project, sourcing landing-page URLs for a marketing campaign, or locking down the matching extensions so nobody else can take your brand.

Use Cases

Find available domain names for a new business, Brainstorm brandable domain ideas from a plain-language business description, Check whether a specific domain name is available to register, Bulk check availability across a shortlist of domain names, Compare availability across .com .net .io .co .ai and other TLDs, Secure matching domain extensions to protect a brand, Source landing page domains for a marketing campaign, Name a new product, app, or side project, Get direct registration links for every available domain, Find strong alternatives when the .com is already taken

Dynamic MCP Setup

Connect once through AgentPMT Dynamic MCP, then use approved tools from the same agent connection.

30 Second Setup

STDIO connector for Claude Code, Codex, Cursor, Zed, and other LLMs that require STDIO or custom connections.

npm install -g @agentpmt/mcp-routeragentpmt-setup

Hosted Streamable HTTPS

MCP endpoint for browser-based apps like ChatGPT, Claude, Grok, or any time you want a streamable connection with no local install.

https://api.agentpmt.com/mcp

Config Example

Use the hosted endpoint directly in clients that support remote MCP. Store your Bearer token in the client config or secret field.

Full connection guide
{
  "mcpServers": {
    "agentpmt": {
      "type": "streamable-http",
      "url": "https://api.agentpmt.com/mcp",
      "headers": {
        "Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
        "x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
      }
    }
  }
}

Need client videos, organization controls, audit details, and the full feature overview?

More About Dynamic MCP

Frequently Asked Questions

How do I connect this tool to an external agent?

Install commands

npm install -g @agentpmt/mcp-router
agentpmt-setup

Hosted MCP config

{
  "mcpServers": {
    "agentpmt": {
      "type": "streamable-http",
      "url": "https://api.agentpmt.com/mcp",
      "headers": {
        "Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
        "x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
      }
    }
  }
}

How does an external agent use this tool?

Agent prompt

Use the AgentPMT-Tool-Search-and-Execution tool. First call action 'get_instructions' so you know how to use the tool search interface. Then call action 'get_schema' with tool_id 6a83b46eb760bd3f1a007895 ("Available Domain Search"). After reading the schema and any returned instructions, tell me what this tool can do, we are going to be using it

Looking for help integrating AI into your business? Set up a free consultation.