Skip to main content
The Consile Concierge is the connector served on the aggregate endpoint https://mcp.consile.ai/mcp. It exposes no raw connector tools — only six management tools for the customer journey. (Connector tools live on each connector’s own /<id>/mcp endpoint.)
Tenancy is always the access-token-verified account — never client input. The two write tools persist a message for the Consile team; everything else is read-only or returns a portal link. No credential is ever read or returned.

list_my_mcps

List the connectors the account has purchased, each with its dedicated URL and whether it is connected. Arguments: none.
mcps
array
Each item: id, name, mcpUrl, connected, and an addToClaude (claude mcp add …) command.

list_available_connectors

Browse the connectors Consile offers, whether the account owns each, and a buy link. Arguments: none. Returns connectors[] (id, name, purchasable, owned, buyUrl) plus a browseUrl to the marketplace.

subscription_status

The account’s active MCPs plus a manageUrl to the billing page. Arguments: none.

manage_subscription

Returns a secure manageUrl to the portal billing page (manage or cancel). Cancellations take effect at the end of the paid period. Arguments: none.

request_connector

Log a request for a new system/MCP. Reviewed by the Consile team.
system
string
required
The system/tool you want an MCP for.
note
string
Optional: what you’d use it for.

contact_support

Send a message to Consile support (reply by email).
message
string
required
Your message to Consile support.
{
  "name": "request_connector",
  "arguments": { "system": "Shopify", "note": "Orders + revenue for cash-flow." }
}