Rent a Linux VPS from an AI agent: provision, SSH in, run commands. Pay USDC (x402) or card.
Paste into claude_desktop_config.json:
{
"mcpServers": {
"agentmetal": {
"command": "npx",
"args": [
"-y",
"@agentmetal/mcp"
]
}
}
}Run in a terminal:
claude mcp add agentmetal -- npx -y @agentmetal/mcp
Paste into .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):
{
"mcpServers": {
"agentmetal": {
"command": "npx",
"args": [
"-y",
"@agentmetal/mcp"
]
}
}
}Transport: stdio - Runs locally over stdio. Your client launches the process itself; you need the matching runtime installed (Node for npx, uv for uvx, Docker for docker run).
https://wingmanprotocol.com/mcp.