← Registry

Cloud Services

agentmetal.dev

Manages renting and provisioning of Linux servers, including plans, payments, and server status.

1 endpoint4 known toolsFirst detected July 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://api.agentmetal.dev/mcp

No auth detected

MCP server metadata

Name
agentmetal
Version
0.3.2
Capabilities
tools.listChanged
Server instructions

AgentMetal rents real Linux VPS servers to AI agents — paid per day in USDC (x402 on Base) or by card, no signup. This hosted endpoint is READ-ONLY (it holds no wallet, so it cannot itself provision): use `list_plans` and `get_payment_options` to see specs and the exact payment, then RENT the server one of three ways — (a) POST to the API 402 and sign the returned x402 requirement, (b) run the local `npx @agentmetal/mcp` with a wallet (its `provision_server` tool signs + provisions in one call), or (c) open the card checkout URL the 402 returns. `get_server`/`list_servers` check status afterward.

Known tools 4

list_plans

Step 1 of renting a real Linux server.

Inferred read-only
get_payment_options

Step 2: get the exact payment to RENT a plan for N days (USDC via x402 on Base + card availability).

Potential side effects
get_server

Fetch a server's current status, plan, expiry, and bandwidth usage.

Inferred read-only
list_servers

List the servers provisioned by a payer wallet address.

Inferred read-only

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.agentmetal]
url = "https://api.agentmetal.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agentmetal": {
      "type": "http",
      "url": "https://api.agentmetal.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agentmetal
Remote MCP URL: https://api.agentmetal.dev/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": {
    "agentmetal": {
      "url": "https://api.agentmetal.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agentmetal": {
      "type": "http",
      "url": "https://api.agentmetal.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agentmetal",
  "transport": "streamable-http",
  "url": "https://api.agentmetal.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for agentmetal.dev was fetched 2026-08-25T18:32:15.021Z.

Trust status Neutral

agentmetal.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.