Spotler Sendpro / Flowmailer Mcp Server

by Mestika

102 downloads
Not rated
GitHub

About

Unofficial Model Context Protocol server for the Spotler SendPro API, formerly known as FlowMailer.

Details

Author
Mestika
Downloads
102
Categories
Other

- Unofficial community project not affiliated with Spotler.
- Provides controlled AI-agent access to SendPro account data.
- Optionally enables SendPro message operations.
- Uses the Model Context Protocol.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Spotler Sendpro / Flowmailer Mcp Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

flowmailer_request

Call any relative FlowMailer SendPro API endpoint. In READ_ONLY mode, only GET requests are allowed.

flowmailer_endpoint_catalog

List the SendPro endpoints known by this unofficial MCP server.

flowmailer_list_messages

List messages using SendPro's reference range paging.

flowmailer_get_message

Get a SendPro message by id.

flowmailer_get_message_archive

List archived message content for a message.

flowmailer_get_message_error_archive

Get archived error content for a message.

flowmailer_get_recipient

Get SendPro recipient information.

flowmailer_list_resource

List common account resources such as flows, templates, sources, sender domains, or stats.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "spotler sendpro / flowmailer mcp server": {
            "sendpro-flowmailer": {
                "command": "npx",
                "args": [
                    "-y",
                    "sendpro-flowmailer-mcp"
                ],
                "env": {
                    "SENDPRO_ACCOUNT_ID": "your-account-id",
                    "SENDPRO_CLIENT_ID": "your-client-id",
                    "SENDPRO_CLIENT_SECRET": "your-client-secret",
                    "SENDPRO_READ_ONLY": "true"
                }
            }
        }
    }
}

McpServers

{
    "sendpro-flowmailer": {
        "command": "npx",
        "args": [
            "-y",
            "sendpro-flowmailer-mcp"
        ],
        "env": {
            "SENDPRO_ACCOUNT_ID": "your-account-id",
            "SENDPRO_CLIENT_ID": "your-client-id",
            "SENDPRO_CLIENT_SECRET": "your-client-secret",
            "SENDPRO_READ_ONLY": "true"
        }
    }
}

Unofficial Model Context Protocol server for the Spotler SendPro API, formerly known as FlowMailer.

This project is not affiliated with, endorsed by, or maintained by Spotler. It is a community MCP server for teams that need controlled AI-agent access to SendPro account data and, when explicitly enabled, SendPro message operations.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.