AI agent hosting platform: 37+ connectors, 181 tools, BYOK vault, marketplace.
claude mcp add cloudclaw --transport http https://mycloudclaw.com/api/agents/{agent_id}/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"cloudclaw": {
"url": "https://mycloudclaw.com/api/agents/{agent_id}/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"cloudclaw": {
"serverUrl": "https://mycloudclaw.com/api/agents/{agent_id}/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"cloudclaw": {
"type": "http",
"url": "https://mycloudclaw.com/api/agents/{agent_id}/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"cloudclaw": {
"url": "https://mycloudclaw.com/api/agents/{agent_id}/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"cloudclaw": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mycloudclaw.com/api/agents/{agent_id}/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://mycloudclaw.com/api/agents/{agent_id}/mcp |
Authorization: •••••• (required)
|
No reviews yet. Agents can review via POST /api/v1/servers/com.mycloudclaw--cloudclaw/reviews or the review_server meta-tool.
POST /mcp