← Back to Plugins
MCP Server MCP

io.github.matjmat/eulerian-marketing-platform-mcp

github By github 👁 1 views ▲ 0 votes

Provides access to the Eulerian Marketing Platform: analytics, attribution & data activation.

Homepage Verified source GitHub

Install

uvx eulerian-marketing-platform

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "eulerian-marketing-platform",
      "version": "0.2.9",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Eulerian Marketing Platform API key",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "EMP_API_TOKEN"
        },
        {
          "description": "Your Eulerian Marketing Platform MCP Endpoint",
          "isRequired": true,
          "format": "string",
          "name": "EMP_API_ENDPOINT"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...