MCP Server
MCP
io.github.codespar/mcp-pomelo
MCP server for Pomelo — pan-LATAM card issuing: users, virtual/physical cards, transactions
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-pomelo",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "OAuth2 client id",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "POMELO_CLIENT_ID"
},
{
"description": "OAuth2 client secret",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "POMELO_CLIENT_SECRET"
},
{
"description": "Environment: 'sandbox' or 'production'. Defaults to 'sandbox'.",
"format": "string",
"name": "POMELO_ENV"
},
{
"description": "API base URL override. Defaults per environment.",
"format": "string",
"name": "POMELO_BASE_URL"
},
{
"description": "Auth base URL override. Defaults per environment.",
"format": "string",
"name": "POMELO_AUTH_URL"
},
{
"description": "OAuth2 audience override. Defaults per environment.",
"format": "string",
"name": "POMELO_AUDIENCE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment