Norman Finance MCP Server

Official
MIT License
4
  • Linux
  • Apple

categorize_transaction

Automatically categorize transactions by analyzing amount, description, and type using AI to simplify financial management for Norman Finance users.

Instructions

Detect category for a transaction using AI. Args: transaction_amount: Amount of the transaction transaction_description: Description of the transaction transaction_type: Type of transaction ("income" or "expense") Returns: Suggested category information for the transaction

Input Schema

NameRequiredDescriptionDefault
transaction_amountYes
transaction_descriptionYes
transaction_typeYes

Input Schema (JSON Schema)

{ "properties": { "transaction_amount": { "title": "Transaction Amount", "type": "number" }, "transaction_description": { "title": "Transaction Description", "type": "string" }, "transaction_type": { "title": "Transaction Type", "type": "string" } }, "required": [ "transaction_amount", "transaction_description", "transaction_type" ], "title": "categorize_transactionArguments", "type": "object" }

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/norman-finance/norman-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server