← Back to Plugins
MCP Server MCP

Autopilots by Dania.ai

github By github 👁 1 views ▲ 0 votes

Social media automation with AI — publish, schedule, campaigns, DMs, analytics across 5 platforms.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.dania.ai/autopilots",
      "headers": [
        {
          "description": "Your Autopilots API key. Get one at https://autopilots.dania.ai/settings/api",
          "isRequired": true,
          "isSecret": true,
          "name": "X-API-Key"
        }
      ]
    },
    {
      "type": "sse",
      "url": "https://mcp.dania.ai/sse",
      "headers": [
        {
          "description": "Your Autopilots API key. Get one at https://autopilots.dania.ai/settings/api",
          "isRequired": true,
          "isSecret": true,
          "name": "X-API-Key"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http sse

Comments

Sign in to leave a comment

Loading comments...