Connect AI assistants like Claude to manage your receipts and bank transactions using natural language. Automatically match receipts to transactions, analyze spending patterns, and review financial data conversationally.
Tools
list_receipts
get_receipt
delete_receipt
hide_receipt
unhide_receipt
list_transactions
get_transaction
hide_transaction
unhide_transaction
list_matches
confirm_match
reject_match
list_statements
get_statement
get_statement_transactions
list_tags
create_tag
delete_tag
list_exports
create_export
get_export
spending_summary
top_vendors
spending_trends
unmatched_summary
Server Config
{
"mcpServers": {
"mintline": {
"command": "npx",
"args": [
"-y",
"@mintline/mcp"
],
"env": {
"MINTLINE_API_KEY": "your_api_key_here"
}
}
}
}