connectif-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CONNECTIF_API_KEY | Yes | Sent as Authorization: apiKey {value}. | |
| CONNECTIF_BASE_URL | No | API origin; useful for mocked or compatible environments. | https://api.connectif.cloud |
| CONNECTIF_TIMEOUT_MS | No | Request abort timeout in milliseconds. | 10000 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| connectif_contactsD | Direct Connectif API operations for contacts. Use action to select an official operation. |
| connectif_purchasesC | Direct Connectif API operations for purchases. Use action to select an official operation. |
| connectif_productsD | Direct Connectif API operations for products. Use action to select an official operation. |
| connectif_exportsD | Direct Connectif API operations for exports. Use action to select an official operation. |
| connectif_importsD | Direct Connectif API operations for imports. Use action to select an official operation. |
| connectif_coupon_setsC | Direct Connectif API operations for coupon_sets. Use action to select an official operation. |
| connectif_workflowsC | Direct Connectif API operations for workflows. Use action to select an official operation. |
| connectif_storeC | Direct Connectif API operations for store. Use action to select an official operation. |
| connectif_contact_fieldsD | Direct Connectif API operations for contact_fields. Use action to select an official operation. |
| connectif_custom_eventsC | Direct Connectif API operations for custom_events. Use action to select an official operation. |
| connectif_custom_integrationsC | Direct Connectif API operations for custom_integrations. Use action to select an official operation. |
| connectif_custom_event_typesD | Direct Connectif API operations for custom_event_types. Use action to select an official operation. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 12 tools
Each tool is clearly scoped to a distinct Connectif resource (contacts, purchases, products, etc.), so there is no overlap in target entities. An agent can easily choose the correct tool based on the resource name.
All tools follow the exact same pattern of `connectif_<resource>`, with consistent lowercase and underscore separation. This makes the naming perfectly predictable and easy to navigate.
The 12 tools cover the primary Connectif resource types (contacts, purchases, products, workflows, etc.) without being excessive. This falls comfortably within the well-scoped range for a domain-specific server.
The tool set covers core resources like contacts, purchases, products, and workflows, but the generic nature of each tool (requiring an 'action' parameter) obscures detailed operations. Some potentially important resources like campaigns or segments are missing, but the main lifecycle is represented.