Works with Claude, ChatGPT, Cursor and others

ProxyCove for AI agents

Buy and manage proxies right inside a chat with Claude, ChatGPT or Cursor. No signup, no dashboard: the agent does everything, you only pay via a link.

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_pricingPrice per GB
list_locationsAvailable countries
create_accountCreate account, get key
get_accountBalance and account info
create_topupTop-up link for the human
get_payment_statusPayment status
buy_proxyBuy a proxy
list_proxiesAll proxies with remaining traffic
get_credentialsConnection string
extend_proxyAdd traffic
get_usageTraffic usage
set_rotationChange IP rotation
link_telegramTelegram link code
attach_recoveryAttach 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 »

Questions

Do I need to sign up?

No. The agent creates the account and keeps the key. If you want it on the website, attach an email or Telegram.

How do I pay?

The agent sends a link, you pay in the browser. The balance is credited automatically and the agent continues.

Can the agent spend everything?

It can only spend the prepaid balance — never more than you deposited.

Is it safe?

The agent knows only the key and never sees your payment details. The key can be revoked at any time.

I am already a ProxyCove customer?

Do not create a new account — take a key in your dashboard or in the bot, and the agent will use your existing balance.

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/