← Registry

Cloud Services

interserver.net

Provides rapid deployment of dedicated servers and domain lookup/search with pricing and availability for cloud infrastructure provisioning.

3 endpoints3 known toolsFirst detected August 1, 2026Last detected August 1, 2026

ENDPOINT 1

https://my.interserver.net/mcp/client

Auth required

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.interserver-net]
url = "https://my.interserver.net/mcp/client"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "interserver-net": {
      "type": "http",
      "url": "https://my.interserver.net/mcp/client",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: interserver-net
Remote MCP URL: https://my.interserver.net/mcp/client

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "interserver-net": {
      "url": "https://my.interserver.net/mcp/client",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "interserver-net": {
      "type": "http",
      "url": "https://my.interserver.net/mcp/client",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "interserver-net bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "interserver-net",
  "transport": "streamable-http",
  "url": "https://my.interserver.net/mcp/client",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://my.interserver.net/mcp/private/client

Auth required

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.interserver-net]
url = "https://my.interserver.net/mcp/private/client"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "interserver-net": {
      "type": "http",
      "url": "https://my.interserver.net/mcp/private/client",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: interserver-net
Remote MCP URL: https://my.interserver.net/mcp/private/client

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "interserver-net": {
      "url": "https://my.interserver.net/mcp/private/client",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "interserver-net": {
      "type": "http",
      "url": "https://my.interserver.net/mcp/private/client",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "interserver-net bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "interserver-net",
  "transport": "streamable-http",
  "url": "https://my.interserver.net/mcp/private/client",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 3

https://my.interserver.net/mcp

No auth detected

MCP server metadata

Name
InterServer Public API
Version
0.9.0
Capabilities
loggingcompletionstools

Known tools 3

getMPServers

[Servers] List Rapid Deploy (Buy-It-Now) marketplace dedicated servers with live pricing — Use to browse pre-built dedicated servers ready for immediate provisioning (Rapid Deploy / marketplace).

Inferred read-only
getDomainLookup

[Domains] Check availability, premium status, and pricing for a specific domain — Looks up a single FQDN against OpenSRS: returns availability, premium-name flag, current new/renewal/transfer prices, per-TLD order field metadata, and multi-currency quotes.

Potential side effects
getDomainSearch

[Domains] Get registrar-suggested domain alternatives and bulk availability for a search term — Returns registrar-suggested alternatives plus bulk availability data from OpenSRS for the supplied search term.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.interserver-public-api]
url = "https://my.interserver.net/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "interserver-public-api": {
      "type": "http",
      "url": "https://my.interserver.net/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: interserver-public-api
Remote MCP URL: https://my.interserver.net/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "interserver-public-api": {
      "url": "https://my.interserver.net/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "interserver-public-api": {
      "type": "http",
      "url": "https://my.interserver.net/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "interserver-public-api",
  "transport": "streamable-http",
  "url": "https://my.interserver.net/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for interserver.net was fetched 2026-08-07T22:56:02.210Z and is being refreshed.

Trust status RestrictedContent

interserver.net is assessed as RestrictedContent: Domain runs technology categorized as adult content.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.