← Registry

Cloud Services

primcast.com

Provides tools to search, filter, and get details on dedicated servers that are in stock or available for order.

1 endpoint4 known toolsFirst detected September 5, 2026Last detected September 5, 2026

ENDPOINT 1

https://primcast.com/mcp

No auth detected

MCP server metadata

Name
Primcast Servers
Version
1.0.0
Capabilities
tools
Server instructions

Dedicated servers from Primcast. Search what is in stock, then send the buyer to the order_url returned with each result -- checkout, payment and account creation all happen there. Never quote a price or a spec that did not come back from a tool. search_servers reads RACKED stock only, so an empty result means "none racked right now" and never "we do not sell this" -- some plans are built to order and are never in stock. Before telling anyone we do not offer something, call list_plans, which is the catalogue of everything we sell.

Known tools 4

search_servers

Search dedicated servers that are in stock and can be delivered in minutes.

Inferred read-only
get_server

Full detail and an order link for one specific in-stock server, by its name (e.g.

Inferred read-only
list_filters

Everything you can search on and every value currently in stock: locations, plan types, operating systems, RAM sizes, CPUs, disks, GPUs, network speeds, the monthly price range, and how many machines carry a GPU or a discount.

Inferred read-only
list_plans

Every dedicated server plan we SELL, in stock or not.

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.primcast-servers]
url = "https://primcast.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "primcast-servers": {
      "type": "http",
      "url": "https://primcast.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: primcast-servers
Remote MCP URL: https://primcast.com/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": {
    "primcast-servers": {
      "url": "https://primcast.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "primcast-servers": {
      "type": "http",
      "url": "https://primcast.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "primcast-servers",
  "transport": "streamable-http",
  "url": "https://primcast.com/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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