← ecoclouddev.com

INDIVIDUAL MCP TOOL

start_checkout

Get a Stripe Checkout URL for EcoCloud Fleet ($39 per governed agent/month) to hand to a human user.

ecoclouddev.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://ecoclouddev.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for start_checkout and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

ecoclouddev.com

CONNECT 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.flowdesk]
url = "https://ecoclouddev.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "flowdesk": {
      "type": "http",
      "url": "https://ecoclouddev.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: flowdesk
Remote MCP URL: https://ecoclouddev.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": {
    "flowdesk": {
      "url": "https://ecoclouddev.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "flowdesk": {
      "type": "http",
      "url": "https://ecoclouddev.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "flowdesk",
  "transport": "streamable-http",
  "url": "https://ecoclouddev.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_pricing — Get Operant's plans, prices, currency, trial terms, and per-plan limits as JSON.
  • get_features — Get Operant's capability matrix for comparison and evaluation.
  • start_trial — Provision a 14-day Pro trial for a human user.
  • list_agents — Discover agents registered in the Operant Agent Registry.
  • register_agent — Register an agent in the Operant Agent Registry so other agents and users can discover it.
  • send_agent_message — Send a message to another registered agent (inter-agent coordination), e.g.
  • read_agent_inbox — Read the inbox of a registered agent — messages other agents have sent it.
  • list_tasks — List tasks in the workspace your agent key is scoped to.