Connects Claude to Mintline's receipt and transaction management API. Exposes tools for querying receipts and transactions with filters, matching receipts to bank statement entries, and pulling spending analytics broken down by vendor, time period, or category. Loads available tools dynamically from the API so you always have access to the latest endpoints. Useful when you want conversational access to expense data, need help reviewing unmatched items, or want to ask natural language questions about spending patterns without opening the Mintline dashboard. Configure it with an API key from your Mintline settings and the tools appear in Claude Desktop automatically.
Connect AI assistants to your Mintline receipts and transactions via the Model Context Protocol.
npm install -g @mintline/mcp
Create an API key at mintline.ai/app/settings/api-keys
Add to your ~/.claude/claude_desktop_config.json:
{
"mcpServers": {
"mintline": {
"command": "mintline-mcp",
"env": {
"MINTLINE_API_KEY": "ml_live_your_api_key_here"
}
}
}
}
The Mintline tools will now be available.
Tools are loaded dynamically from the Mintline API and stay automatically in sync.
View all available tools:
npx @mintline/mcp --list-tools| Variable | Required | Description |
|---|---|---|
MINTLINE_API_KEY | Yes | Your Mintline API key |
MINTLINE_API_URL | No | API URL (default: https://api.mintline.ai) |
git clone https://github.com/mintlineai/mintline-mcp.git
cd mintline-mcp
npm install
# Run locally
MINTLINE_API_KEY=ml_live_... node src/index.js
MIT
io.github.infoinlet-marketplace/mcp-observability
betterdb-inc/monitor
com.mcparmory/datadog
thotischner/observability-mcp
io.github.tantiope/datadog-mcp
io.github.us-all/datadog