← agentmetal.dev

INDIVIDUAL MCP TOOL

list_servers

List the servers provisioned by a payer wallet address.

agentmetal.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.agentmetal.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_servers and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

agentmetal.dev

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.

Related tools

  • list_plans — Step 1 of renting a real Linux server.
  • get_payment_options — Step 2: get the exact payment to RENT a plan for N days (USDC via x402 on Base + card availability).
  • get_server — Fetch a server's current status, plan, expiry, and bandwidth usage.