mcp celcoin for Windsurf
io.github.codespar/mcp-celcoin
MCP server for Celcoin — Pix, boleto, transfers, bill payments, top-ups
client:Windsurf
transport:stdio
runtime:npm
Install mcp celcoin in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp-celcoin": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-celcoin"
],
"env": {
"CELCOIN_CLIENT_SECRET": "<CELCOIN_CLIENT_SECRET>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs