API Tools
proxycove.com
An MCP server for managing a proxy service account, including pricing, locations, account creation, balance, and top-ups.
ENDPOINT 1
https://mcp.proxycove.com/mcp
MCP server metadata
- Name
- proxycove
- Version
- 1.0.0
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
create_accountCreates a new account WITHOUT registration forms and returns an API key (pc_live_.
Inferred read-onlyget_accountCurrent balance (USD), attached email and number of active proxies.
Potential side effectslist_proxiesAll proxies of the account with remaining traffic and connection credentials.
Inferred read-onlylink_telegramReturns a short code the human sends to the ProxyCove Telegram bot (@ProxyCove_bot → "Link website account").
Inferred read-onlyattach_recoveryAttaches an email to the account so the human can log in on proxycove.
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.