Marketing
cromanion.com
Manage Cromanion, an autonomous conversion agent, with tools for claiming, verifying, checking site status, diagnosing installation issues, and upgrading plans.
ENDPOINT 1
https://cromanion.com/api/mcp
MCP server metadata
- Name
- cromanion
- Version
- 0.4.0
Cromanion — The conversion agent that runs itself. Sign your human up for a site you manage: open a claim, publish one of the three proofs it returns, verify it, then install the snippet. Once it is running, you can do the client's work too — read what is waiting on a decision and rule on it, define conversions, take the site live — as far as your human has allowed. You never handle payment; the upgrade tool returns a link for them.
Known tools 24
cromanion_open_claimStart signing your human up for Cromanion (the autonomous conversion agent) on a site you manage.
Inferred read-onlycromanion_verify_claimRedeem a claim once you have published one of its three proofs (a /.
Inferred read-onlycromanion_site_statusCheck the site you provisioned: whether the tag is actually live (a beacon received from your own domain, not merely a snippet handed to you), how the crawl is going, and the plan.
Inferred read-onlycromanion_grantsList what your human has allowed this agent to do, and what they have not.
Inferred read-onlycromanion_pendingEverything on this site that is waiting for a decision: page rewrites the agent wants to make, rules it distilled from real sessions, conversions it spotted but has never counted, and pages your traffic found that the crawl missed.
Inferred read-onlycromanion_configEverything IN FORCE on this site: the conversions that count, the facts you may state and the ones forbidden, which surfaces are enabled, the brand, and every distilled rule WITH its status.
Inferred read-onlycromanion_decideRule on one thing from cromanion_pending: pass its `kind` and `id` back unchanged with a decision.
Inferred read-onlycromanion_ask_humanAsk your human for something only they can do, in a place they will actually see it.
Inferred read-onlycromanion_mark_readMark notifications read once you have passed them on to your human.
Inferred read-onlycromanion_impactWhat the agent has actually changed: visitors who saw it versus the 10% held back as a control.
Inferred read-onlycromanion_add_goalDefine a conversion to count, or change one you already defined.
Inferred read-onlycromanion_crawlRe-read the site, and name the pages that matter most so they are read first.
Inferred read-onlycromanion_claim_domainClaim another host for this site so its traffic counts, or give one up with `remove: true`.
Potential side effectscromanion_set_voiceWrite the facts the agent may state to visitors, and the things it must never say.
Potential side effectscromanion_surfacesChoose where the agent may speak and what those places look like: which layout surfaces are enabled, whether the exit modal is allowed, custom CSS, and per-surface HTML.
Inferred read-onlycromanion_set_holdoutSet the share of visitors held back from the agent so its effect stays measurable (0.
Inferred read-onlycromanion_set_brandAdjust the palette, fonts and button styling the agent paints its surfaces with.
Inferred read-onlycromanion_lead_destinationSet where captured leads are delivered: an https webhook, a connected HubSpot portal, or off.
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.cromanion]
url = "https://cromanion.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cromanion": {
"type": "http",
"url": "https://cromanion.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cromanion
Remote MCP URL: https://cromanion.com/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": {
"cromanion": {
"url": "https://cromanion.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cromanion": {
"type": "http",
"url": "https://cromanion.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cromanion",
"transport": "streamable-http",
"url": "https://cromanion.com/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.