← Registry

API Tools

proxycove.com

An MCP server for managing a proxy service account, including pricing, locations, account creation, balance, and top-ups.

1 endpoint14 known toolsFirst detected September 15, 2026Last detected September 15, 2026

ENDPOINT 1

https://mcp.proxycove.com/mcp

No auth detected

MCP server metadata

Name
proxycove
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

ProxyCove — proxy service (residential / mobile / datacenter, pay per GB, no registration needed). Typical flow for a new user: 1. create_account → returns an API key (pc_live_...). Tell the human to SAVE it; add it to this connector's Authorization header ("Bearer pc_live_...") for future sessions. 2. create_topup → returns payment_url. Give the link to the human — they pay in the browser (SBP / bank card / crypto). NEVER ask for card details. 3. Poll get_payment_status until "paid", then buy_proxy. Connection credentials come back immediately. Prices: get_pricing. Traffic is prepaid per GB and never expires while the account is active.

Known tools 14

get_pricing

Prices per GB (USD) for residential / mobile / datacenter proxies.

Inferred read-only
list_locations

Countries available for the given proxy type.

Inferred read-only
create_account

Creates a new account WITHOUT registration forms and returns an API key (pc_live_.

Inferred read-only
get_account

Current balance (USD), attached email and number of active proxies.

Potential side effects
create_topup

Creates an invoice and returns payment_url.

Potential side effects
get_payment_status

Status of an invoice: pending | paid | cancelled.

Potential side effects
buy_proxy

Buys a proxy, deducting the account balance.

Inferred read-only
list_proxies

All proxies of the account with remaining traffic and connection credentials.

Inferred read-only
get_credentials

Connection string for one proxy: http://login:password@go.

Inferred read-only
extend_proxy

Adds prepaid GB to an existing proxy (same credentials keep working).

Inferred read-only
get_usage

Live used / remaining traffic for one proxy.

Inferred read-only
set_rotation

Switch between rotate-every-request (port 824) and sticky interval 1.

Inferred read-only
link_telegram

Returns a short code the human sends to the ProxyCove Telegram bot (@ProxyCove_bot → "Link website account").

Inferred read-only
attach_recovery

Attaches an email to the account so the human can log in on proxycove.

Potential side effects

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "proxycove",
  "transport": "streamable-http",
  "url": "https://mcp.proxycove.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.