# AgentsPodium Hosting (remote · mcp.agentspodium.com)

Create, watch, pay for and connect hosted AI agent pods on AgentsPodium. Needs an API key.

- Trust score: 79/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-23

## Components

- remote · `mcp.agentspodium.com`: 79/100 (this document), [markdown](https://verifymcp.io/servers/com-agentspodium-hosting/mcp.md), [page](https://verifymcp.io/servers/com-agentspodium-hosting/mcp)

## Channel facts

- Endpoint: `https://mcp.agentspodium.com/mcp`
- Transports: `streamable-http`
- Auth: `required`
- Version: `1.0.4`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-23.

- **Endpoint Security**: 71/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, but the challenge carries no valid RFC 9728 metadata, so a client cannot discover where to get a token.
  - HTTPS enforcement could not be verified: the plaintext port answered with HTTP 405, which proves neither a plaintext path nor enforcement.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 86/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 1221 tokens (~87/item across 14 items; 13 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 50/100
  - Stability observed for 15 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.
  - An AI judge read all 15 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the AgentsPodium Hosting MCP server?

AgentsPodium Hosting is a hosted endpoint at https://mcp.agentspodium.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http com-agentspodium-hosting 'https://mcp.agentspodium.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-agentspodium-hosting": {
      "url": "https://mcp.agentspodium.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-agentspodium-hosting": {
      "type": "http",
      "url": "https://mcp.agentspodium.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-agentspodium-hosting]
url = "https://mcp.agentspodium.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-agentspodium-hosting": {
      "type": "remote",
      "url": "https://mcp.agentspodium.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-agentspodium-hosting --url 'https://mcp.agentspodium.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-agentspodium-hosting:
    url: "https://mcp.agentspodium.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-agentspodium-hosting": {
      "Transport": "http",
      "Url": "https://mcp.agentspodium.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-agentspodium-hosting -t streamable-http -u 'https://mcp.agentspodium.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-agentspodium-hosting": {
      "type": "http",
      "url": "https://mcp.agentspodium.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-23 (score 79, +1)

No change was recorded against any check on this day. Stability & Change Management went from 47 to 50. That category is still filling its 30-day observation window: 14 days of observed history at the previous scan, 15 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-21 (score 78, +1)

No change was recorded against any check on this day. Stability & Change Management went from 40 to 43. That category is still filling its 30-day observation window: 12 days of observed history at the previous scan, 13 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-20 (score 77, 0)

- [security regression] HSTS header: unverified → fail
- [security regression] Authorization: unverified → fail
- [security regression] HTTPS: pass → unverified
- [security improvement] Injection markers: unverified → pass
- [security improvement] TLS certificate: unverified → pass
- [security improvement] Transport: fail → pass
- [functional improvement] Endpoint reachability: unreachable → reachable
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Schema quality: unverified → 100
- [functional improvement] Stability: unverified → 0.40
- [functional improvement] MCP protocol: unverified → pass

### 2026-09-19 (score 77, 0)

- [security regression] Endpoint reachability: reachable → unreachable
- [security regression] HSTS header: fail → unverified
- [security regression] Stability: 0.33 → unverified
- [security regression] Authorization: fail → unverified
- [security regression] Tool safety: pass → unverified
- [security regression] TLS certificate: pass → unverified
- [security regression] Transport: pass → fail
- [security improvement] HTTPS: unverified → pass
- [functional regression] Schema quality: 100 → unverified
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified

### 2026-09-18 (score 77, +1)

No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-16 (score 76, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-14 (score 75, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-12 (score 74, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

## MCP tools (13)

### `list_platforms` (~30 tokens)

List platforms and plans

List available AgentsPodium engines (platforms) and hosting plans (tiers), with prices and capabilities.

Output parameters:

- `engines` (array): Available runtime engines.
- `tiers` (array): Available hosting plans (tiers) with prices, as published by the account API.

### `list_instances` (~45 tokens)

List instances

List the caller's AgentsPodium instances (agents): id, name, engine, tier, status, endpoint and A2A URL, domain, creation date. Never returns secrets.

Output parameters:

- `instances` (array): The caller's instances.

### `create_instance` (~310 tokens)

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_health until it is serving, then call set_llm_key to give it a working LLM key.

Input parameters:

- `channels` (array): Channels to enable (web, telegram, ...).
- `domain` (string): Customer-owned domain to serve the instance from.
- `enableA2A` (boolean): Turn on the A2A toolset and issue an a2aUrl/a2aToken for this instance.
- `engine` (string): Runtime engine id (e.g. hermes, openclaw, n8n). See list_platforms for what's available.
- `extraSoul` (string): Extra system-prompt instructions appended to the persona.
- `model` (string): Default LLM model id for the engine.
- `name` (string): Display name for the instance.
- `personaId` (string): Persona/template id from list_platforms; defaults to the general-purpose persona.
- `tier` (string, required): Hosting plan controlling RAM/CPU/disk. See list_platforms for prices.
- `webhookUrl` (string): Public http(s) URL to receive signed pod events (agent.running, agent.stopped, agent.failed, agent.deleted, payment.confirmed, deletion.warning) instead of polling. The signing secret comes back once…

Output parameters:

- `a2aToken` (string|null): A2A bearer token to keep, or null if A2A was not enabled.
- `a2aUrl` (string|null): A2A endpoint, or null if A2A was not enabled.
- `endpointUrl` (string|null): Public HTTPS endpoint, or null until assigned.
- `id` (string): Newly created instance id.
- `next` (string): Suggested next step for the caller.
- `status` (string): Initial lifecycle status.
- `webhookSecret` (string|null): HMAC key for webhook signatures when webhookUrl was given (shown once), else null.

### `get_instance_health` (~46 tokens)

Check instance health

Check whether an instance is reachable and serving, plus its status and quota state.

Input parameters:

- `id` (string, required): Instance (agent) id, as returned by create_instance or list_instances.

Output parameters:

- `id` (string): Instance id checked.
- `quotaStatus` (string|null): Usage quota status, or null if not tracked.
- `reachable` (boolean|null): Whether the instance's endpoint responded, or null if unknown.
- `serving` (boolean|null): Whether the instance is currently answering requests, or null if unknown.
- `status` (string): Lifecycle status reported by the account API.

### `get_instance_term` (~53 tokens)

Get billing term

Get the billing term (trial/paid/grace) for an instance, including when it renews or expires.

Input parameters:

- `id` (string, required): Instance (agent) id, as returned by create_instance or list_instances.

Output parameters:

- `term` (object): Billing term details (status, renewal/expiry dates, etc.), as returned by the account API.

### `set_llm_key` (~135 tokens)

Set LLM key

Set (or clear, with key=null) the LLM provider API key an instance uses to answer. Required before a freshly created instance can actually respond.

Input parameters:

- `id` (string, required): Instance (agent) id, as returned by create_instance or list_instances.
- `key` (string, required): The provider API key. Stored encrypted, never echoed back.
- `model` (string): Model id to use with this provider (e.g. gpt-4o-mini). Optional; the engine defaults if omitted.
- `provider` (string, required): LLM provider id, e.g. openai, anthropic, deepseek.

Output parameters:

- `a2aUrl` (string|null): A2A JSON-RPC endpoint for the instance, or null if A2A is not enabled.
- `createdAt` (string): ISO timestamp when the instance was created.
- `domain` (string|null): Customer-owned domain serving the instance, or null.
- `endpointUrl` (string|null): Public HTTPS endpoint for the instance, or null if not yet assigned.
- `engine` (string): Runtime engine id (e.g. hermes).
- `id` (string): Instance (agent) id.
- `name` (string): Display name.
- `status` (string): Lifecycle status (e.g. running, stopped).
- `tier` (string): Hosting plan id.

### `pause_instance` (~47 tokens)

Pause instance

Pause an instance: stops it and its billing lease. Data is archived, not deleted.

Input parameters:

- `id` (string, required): Instance (agent) id, as returned by create_instance or list_instances.

Output parameters:

- `a2aUrl` (string|null): A2A JSON-RPC endpoint for the instance, or null if A2A is not enabled.
- `createdAt` (string): ISO timestamp when the instance was created.
- `domain` (string|null): Customer-owned domain serving the instance, or null.
- `endpointUrl` (string|null): Public HTTPS endpoint for the instance, or null if not yet assigned.
- `engine` (string): Runtime engine id (e.g. hermes).
- `id` (string): Instance (agent) id.
- `name` (string): Display name.
- `status` (string): Lifecycle status (e.g. running, stopped).
- `tier` (string): Hosting plan id.

### `resume_instance` (~41 tokens)

Resume instance

Resume a previously paused instance, rebuilding it from its archive.

Input parameters:

- `id` (string, required): Instance (agent) id, as returned by create_instance or list_instances.

Output parameters:

- `a2aUrl` (string|null): A2A JSON-RPC endpoint for the instance, or null if A2A is not enabled.
- `createdAt` (string): ISO timestamp when the instance was created.
- `domain` (string|null): Customer-owned domain serving the instance, or null.
- `endpointUrl` (string|null): Public HTTPS endpoint for the instance, or null if not yet assigned.
- `engine` (string): Runtime engine id (e.g. hermes).
- `id` (string): Instance (agent) id.
- `name` (string): Display name.
- `status` (string): Lifecycle status (e.g. running, stopped).
- `tier` (string): Hosting plan id.

### `rebuild_instance` (~48 tokens)

Rebuild instance

Rebuild an instance's pod (e.g. after a config change that needs a restart).

Input parameters:

- `id` (string, required): Instance (agent) id, as returned by create_instance or list_instances.

Output parameters:

- `a2aUrl` (string|null): A2A JSON-RPC endpoint for the instance, or null if A2A is not enabled.
- `createdAt` (string): ISO timestamp when the instance was created.
- `domain` (string|null): Customer-owned domain serving the instance, or null.
- `endpointUrl` (string|null): Public HTTPS endpoint for the instance, or null if not yet assigned.
- `engine` (string): Runtime engine id (e.g. hermes).
- `id` (string): Instance (agent) id.
- `name` (string): Display name.
- `status` (string): Lifecycle status (e.g. running, stopped).
- `tier` (string): Hosting plan id.

### `delete_instance` (~40 tokens)

Delete instance

Permanently delete an instance. This cannot be undone.

Input parameters:

- `id` (string, required): Instance (agent) id, as returned by create_instance or list_instances.

Output parameters:

- `id` (string): Id of the deleted instance.
- `ok` (boolean): Always true on success.

### `get_payment_options` (~70 tokens)

Get payment options

Get 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.

Input parameters:

- `id` (string, required): Instance (agent) id, as returned by create_instance or list_instances.

Output parameters:

- `crypto` (object): Crypto payment info (beta testing), as returned by the account API, plus an added 'note' field.
- `providers`: Card/subscription payment providers and buy links, as returned by the account API.
- `stars` (object): Telegram Stars payment info (beta testing), as returned by the account API, plus an added 'note' field.
- `term`: The instance's current billing term.

### `set_peers` (~67 tokens)

Set A2A peers

Set the list of other A2A agents this instance is allowed to call by name.

Input parameters:

- `id` (string, required): Instance (agent) id whose peer list is being set.
- `peers` (array, required): Full replacement list of peer agents this instance may call (up to 20).

Output parameters:

- `a2aUrl` (string|null): A2A JSON-RPC endpoint for the instance, or null if A2A is not enabled.
- `createdAt` (string): ISO timestamp when the instance was created.
- `domain` (string|null): Customer-owned domain serving the instance, or null.
- `endpointUrl` (string|null): Public HTTPS endpoint for the instance, or null if not yet assigned.
- `engine` (string): Runtime engine id (e.g. hermes).
- `id` (string): Instance (agent) id.
- `name` (string): Display name.
- `status` (string): Lifecycle status (e.g. running, stopped).
- `tier` (string): Hosting plan id.

### `set_webhook` (~103 tokens)

Set event webhook

Register a URL that receives signed POSTs when the instance comes up, stops, fails, is deleted, when a payment is confirmed and before deletion for non-payment — instead of polling get_instance_health. Returns the HMAC secret once.

Input parameters:

- `id` (string, required): Instance (agent) id, as returned by create_instance or list_instances.
- `url` (string, required): Public http(s) URL to POST signed pod events to. Private and loopback hosts are refused.

Output parameters:

- `events` (array): Event types that will be delivered.
- `id` (string): Instance id.
- `secret` (string): HMAC-SHA256 key for X-AgentsPodium-Signature. Shown once — store it.
- `url` (string): The webhook URL now in effect.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-agentspodium-hosting/mcp#diagnostics

## Score history

- 2026-09-23: 79
- 2026-09-22: 78
- 2026-09-21: 78
- 2026-09-20: 77
- 2026-09-19: 77
- 2026-09-18: 77
- 2026-09-17: 76
- 2026-09-16: 76
- 2026-09-15: 75
- 2026-09-14: 75
- 2026-09-13: 74
- 2026-09-12: 74
- 2026-09-11: 73
- 2026-09-10: 73
- 2026-09-09: 72
- 2026-09-08: 72

## Common questions

### What is the AgentsPodium Hosting MCP server?

AgentsPodium Hosting is an MCP server listed in the public MCP registry as com.agentspodium/hosting. Create, watch, pay for and connect hosted AI agent pods on AgentsPodium. Needs an API key. This page covers its hosted endpoint (https://mcp.agentspodium.com/mcp).

### Is the AgentsPodium Hosting MCP server safe to use?

AgentsPodium Hosting scores 79 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the AgentsPodium Hosting MCP server expose?

AgentsPodium Hosting exposes 13 tools: list_platforms, list_instances, create_instance, get_instance_health, get_instance_term, and 8 more. Their descriptions and schemas cost roughly 1,035 tokens of context every time the server is loaded.

### Does the AgentsPodium Hosting MCP server require authentication?

Yes. AgentsPodium Hosting asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

### Is the AgentsPodium Hosting MCP server still maintained?

AgentsPodium Hosting is still listed as active in the MCP registry. We last reached this channel on 23 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://mcp.agentspodium.com/mcp
- Authorisation metadata: https://mcp.agentspodium.com/.well-known/oauth-protected-resource/mcp
- Repository: https://github.com/agentspodium/agent-gateway
- Website: https://hosting.defispace.com/docs/mcp.html
- Changelog RSS feed: https://verifymcp.io/servers/com-agentspodium-hosting/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-agentspodium-hosting/mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-agentspodium-hosting/mcp
