# Laposta — MCP server on mcp.ai > Connect your Laposta account and use 25 tools for email newsletters straight from your AI agent. Connect with your own API key. Dutch newsletter app (email marketing) that makes it exceptionally easy to send professional newsletters. By: mcp.ai · official Page: https://mcp.ai/laposta ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_laposta?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/laposta/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/laposta/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/laposta/skill.md Postman collection (v2.1): https://mcp.ai/laposta/postman.json ## Tools - laposta_campaign_get_all() — Retrieve all email campaigns from your Laposta account. Use this tool to list all campaigns with their configuration, delivery status, and analytics settings. Returns campaign details including sender - laposta_field_create(name: string, in_form: boolean, in_list: boolean, list_id: string, options?: string[], datatype: string, required: boolean, defaultvalue?: string, datatype_display?: string) — Tool to create a custom field for a mailing list to define subscriber attributes. Use when you need to add custom fields like text, numeric, date, or select fields to a list. For select fields (select - laposta_field_delete(list_id: string, field_id: string) — Tool to permanently remove a custom field from a mailing list. Use when you need to delete a field that is no longer needed. - laposta_field_get(list_id: string, field_id: string) — Tool to retrieve specific field details by field_id. Use when you need to fetch complete information about a custom field including its configuration, data type, and available options. - laposta_field_get_all(list_id: string) — Tool to retrieve all fields for a specific list in Laposta. Use when you need to see all field definitions, metadata, and settings for a list. - laposta_field_update(name?: string, in_form?: boolean, in_list?: boolean, list_id: string, datatype?: string, field_id: string, required?: boolean, defaultvalue?: string, options_full?: object[], datatype_display?: string) — Tool to modify field configuration in a Laposta list. Use when you need to update field properties such as name, datatype, required status, or display settings. WARNING: Modifying datatype removes all - laposta_get_segment(list_id: string, segment_id: string) — Tool to retrieve specific segment details by segment_id. Use when you need to fetch complete information about a segment including its name, definition criteria, and timestamps. - laposta_list_clear_members(list_id: string) — Tool to clear all active members from a list. Use when you need to remove all active member relationships while preserving the list itself. The operation is permanent and cannot be undone. - laposta_list_create(name: string, locked?: boolean, remarks?: string, subscribe_notification_email?: string, unsubscribe_notification_email?: string) — Tool to create a new mailing list in Laposta to manage email subscribers. Use when you need to create a new list with zero members. - laposta_list_delete(list_id: string) — Permanently deletes a mailing list from Laposta. This action is irreversible - the list and all its configuration (including notification settings and metadata) will be permanently removed. Members ar - laposta_list_get(list_id: string) — Tool to retrieve specific list details by list_id. Use when you need to fetch complete information about a mailing list including its metadata, state, notification settings, and member statistics. - laposta_list_get_all() — Tool to retrieve all mailing lists from your Laposta account. Use when you need to view all lists including both active and deleted ones. - laposta_list_update(name?: string, locked?: boolean, list_id: string, remarks?: string, subscribe_notification_email?: string, unsubscribe_notification_email?: string) — Tool to modify list properties such as name, remarks, or notification emails. Use when you need to update an existing mailing list's configuration. - laposta_member_create(ip: string, email: string, list_id: string, options?: object, source_url?: string, custom_fields?: object) — Tool to add a new subscriber relationship to a list with custom fields and tracking info. Use when you need to create a new member in a list or update an existing member if upsert is enabled. - laposta_member_delete(list_id: string, member_id: string) — Tool to permanently remove a member from a list. Use when you need to delete a member by their ID or email address. - laposta_member_get(list_id: string, member_id: string) — Tool to retrieve specific member details by member_id or email. Use when you need to get comprehensive information about a member from a list, including their status, registration details, and custom - laposta_member_get_all(state?: string, list_id: string) — Tool to retrieve all members from a specified Laposta mailing list. Use when you need to list or view all contacts in a list. Optionally filter by member state (active, unsubscribed, or cleaned). - laposta_member_update(email?: string, state?: string, list_id: string, member_id: string, custom_fields?: object) — Tool to modify member data, status, or custom fields in a Laposta list. Use when updating existing member information or managing subscription state. Supports partial updates (only modified fields nee - laposta_report_get_all() — Tool to retrieve performance metrics for all campaigns. Use when you need campaign statistics including opens, clicks, bounces, complaints, and unsubscribes. - laposta_segment_get_all(list_id: string) — Tool to retrieve all segments from a mailing list. Use when you need to list or browse segments within a specific list. - laposta_webhook_create(url: string, event: string, blocked?: boolean, list_id: string) — Tool to register a new webhook for list events in Laposta. Use when you need to receive real-time notifications for subscriber events like subscriptions, modifications, or deactivations. - laposta_webhook_delete(list_id: string, webhook_id: string) — Tool to permanently remove a webhook. Use when you need to delete a webhook from a list. Pending webhook requests are completed before deletion. - laposta_webhook_get(list_id: string, webhook_id: string) — Tool to retrieve specific webhook details by webhook_id. Use when you need to inspect webhook configuration including event type, URL, and status. - laposta_webhook_get_all(list_id: string) — Tool to retrieve all webhooks for a specific list. Use when you need to view all webhooks configured for a particular list. - laposta_webhook_update(url?: string, event?: string, blocked?: boolean, list_id: string, webhook_id: string) — Tool to modify webhook configuration including URL, event type, or blocked status. Use when you need to update an existing webhook's settings. ## Example prompts - "What can I do in Laposta?" - "Show me a summary of my Laposta account" ## Links Docs: https://mcp.ai/docs/mcps/laposta Website: https://mcp.ai/mcps/laposta