Marketing
cloon.consulting
Provides Cloon's AI readiness framework, customer case studies with ROI metrics, and engagement/waitlist details to help prospective clients evaluate and start working with Cloon.
ENDPOINT 1
https://cloon.consulting/api/mcp
MCP server metadata
- Name
- cloon-website
- Version
- 1.0.0
Read-only marketing MCP server for Cloon, a fractional AI-Ops consultancy. Use list_use_cases for proof points, get_ai_readiness_framework for the 6-pillar assessment, and how_to_engage for the current waitlist and booking flow.
Known tools 3
list_use_casesReturn Cloon's anonymized customer case studies with their headline metrics (avoided hires, hours reclaimed, pipeline lift) and canonical URLs.
Inferred read-onlyget_ai_readiness_frameworkReturn Cloon's 6-pillar AI Readiness Framework: the operational questions used to score whether a company's workflows are ready for AI agents, before any agent gets built.
Inferred read-onlyhow_to_engageReturn how to start an engagement with Cloon right now: current waitlist status, the refundable priority hold, what happens after signup, and the core proof points.
Inferred read-onlyCONNECT 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.cloon-website]
url = "https://cloon.consulting/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cloon-website": {
"type": "http",
"url": "https://cloon.consulting/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cloon-website
Remote MCP URL: https://cloon.consulting/api/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": {
"cloon-website": {
"url": "https://cloon.consulting/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cloon-website": {
"type": "http",
"url": "https://cloon.consulting/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cloon-website",
"transport": "streamable-http",
"url": "https://cloon.consulting/api/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.