Buxfer-MCP-Server
Verified Safeby vic7ord1st
Overview
Manages Buxfer financial transactions and accounts, enabling users to add transactions, list accounts with balances, and query transaction history via natural language.
Installation
docker run -i --rm -e BUXFER_TOKEN=YOUR_BUXFER_TOKEN buxfer-mcp-serverEnvironment Variables
- BUXFER_TOKEN
Security Notes
The server retrieves the Buxfer API token from an environment variable, preventing hardcoding. It runs in an isolated Docker container, uses HTTPS for all Buxfer API communications, and logs no sensitive data. The token is passed as a query parameter as per Buxfer's API design, which is generally less secure than a header but is an external API constraint rather than an internal flaw.
Similar Servers
mcp-server-salesforce
Enable natural language interactions and automation with Salesforce data and metadata for AI models.
mcp-server-trading-212
An MCP server that enables Claude to interact with a 212 Trading account for managing investments, executing trades, and retrieving market data.
claude-explorer
Facilitate searching, analyzing, and exporting user's Claude.ai conversation history with an AI assistant via CLI and a web interface.
expense-tracker-mcp-server
This server allows users to track and manage personal expenses through natural language interactions, storing records in a local SQLite database and providing tools for adding, listing, updating, deleting, and summarizing expenses.