AgentsPodium Hosting

MCP server and A2A agent for AgentsPodium hosting: create, watch, pay for and connect hosted AI agent pods (Hermes, OpenClaw, n8n, Claude Code, OpenCode, Pi).

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeCan modify data

What it can do

  • List Platforms: List available AgentsPodium engines (platforms) and hosting plans (tiers), with prices and capabilities.
  • List Instances: List the caller's AgentsPodium instances (agents): id, name, engine, tier, status, endpoint and A2A URL, domain, creation date. Never returns secrets.
  • Create Instance: Create (deploy) a new AgentsPodium instance. Returns the instance id and, when enableA2A is true, the a2aUrl and a2aToken the caller should keep. After creating, poll get_instance_hea

What data it sees

Do you need an account

No: the server works without sign-in

MCP server and A2A agent for AgentsPodium hosting: create, watch, pay for and connect hosted AI agent pods (Hermes, OpenClaw, n8n, Claude Code, OpenCode, Pi).

Server tool list (12)

Raw names from tools/list. Only developers need these.

list_platformsList available AgentsPodium engines (platforms) and hosting plans (tiers), with prices and capabilities.
list_instancesList the caller's AgentsPodium instances (agents): id, name, engine, tier, status, endpoint and A2A URL, domain, creation date. Never returns secrets.
create_instanceCreate (deploy) a new AgentsPodium instance. Returns the instance id and, when enableA2A is true, the a2aUrl and a2aToken the caller should keep. After creating, poll get_instance_health until it is serving, then call set_llm_key to give it a working LLM key.
get_instance_healthCheck whether an instance is reachable and serving, plus its status and quota state.
get_instance_termGet the billing term (trial/paid/grace) for an instance, including when it renews or expires.
set_llm_keySet (or clear, with key=null) the LLM provider API key an instance uses to answer. Required before a freshly created instance can actually respond.
pause_instancePause an instance: stops it and its billing lease. Data is archived, not deleted.
resume_instanceResume a previously paused instance, rebuilding it from its archive.
rebuild_instanceRebuild an instance's pod (e.g. after a config change that needs a restart).
delete_instancePermanently delete an instance. This cannot be undone.
get_payment_optionsGet ways to pay for an instance's plan: card/subscription buy links, crypto payment info, and Telegram Stars info (crypto and Stars are in beta testing), plus the instance's current term.
set_peersSet the list of other A2A agents this instance is allowed to call by name.