ProxyCove
Buy and manage residential, mobile and datacenter proxies in 170+ countries, prepaid per GB. The agent creates its own account without a signup form, hands the human a payment link and receives working connection credentials back.
Hosted MCP Server
npx add-mcp 'https://mcp.proxycove.com/mcp'Installs into Claude Code, Codex, Cursor and more
Documentation
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/