← Back to Plugins
MCP Server MCP

net.memberpass/mcp

github By github 👁 2 views ▲ 0 votes

MemberPass MCP — manage projects, plans, members, payments, and analytics for Telegram creators.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.memberpass.net",
      "headers": [
        {
          "description": "Bearer <personal-access-token>. Mint at https://app.memberpass.net/settings/tokens with the mcp:full ability.",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...