MCP Server
MCP
io.github.codespar/mcp-pluggy
MCP server for Pluggy — Open Finance Brasil aggregator: accounts, transactions, payment initiation
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-pluggy",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Pluggy client ID issued at https://dashboard.pluggy.ai",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "PLUGGY_CLIENT_ID"
},
{
"description": "Pluggy client secret",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "PLUGGY_CLIENT_SECRET"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment