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.
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.
string
required
The system/tool you want an MCP for.
string
Optional: what you’d use it for.

contact_support

Send a message to Consile support (reply by email).
string
required
Your message to Consile support.