The Kit MCP server provides tools to help you access and manage your account. Each tool is annotated with safety hints your AI client uses to decide when to ask for confirmation before acting.
Safety annotations explained
Read-only — the tool does not modify your account.
Destructive — the tool may remove or overwrite data. Your AI client will ask before running these.
Idempotent — running the tool twice with the same input has the same effect as running it once.
Open-world — the tool may interact with external systems (e.g. a webhook URL you supply).
Prompts
Tool name | Description | Annotations | R/W |
| List the prompt suggestions the Kit MCP exposes. Useful for AI clients that don't implement the MCP prompts spec directly (e.g. ChatGPT) and need a tools-based discovery path instead. | Read-only, Idempotent | Read |
Account
Tool name | Description | Annotations | R/W |
| Get the current Kit account details including name, plan type, email address, and timezone. | Read-only, Idempotent | Read |
| Get the brand color palette for this Kit account. | Read-only, Idempotent | Read |
| Replace the brand color palette for this Kit account. | Idempotent | Write |
| Get the creator's public profile information. | Read-only, Idempotent | Read |
| Get email sending statistics for the account. | Read-only, Idempotent | Read |
| Get subscriber growth statistics for the account. | Read-only, Idempotent | Read |
Subscribers
Tool name | Description | Annotations | R/W |
| Create or update multiple subscribers in a single call (upsert by email address). | Idempotent, Open-world | Write |
| Update custom field values for multiple subscribers in a single call. | Idempotent | Write |
| Create or update a single subscriber (upsert by email address). | Idempotent | Write |
| Filter subscribers by engagement (opens, clicks, sends, deliveries) and/or sign-up date. | Read-only, Idempotent | Read |
| Get detailed information about a specific subscriber by ID. | Read-only, Idempotent | Read |
| Get engagement statistics for a specific subscriber. | Read-only, Idempotent | Read |
| List all tags applied to a specific subscriber. | Read-only, Idempotent | Read |
| List subscribers with optional filtering, enrichment, and cursor pagination. | Read-only, Idempotent | Read |
| Unsubscribe a subscriber from the account. | Destructive, Idempotent | Write |
| Update a single subscriber's details (email, name, or custom fields). | Idempotent | Write |
Tags
Tool name | Description | Annotations | R/W |
| Apply a tag to multiple subscribers in a single call. | Idempotent | Write |
| Remove a tag from multiple subscribers in a single call. | Destructive, Idempotent | Write |
| Create a new tag. | Idempotent | Write |
| List all subscribers who have a specific tag. | Read-only, Idempotent | Read |
| List all tags in the account. | Read-only, Idempotent | Read |
| Apply a tag to a subscriber. | Idempotent | Write |
| Remove a tag from a subscriber. | Destructive, Idempotent | Write |
| Rename an existing tag. | Idempotent | Write |
Segments
Tool name | Description | Annotations | R/W |
| List all subscriber segments (saved subscriber filters) in the account. | Read-only, Idempotent | Read |
Custom fields
Tool name | Description | Annotations | R/W |
| Create a new custom field. | Idempotent | Write |
| Permanently delete a custom field and its values from all subscribers. | Destructive, Idempotent | Write |
| List all custom fields defined in the account. | Read-only, Idempotent | Read |
| Rename an existing custom field. | Idempotent | Write |
Forms
Tool name | Description | Annotations | R/W |
| Subscribe someone to a form. | Idempotent, Open-world | Write |
| List subscribers who signed up through a specific form. | Read-only, Idempotent | Read |
| List all forms and landing pages in the account. | Read-only, Idempotent | Read |
Sequences
Tool name | Description | Annotations | R/W |
| Create a new email sequence (automated email series). | Open-world | Write |
| Update an existing sequence's settings. | Idempotent, Open-world | Write |
| Permanently delete a sequence. | Destructive, Idempotent | Write |
| Add a subscriber to an email sequence. | Idempotent, Open-world | Write |
| Get detailed information about a specific sequence. | Read-only, Idempotent | Read |
| List subscribers in a specific sequence. | Read-only, Idempotent | Read |
| List all email sequences (automated email series) in the account. | Read-only, Idempotent | Read |
Sequence emails
Tool name | Description | Annotations | R/W |
| List all emails in a specific sequence, ordered by position. | Read-only, Idempotent | Read |
| Get a specific email within a sequence, including its HTML content. | Read-only, Idempotent | Read |
| Add a new email to a sequence. | Open-world | Write |
| Update an existing sequence email. | Idempotent, Open-world | Write |
| Remove an email from a sequence. | Destructive, Idempotent | Write |
Broadcasts
Tool name | Description | Annotations | R/W |
| Create a new email broadcast (draft or scheduled). | Open-world | Write |
| Delete a broadcast. | Destructive, Idempotent | Write |
| Get detailed information about a specific broadcast. | Read-only, Idempotent | Read |
| Get click data for a specific broadcast. | Read-only, Idempotent | Read |
| Get performance statistics for a specific broadcast. | Read-only, Idempotent | Read |
| Get per-broadcast statistics across the account. | Read-only, Idempotent | Read |
| List all broadcasts (email campaigns) in the account. | Read-only, Idempotent | Read |
| Update an existing broadcast's content or schedule. | Idempotent, Open-world | Write |
Email templates
Tool name | Description | Annotations | R/W |
| List all email templates available in the account. | Read-only, Idempotent | Read |
Snippets
Tool name | Description | Annotations | R/W |
| List all snippets in the account. | Read-only, Idempotent | Read |
| Get a specific snippet by ID, including its content and document. | Read-only, Idempotent | Read |
| Create a new reusable snippet. | — | Write |
| Update an existing snippet. | Idempotent | Write |
Posts
Tool name | Description | Annotations | R/W |
| Get detailed information about a specific post. | Read-only, Idempotent | Read |
| List all published posts on the creator's profile. | Read-only, Idempotent | Read |
Purchases
Tool name | Description | Annotations | R/W |
| Get details about a specific purchase. | Read-only, Idempotent | Read |
| List all purchases tracked in the account. | Read-only, Idempotent | Read |
Webhooks
Tool name | Description | Annotations | R/W |
| Create a webhook that fires HTTP requests to an external URL when events occur. | Open-world | Write |
| Delete a webhook. | Destructive, Idempotent | Write |
| List all webhooks configured in the account. | Read-only, Idempotent | Read |
