Skip to main content
Once connected, your AI tool can call any of these tools. You do not need to invoke them manually — the client discovers them and chooses the right tool based on your questions. Tools read from Finta storage (requires Storage Mode). High-volume tools support filters and pagination via cursor parameters in the tool schema. Most tools are read-only; a small set of write tools let your assistant categorize transactions, manage your spending categories, and manage manual accounts. Finta MCP never moves money or changes your bank connections or destination settings.

Read tools

Good liability prompts:
  • “What are my minimum payments this month?”
  • “What’s the interest rate on my student loans?”
  • “Show me all my debt”

Write tools

These tools change your data in Finta. They’re limited to managing the accounts and categories you’ve created and categorizing transactions. Write tools only affect data you manage yourself:
  • Accounts — only manual (user-created) accounts can be created, updated, or deleted. Accounts synced from your bank or payment provider are read-only, and manual account changes sync automatically to any connected destinations.
  • Categories — any category’s name, group, or description can be edited except Mercury categories, which are read-only and managed by the provider. Only manual (Finta-created) categories can be created or deleted. You can also change the category assigned to any transaction.
Good manual-account prompts:
  • “Create a manual mortgage account for my house at 6.5% interest with a $300,000 balance”
  • “Update my manual credit card balance to $1,500”
  • “Track my cash on hand as a manual account with $250”

Rule tools

Rules let your assistant set up automatic categorization that sticks. A rule has conditions (e.g. merchant name contains “Whole Foods”) and outcomes (set the category, set the merchant name, or hide the transaction). Rules apply to your stored transactions now, when you run them, and automatically as new transactions sync in. A typical flow: the assistant calls create_rule (using a category id from list_categories or create_category), then run_rules to backfill your history. When several rules match, the one with the lowest priority number wins. A transaction you’ve categorized by hand is never recategorized by a rule.