← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-clip

github By github 👁 1 views ▲ 0 votes

MCP server for Clip (PayClip) — Mexico's leading acquirer: payment links, card charges, refunds

Homepage Verified source GitHub

Install

npx -y @codespar/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@codespar/mcp-clip",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Basic auth token from the Clip developer dashboard",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CLIP_AUTH_TOKEN"
        },
        {
          "description": "API base URL override. Defaults to https://api.payclip.com.",
          "format": "string",
          "name": "CLIP_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...