MCP Server
MCP
io.github.codespar/mcp-clip
MCP server for Clip (PayClip) — Mexico's leading acquirer: payment links, card charges, refunds
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
By
Comments
Sign in to leave a comment