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
Tell the agent what you need
“Connect ProxyCove and buy mobile proxies in Brazil.” It creates the account itself — no forms, no passwords.
Pay via the link
The agent sends a link: card or crypto. That is the only manual step — it never sees your payment details.
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 GBlist_locationsAvailable countriescreate_accountCreate account, get keyget_accountBalance and account infocreate_topupTop-up link for the humanget_payment_statusPayment statusbuy_proxyBuy a proxylist_proxiesAll proxies with remaining trafficget_credentialsConnection stringextend_proxyAdd trafficget_usageTraffic usageset_rotationChange IP rotationlink_telegramTelegram link codeattach_recoveryAttach recovery emailHow it sounds in a chat
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/