What is Agent Cloud?
The Agent Cloud is a Model Context Protocol (MCP) server which allows any MCP-compatible AI agent (Claude Code, Cursor, Windsurf, etc.) to interact directly with io.net APIs. Instead of manual dashboard management, you can now manage your decentralized infrastructure through natural language.Why Connect to Agent Cloud?
- Agentic DevOps: Ask your agent to “Find the cheapest 4x H100 cluster and deploy my PyTorch image,” and let it handle the API calls.
- Plug-and-Play: No custom SDKs to install. Use the universal MCP standard to bridge your AI tools to the large GPU cloud.
- Enterprise Ready: Supports both simple API key headers for individuals and dynamic key forwarding for multi-tenant applications.
Quickstart: Connect to the IO Cloud
You can link your AI agent to our hosted MCP server in seconds.1. Link Your Agent (Claude Code Example)
Replace<YOUR_IO_NET_API_KEY> with your personal key from the io.net dashboard with io-cloud project scopes:
2. Verify Connection
Once added, restart your agent and try these prompts:- “What io-cloud tools are available to me?”
- “List all active container deployments in my account.”
- “Find available NVIDIA H100 hardware specs.”
Desktop Agent Configuration
If you prefer using GUI-based agents, copy and paste the configurations below. Replace<YOUR_IO_NET_API_KEY> with your actual key with io-cloud project scopes.
Claude Desktop
Add this to yourclaude_desktop_config.json (found in %AppData%\Claude on Windows or ~/Library/Application Support/Claude on macOS):
Cursor & Windsurf
- Open Settings > Features > MCP.
- Click + Add New MCP Server.
- Name:
io-cloud - Type:
command(orhttpif supported). - URL:
https://mcp.io.solutions/mcp - Header:
x-api-key: <YOUR_IO_NET_API_KEY>
Capabilities & Documentation
Available MCP Tools
| Tool Group | Capability | Purpose |
|---|---|---|
| CaaS | caas_list_deployments | Real-time status of your container clusters. |
| VMaaS | vmaas_get_hardware_list | Browsing available GPU/CPU configurations. |
| Provisioning | caas_deploy_container | Instant provisioning of new compute resources. |
Authentication Methods
- Static Header (Recommended for Individuals): Include your API key with
io-cloudproject scopes in thex-api-keyHTTP header during setup. - Dynamic Forwarding (For Multi-User Apps): Pass the key dynamically within the
auth.api_keyargument of any specific tool call.
Programmatic Usage (Python Example)
If you are building a custom integration, you can use themcp Python SDK to interact with the IO Cloud server.
Troubleshooting
- Authentication Failure (401/403): Verify your API key in the io.net dashboard.
- “No API key provided”: Ensure the header is correctly set in your JSON config or passed in the tool arguments.
- Connection Timeout: Verify your network allows outbound traffic to
https://mcp.io.solutions.
Ready to scale your infrastructure? For high-volume requirements or custom integration support, contact us at [email protected]