Build AI-Powered Finance Apps with Mintline
The API and MCP server that gives AI assistants access to receipts, bank statements, and automated matching.
# MCP: One command setup
npm install -g @mintline/mcp
# API: Simple queries
curl https://api.mintline.ai/api/receipts \
-H "Authorization: Bearer ml_live_..."What Developers Are Building
Let Claude answer 'What did I spend on software this quarter?' using your actual data.
Match receipts to bank transactions programmatically. 78-95% auto-match rate.
Pull spending analytics into your own tools. Top vendors, trends, unmatched items.
Build bridges to any accounting software. Export matched data in any format.
Get Started in Minutes
# Install the MCP server
npm install -g @mintline/mcp
# Add to your Claude config (~/.claude/claude_desktop_config.json)
{
"mcpServers": {
"mintline": {
"command": "mintline-mcp",
"env": {
"MINTLINE_API_KEY": "ml_live_your_key"
}
}
}
}
# Now ask Claude:
# "How much did I spend at Amazon last month?"Full REST API
List, filter, hide/unhide. Search by vendor, status, date.
Bank statement transactions with full details.
View proposals, confirm/reject matches programmatically.
Spending summaries, top vendors, trends, unmatched alerts.
Create export jobs, download signed URLs.
Create custom tags, organize your data.
Why Developers Choose Mintline
EU Data Storage
GDPR compliant. Data stored in EU on AWS. AES-256 encryption at rest.
Start Building Today
Get your API key in 30 seconds. Free tier includes 20 matches/month.
