Mintline MCP Server
The Mintline MCP Server connects AI assistants to Mintline financial data for expense tracking and reconciliation.
Core Capabilities:
Receipt Management - List and search receipts by vendor name, date range, or match status (matched/unmatched/hidden); view detailed receipt information including line items and associated transactions
Transaction Management - List and search bank transactions by description, match status, or bank statement; view detailed transaction information; list uploaded bank statements
Matching & Reconciliation - Review proposed matches between receipts and transactions; confirm matches to permanently link them or reject with optional reasons; get summaries of unmatched receipts, transactions without receipts, and pending matches needing review
Spending Analytics - Generate spending summaries grouped by total, vendor, month, week, or day with optional date range and vendor filters; identify top vendors by spending; track monthly spending trends over time (default 6 months)
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Mintline MCP ServerShow me my unmatched receipts"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Mintline MCP Server
Connect AI assistants to your Mintline receipts and transactions via the Model Context Protocol.
Installation
npm install -g @mintline/mcpRelated MCP server: Accounting MCP
Setup
1. Get your API key
Create an API key at mintline.ai/app/settings/api-keys
2. Configure Claude Desktop
Add to your ~/.claude/claude_desktop_config.json:
{
"mcpServers": {
"mintline": {
"command": "mintline-mcp",
"env": {
"MINTLINE_API_KEY": "ml_live_your_api_key_here"
}
}
}
}3. Restart Claude Desktop
The Mintline tools will now be available.
Available Tools
Tools are loaded dynamically from the Mintline API and stay automatically in sync.
View all available tools:
Documentation: mintline.ai/docs/mcp
CLI:
npx @mintline/mcp --list-tools
Example Prompts
Receipts & Transactions
"Show me my unmatched receipts"
"Find receipts from Amazon"
"List transactions from my Chase statement"
"Show details for receipt rcpt_01abc123"
Matching
"What matches need my review?"
"Confirm the top match"
"Reject match mtch_01xyz789 - wrong vendor"
Analytics
"How much did I spend this month?"
"What are my top vendors by spending?"
"Show me spending trends for the last 6 months"
"Break down my spending by week"
"How much did I spend at AWS last quarter?"
"What needs my attention?" (shows unmatched items)
"Do I have any large transactions without receipts?"
Environment Variables
Variable | Required | Description |
| Yes | Your Mintline API key |
| No | API URL (default: https://api.mintline.ai) |
Development
git clone https://github.com/mintlineai/mintline-mcp.git
cd mintline-mcp
npm install
# Run locally
MINTLINE_API_KEY=ml_live_... node src/index.jsLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityFmaintenanceAn AI-powered financial management engine that enables budgeting, smart expense tracking, and affordability analytics via the Model Context Protocol. It allows AI assistants to interact with financial data through natural language for tasks like category detection, bulk expense ingestion, and budget impact predictions.Last updated1
- Flicense-qualityDmaintenanceA personal financial management tool that enables AI assistants to record transactions, check balances, and provide monthly financial summaries via the Model Context Protocol. It allows users to manage their expenses and income through natural language interactions using standardized MCP tools and resources.Last updated
- AlicenseAqualityCmaintenanceProvides AI assistants with secure, read-only access to over 15,000 financial institutions across the US and Europe via the Model Context Protocol. It enables users to query account balances, transactions, and spending breakdowns through natural language conversation.Last updated534531MIT
- Alicense-qualityDmaintenanceConnects AI assistants to 500+ financial data tools from 40+ providers via the Model Context Protocol, enabling natural language queries for financial data.Last updated1MIT
Related MCP Connectors
Log, query, and edit expenses, budgets, and accounts in Ledgy from any MCP-compatible AI assistant.
Read-only bank access for your AI agent. Connects Claude, ChatGPT, Cursor, Gemini, Codex.
Connect AI agents to bank accounts, transactions, balances, and investments.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mintlineai/mintline-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server