{
  "name": "agentsrv",
  "version": "1.0.0",
  "description": "Autonomous cloud infrastructure tools for AI agents (Mailboxes, VPS, Databases, Proxies)",
  "homepage": "https://agentsrv.com",
  "repository": "https://github.com/projectcues/agentsrv-mcp",
  "command": "npx",
  "args": ["-y", "@agentsrv/mcp"],
  "tools": [
    {
      "name": "agentsrv_get_balance",
      "description": "Check current wallet balance, spending limits, and service pricing"
    },
    {
      "name": "agentsrv_provision_mailbox",
      "description": "Autonomously provision an email mailbox with SMTP/IMAP credentials and inbound webhooks"
    },
    {
      "name": "agentsrv_provision_vps",
      "description": "Spin up an isolated Linux compute sandbox with root SSH access"
    },
    {
      "name": "agentsrv_provision_database",
      "description": "Create an isolated PostgreSQL or MySQL database and return connection URI"
    },
    {
      "name": "agentsrv_get_proxy",
      "description": "Obtain a high-reputation rotating residential proxy gateway"
    },
    {
      "name": "agentsrv_request_otp",
      "description": "Rent a virtual phone number to receive SMS OTP verification codes"
    }
  ]
}
