ProxyCove

購買並管理170多個國家的住宅、移動和數據中心代理,按GB預付費。代理會自行建立帳戶,無需填寫註冊表單,向用戶提供付款連結,並回傳可用的連線憑證。

託管 MCP 伺服器

npx add-mcp 'https://mcp.proxycove.com/mcp'

可安裝到 Claude Code、Codex、Cursor 等客戶端

文件

How it looks

1

Tell the agent what you need

“Connect ProxyCove and buy mobile proxies in Brazil.” It creates the account itself — no forms, no passwords.

2

Pay via the link

The agent sends a link: card or crypto. That is the only manual step — it never sees your payment details.

3

Use them

Connection credentials arrive in seconds. Extending traffic and changing rotation also happen in the chat.

About the access key

An agent-created account lives on a pc_live_… key — there is no password. The key is shown once. To keep access, ask the agent to attach an email or give you a Telegram code: then the account also opens on the website.

Authorization: Bearer pc_live_YOUR_KEY

Connect

One server address for every client; the account is identified by the key. Without a key the agent can still read pricing, countries and create an account.

https://mcp.proxycove.com/mcp

Claude CodeOne command in the terminal

claude mcp add --transport http proxycove https://mcp.proxycove.com/mcp \
  --header "Authorization: Bearer pc_live_YOUR_KEY"

Claude.ai · Claude DesktopSettings → Connectors → Add custom connector

https://mcp.proxycove.com/mcp

ChatGPTSettings → Apps & Connectors → Developer mode → Create

https://mcp.proxycove.com/mcp

CursorFile.cursor/mcp.json

{
  "mcpServers": {
    "proxycove": {
      "url": "https://mcp.proxycove.com/mcp",
      "headers": { "Authorization": "Bearer pc_live_YOUR_KEY" }
    }
  }
}

OpenAI Codex CLIFile ~/.codex/config.toml

[mcp_servers.proxycove]
url = "https://mcp.proxycove.com/mcp"
http_headers = { "Authorization" = "Bearer pc_live_YOUR_KEY" }

Windsurf · VS Code · otherAny client supporting remote MCP

{
  "mcpServers": {
    "proxycove": {
      "type": "http",
      "url": "https://mcp.proxycove.com/mcp",
      "headers": { "Authorization": "Bearer pc_live_YOUR_KEY" }
    }
  }
}

What the agent can do

get_pricing Price per GB

list_locations Available countries

create_account Create account, get key

get_account Balance and account info

create_topup Top-up link for the human

get_payment_status Payment status

buy_proxy Buy a proxy

list_proxies All proxies with remaining traffic

get_credentials Connection string

extend_proxy Add traffic

get_usage Traffic usage

set_rotation Change IP rotation

link_telegram Telegram link code

attach_recovery Attach recovery email

How it sounds in a chat

« Connect ProxyCove and tell me the price of mobile proxies in Brazil »

« Create a $20 top-up invoice and give me the link »

« Buy 3 residential proxies in Germany, 2 GB each, sticky rotation 10 minutes »

« How much traffic is left? If under 1 GB — add 5 more »

« Send me the connection strings of all active proxies »

Building your own software?

MCP is optional: the same operations are available over plain HTTP — there is a separate API documentation page. https://proxycove.com/en/api-docs/