Cloud Services
defispace.com
Manages AgentsPodium cloud instances for deploying and monitoring AI agents.
ENDPOINT 1
https://mcp.agentspodium.com/mcp
MCP server metadata
- Name
- agentspodium-hosting
- Version
- 1.0.4
AgentsPodium Hosting turns an AgentsPodium account into deployable AI agent pods (instances): pick an engine and hosting tier, deploy one, wire in the customer's own LLM key, and manage its lifecycle and billing. Every tool that touches an account requires an AgentsPodium API key (ak_live_...), created at https://agentspodium.com/account, except list_platforms which reads the public engine/tier catalogue. Recommended order: list_platforms to choose an engine and tier, then create_instance, then poll get_instance_health until serving is true, then set_llm_key so the pod can actually answer, then get_instance_term to check the billing clock. Full docs, including every tool's request/response shape: https://hosting.defispace.com/llms.txt.
Known tools 13
list_platformsList available AgentsPodium engines (platforms) and hosting plans (tiers), with prices and capabilities.
Inferred read-onlylist_instancesList the caller's AgentsPodium instances (agents): id, name, engine, tier, status, endpoint and A2A URL, domain, creation date.
Inferred read-onlyget_instance_healthCheck whether an instance is reachable and serving, plus its status and quota state.
Inferred read-onlyget_instance_termGet the billing term (trial/paid/grace) for an instance, including when it renews or expires.
Inferred read-onlyset_llm_keySet (or clear, with key=null) the LLM provider API key an instance uses to answer.
Inferred read-onlyresume_instanceResume a previously paused instance, rebuilding it from its archive.
Inferred read-onlyget_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.
Potential side effectsset_peersSet the list of other A2A agents this instance is allowed to call by name.
Inferred read-onlyset_webhookRegister 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.
Potential side effectsCONNECT 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.agentspodium-hosting]
url = "https://mcp.agentspodium.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentspodium-hosting": {
"type": "http",
"url": "https://mcp.agentspodium.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentspodium-hosting
Remote MCP URL: https://mcp.agentspodium.com/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": {
"agentspodium-hosting": {
"url": "https://mcp.agentspodium.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentspodium-hosting": {
"type": "http",
"url": "https://mcp.agentspodium.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentspodium-hosting",
"transport": "streamable-http",
"url": "https://mcp.agentspodium.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.