Swift Missive's Demo Acct MCP Server

This MCP server can be used to drive the live demo account on swiftmissive.com, which is accessible via https://swiftmissive.com/demo-login. When a user signs up, they will get their own instance of an MCP server with its own config. They can find their personal server definition in their Swift Missive account under Accounts->Integrations.

Demo MCP Server Setup

For Claude Desktop

1. Merge this information with your Claude Desktop config file. (Or if it is empty, put just this JSON in there and save it)

{
  "mcpServers": {
    "swift-missive": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://tw8kqv9wse.execute-api.us-east-1.amazonaws.com/mcp"
      ]
    }
  }
}

2. Copy-paste this text and JSON to Claude so it knows what to use for the base_url parameters of our demo server

I'd like to use the Swift Missive MCP server to drive my swiftmissive.com account by conversing with you about what I want to do, and then having you do it via the MCP server's tools. Here is access information for my account that you will need when deciding what base_url parameters to send to each tool. If you forget this information, please ask me to copy-paste it again.

{
  "api_campaign": "https://0tizjlg161.execute-api.us-east-1.amazonaws.com",
  "api_companyauthwrapper": "https://vpvnqvk5l5.execute-api.us-east-1.amazonaws.com",
  "api_entity": "https://r0x34g15e8.execute-api.us-east-1.amazonaws.com",
  "api_event": "https://eelyk87zzb.execute-api.us-east-1.amazonaws.com",
  "api_healthcheck": "https://fsg3qvdmy6.execute-api.us-east-1.amazonaws.com",
  "api_joblog": "https://t4oia5mt79.execute-api.us-east-1.amazonaws.com",
  "api_makeintegration": "https://llguzotzwk.execute-api.us-east-1.amazonaws.com",
  "api_mcp_server": "https://tw8kqv9wse.execute-api.us-east-1.amazonaws.com",
  "api_reporting": "https://j81hkcd9lh.execute-api.us-east-1.amazonaws.com",
  "api_reportingwrapper": "https://ef9vvn4hl5.execute-api.us-east-1.amazonaws.com",
  "api_scheduler": "https://qq4v4cfbq7.execute-api.us-east-1.amazonaws.com",
  "api_segment": "https://kic9awt2l8.execute-api.us-east-1.amazonaws.com",
  "api_segmentwrapper": "https://epbvzjh61e.execute-api.us-east-1.amazonaws.com",
  "api_senderpersona": "https://b0a8f4m7qd.execute-api.us-east-1.amazonaws.com",
  "api_senderpersonawrapper": "https://nuwayagcj1.execute-api.us-east-1.amazonaws.com",
  "api_template": "https://7wrt3amkq3.execute-api.us-east-1.amazonaws.com",
  "api_template_wrapper": "https://5g4hhc2dm9.execute-api.us-east-1.amazonaws.com",
  "api_unsubscribe": "https://8xrn0l67wk.execute-api.us-east-1.amazonaws.com",
  "api_user": "https://dz58vjjvbe.execute-api.us-east-1.amazonaws.com",
  "api_workflow": "https://pho57gbtsb.execute-api.us-east-1.amazonaws.com",
  "api_workflowwrapper": "https://n5bky6af3l.execute-api.us-east-1.amazonaws.com",
  "api_zapierintegration": "https://8fvox9y6v1.execute-api.us-east-1.amazonaws.com",
  "dq_dt_api": "https://7aktsfvoc0.execute-api.us-east-1.amazonaws.com",
  "dq_enqueue_api": "https://c33myxdsb1.execute-api.us-east-1.amazonaws.com"
}

For Cursor

Setup

Cursor users can use this one-click install link.

What to do once your agent knows about the server

Once you've completed the setup steps for your chosen Agent, you can talk to it and have it do what you want with the demo account!

Here are some suggestions if you can't think of anything:

Tools

Tools are discoverable in the MCP server via standard MCP protocols. Each tool has its own description and parameter listings. The MCP tools very closely (but not exactly) match the API specification for Swift Missive

Limitations

Since this MCP server operates on a public demo account:

Support

If you experience any problems or have any questions about the MCP server, please reach out to support@swiftmissive.com.