MCP.so
Sign In
I

Internet Names Mcp

@drewster99

About Internet Names Mcp

No overview available yet

Basic information

Category

Other

Transports

stdio

Publisher

drewster99

Submitted by

Andrew Benson

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "internet-names-mcp": {
      "command": "uvx",
      "args": [
        "internet-names-mcp"
      ],
      "env": {
        "NAMESILO_API_KEY": "your_api_key_here"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Internet Names Mcp?

Internet Names Mcp is an MCP server that checks the availability of domain names, social media handles, and subreddits. It returns clean JSON responses suitable for programmatic use.

How to use Internet Names Mcp?

Add to Claude Code with claude mcp add --scope user internet-names-mcp uvx internet-names-mcp or configure manually in your MCP client. Optionally set up a free NameSilo API key using uvx internet-names-mcp --setup for domain pricing. Invoke tools like check_domains, check_handles, check_subreddits, or check_everything.

Key features of Internet Names Mcp

  • Domain availability via RDAP or NameSilo API
  • Social media handle checks across 7 platforms
  • Subreddit availability on Reddit
  • Comprehensive search with name combination generation
  • Returns clean JSON with availability and pricing
  • API key stored securely in keychain or config file

Use cases of Internet Names Mcp

  • Check domain name availability when naming a project
  • Verify social media handle consistency for branding
  • Find available subreddit names for a new community
  • Run a comprehensive search combining domain and social checks

FAQ from Internet Names Mcp

How do I configure the NameSilo API key?

Create a free NameSilo account, generate an API key in the API Manager, then run uvx internet-names-mcp --setup and paste the key.

What domain lookup methods are available?

Three methods: auto (uses NameSilo if key configured, else RDAP), rdap (direct registry queries, free but limited), and namesilo (requires API key

Comments

More Other MCP servers