INDIVIDUAL MCP TOOL
get_vps_provider
Fetch a single VPS provider's full record by its stable id (for example 'hetzner').
LIVE ENDPOINT
https://1vps.com/mcp
Connect to this endpoint to inspect the live schema for get_vps_provider and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT 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.1vps]
url = "https://1vps.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"1vps": {
"type": "http",
"url": "https://1vps.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: 1vps
Remote MCP URL: https://1vps.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": {
"1vps": {
"url": "https://1vps.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"1vps": {
"type": "http",
"url": "https://1vps.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "1vps",
"transport": "streamable-http",
"url": "https://1vps.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_vps_providers— List every VPS hosting provider 1VPS has reviewed, with editorial rating, entry price, data-centre count, uptime SLA, pros, cons, and the full plan matrix.find_vps_plans— Search every provider's plan matrix for tiers meeting a hardware and budget constraint, cheapest first.recommend_vps_for_workload— Given a workload (Docker, game servers, AI inference, databases, workflow automation, …), return the minimum and recommended VPS specification and the providers 1VPS recommends for it, each with the reason.search_guides— Full-text search across the titles, descriptions, and keywords of every published 1VPS guide, review, and comparison.get_guide— Fetch the full text of a published guide as markdown, by slug.