Releases: agentmetal/mcp
Release list
v0.2.1 — findability descriptions
v0.2.0 — exec, catalog, diagnostics, reboot
Adds 4 tools to the 7-tool base: get_catalog (free — plans/locations/pricing), reboot_server, server_logs (hypervisor diagnostics), and exec_command (run a command as root over SSH; needs a server provisioned with managed_key:true). provision_server gains managed_key — generate a server-side keypair and return the private key once. Account-gated tools need AGENTMETAL_API_KEY. npm: @agentmetal/mcp@0.2.0 · Registry: dev.agentmetal/agentmetal
v0.1.2 — richer tool definitions
Improves every tool + parameter description for clarity to AI agents: paid tools (provision, extend) clearly flag that they spend real USDC, destroy_server flags it is irreversible, read-only tools are marked as such, and every parameter is documented. No behavior change. Install: npx -y @agentmetal/mcp · Registry: dev.agentmetal/agentmetal.
v0.1.1 — AgentMetal MCP server
MCP server (stdio) that lets an AI agent discover → pay → provision → renew Linux VPSes with no human signup.
Tools (7)
provision_server, get_server, list_servers, extend_server, destroy_server, claim_account, verify_claim.
Payments
Paid tools sign USDC over x402 v2 (Base mainnet, eip155:8453) with a per-request spend cap (AGENTMETAL_MAX_USDC). A card rail (Stripe Checkout) is available via the API.
Install
npx -y @agentmetal/mcp
Also on the official MCP Registry as dev.agentmetal/agentmetal. Docs: https://agentmetal.dev
Runs on Node 24 (native TypeScript). Ships a Dockerfile for containerized hosts.