thunderjr/openfinance-mcp-server
If you are the rightful owner of openfinance-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The OpenFinance MCP Server is a Go-based application that connects to the Brazilian Open Finance ecosystem through Pluggy.ai, providing secure and structured access to financial data.
OpenFinance MCP Server
The OpenFinance MCP Server is a Go-based application that connects to the Brazilian Open Finance ecosystem through Pluggy.ai, providing secure and structured access to financial data such as account balances, transactions, and investments. It is designed to expose these resources to Large Language Models (LLMs) and other AI agents via the Model Context Protocol (MCP), facilitating the development of intelligent financial applications.
Note: Ensure to grant the necessary consents via Pluggy Connect before using.
Installation
- Clone the repository:
git clone https://github.com/thunderjr/openfinance-mcp-server.git
cd openfinance-mcp-server
- Install dependencies:
go mod tidy
- Build the server:
make build
- Use binary on your preferred MCP client (e.g. Claude Desktop):
{
"mcpServers": {
"openfinance-mcp-server": {
"command": "<project_path>/bin/openfinance-mcp-server",
"args": [],
"env": {
"PLUGGY_CLIENT_ID": "${PLUGGY_CLIENT_ID}",
"PLUGGY_CLIENT_SECRET": "${PLUGGY_CLIENT_SECRET}"
}
}
}
}
🤝 Contributing
Contributions are welcome! Please fork the repository and submit a pull request with your changes.