Agentmetal MCP Server

Rent a Linux VPS from an AI agent: provision, SSH in, run commands. Pay USDC (x402) or card. Its 13 documented tools cover server, firewall, claim. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-02 · ★ 2 · #368 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Agentmetal

before you install - you'll need

Set WALLET_PRIVATE_KEY, AGENTMETAL_MAX_USDC before connecting.

Claude Code

claude mcp add agentmetal-mcp -- npx -y @agentmetal/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "agentmetal-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@agentmetal/mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @agentmetal/mcp - published under the repo owner's npm scope (@agentmetal)

registry vendor namespace dev.agentmetal - domain-verified with the official MCP registry

03 · What Agentmetal can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 13 documented tools spanning server, firewall, claim, including get_catalog, provision_server, get_server, list_servers.

Capability map

Tools grouped from the project's README - what Agentmetal lets an agent do.

read & search

4 tools - e.g. - ; - ; -

get_catalog · get_server · list_servers · get_firewall

Provision

1 tool - e.g. ✅ USDC

provision_server

Extend

1 tool - e.g. ✅ USDC

extend_server

delete

1 tool - e.g. -

destroy_server

Reboot

1 tool - e.g. -

reboot_server

Server

1 tool - e.g. -

server_logs

run & execute

1 tool - e.g. -

exec_command

Manage

1 tool - e.g. -

manage_firewall

Latest releases

v0.2.1 · 2026-06-15

Discoverability pass: README/npm/registry descriptions now surface the full capability (provision → SSH in → run commands → manage), not just provision/renew. No code change.

v0.2.0 · 2026-06-15

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…

v0.1.2 · 2026-06-15

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…

04 · Who maintains Agentmetal

agentmetal is maintained by agentmetal. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
other - ranked #368 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
4 releases in the last 90 days (latest 2026-06-15)
registry
dev.agentmetal/agentmetal (active, first published 2026-06-14 · 7 versions)
packages
npm:@agentmetal/mcp

06 · Agentmetal FAQ

Is Agentmetal still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-02 and it shipped 4 releases in the last 90 days. We re-verify nightly.

What can Agentmetal do?

An agent gets 13 documented tools spanning server, firewall, claim, including get_catalog, provision_server, get_server, list_servers.

How do I install Agentmetal?

Run `npx -y @agentmetal/mcp`. The README documents 2 environment variables (WALLET_PRIVATE_KEY, AGENTMETAL_MAX_USDC) to set first. Set WALLET_PRIVATE_KEY, AGENTMETAL_MAX_USDC before connecting. You can also paste the ready-made client config above.

Does Agentmetal run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Agentmetal