MCP Marketplace
BrowseHow It WorksFor CreatorsDocs
Sign inSign up
MCP Marketplace

The curated, security-first marketplace for AI tools.

Product

Browse ToolsSubmit a ToolDocumentationHow It WorksBlogFAQ

Legal

Terms of ServicePrivacy PolicyCommunity Guidelines

Connect

support@mcp-marketplace.ioTwitter / XDiscord

MCP Marketplace ยฉ 2026. All rights reserved.

Back to Browse

Finance Intelligence MCP Server

by Ronit 019
FinanceLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Personal finance MCP server with budgeting, analytics, and PostgreSQL.

About

Personal finance MCP server with budgeting, analytics, and PostgreSQL.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 3 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

4 files analyzed ยท 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

PostgreSQL connection string.Required

Environment variable: DATABASE_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-ronit-019-finance-intelligence-mcp": {
      "env": {
        "DATABASE_URL": "your-database-url-here"
      },
      "args": [
        "finance-intelligence-mcp"
      ],
      "command": "uvx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Finance Intelligence MCP Server

Python Version FastMCP License: MIT MCP Specification Database

Finance Intelligence MCP is a production-ready Model Context Protocol (MCP) server that enables AI assistants (like Claude, Cursor, and others) to securely manage and analyze personal finances through natural language.

Released under the MIT License and designed to be extended with additional finance tools.


๐Ÿ” Overview

Unlike standard cloud-based personal finance apps, Finance Intelligence MCP keeps all financial data under your absolute control.

  • No Accounts / Subscriptions: Direct connection to your private database with zero SaaS dependencies.
  • Zero Telemetry: Your financial logs never go to external analytic APIs.
  • Full AI Context: Your AI assistant can query history, check budget status, make charts, and answer financial questions instantly.

๐Ÿ› ๏ธ Architecture

   โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
   โ”‚           MCP Client           โ”‚
   โ”‚  (Claude Desktop, Cursor, etc) โ”‚
   โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
                   โ”‚
                   โ”‚ (STDIO Transport Protocol)
                   โ–ผ
   โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
   โ”‚  Finance Intelligence Server   โ”‚
   โ”‚           (Local)              โ”‚
   โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
                   โ”‚
                   โ”‚ (Direct SQL Pool Connection)
                   โ–ผ
   โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
   โ”‚       PostgreSQL Database      โ”‚
   โ”‚ (Supabase, Local, RDS, etc)    โ”‚
   โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

โœจ Features

  • Expense Operations: Create, view, edit, and bulk-delete expense entries.
  • Multi-level Budgeting: Set limits for overall spending, specific category thresholds, or down to nested subcategory targets.
  • Analytics Breakdowns: Aggregate expenses by category, subcategory, notes, or dates over weekly/monthly/yearly time blocks.
  • Visual Charts: Exposes tools that generate Matplotlib line/bar charts of historical spending automatically.
  • Excel Spreadsheet Export: Truncates long list responses and generates download-ready Excel spreadsheets for massive datasets.
  • Financial Health Scoring: Calculates a deterministic financial health score grade based on 6 core personal finance KPIs.

โš™๏ธ Requirements & Compatibility

  • Transport: stdio
  • Supported Platforms:
    • Windows
    • macOS
    • Linux
  • Python Compatibility: Python 3.10, 3.11, and 3.12 (Tested)
  • Database: PostgreSQL 12+ (e.g. Supabase, RDS, or local Postgres)
  • Supported Clients:
    • Claude Desktop
    • Cursor
    • Compatible with any MCP client supporting stdio.

๐Ÿ’พ Installation & Setup

1. Quick Setup (Shortcut)

If you have uv installed, get started in 2 lines:

git clone https://github.com/Ronit-019/Finance-Intelligence-MCP.git
cd Finance-Intelligence-MCP
uv sync

2. Detailed Installation

Step A: Get a PostgreSQL Connection URL

The easiest, free option is Supabase:

  1. Go to Supabase and create a free project.
  2. Go to Project Settings (gear icon) > Database.
  3. Under Connection string, select URI and copy the string.
    • Example: postgresql://postgres.[your-project-ref]:[your-password]@aws-0-us-east-1.pooler.supabase.com:5432/postgres
    • (Replace [your-password] with your database password).
Step B: Clone the Repository

Clone the codebase to a directory on your machine:

git clone https://github.com/Ronit-019/Finance-Intelligence-MCP.git
cd Finance-Intelligence-MCP

Copy the absolute path of this directory (e.g. C:/Users/Admin/Desktop/Finance-Intelligence-MCP). Note: Always use forward slashes (/) for paths in JSON configs.

Step C: Install Dependencies

If you do not have uv installed, install from the project metadata:

pip install -e .

3. Client Integration

Claude Desktop Setup
  1. Open your Claude configuration file (claude_desktop_config.json):
    • Windows: Press Win + R, paste %APPDATA%\Claude\claude_desktop_config.json and press Enter.
    • macOS: Paste ~/Library/Application Support/Claude/claude_desktop_config.json in Finder's Go to Folder.
  2. Add this entry to mcpServers:
{
  "mcpServers": {
    "finance-intelligence": {
      "command": "uv",
      "args": [
        "--directory",
        "REPLACE_WITH_ABSOLUTE_PATH_TO_CLONED_DIRECTORY",
        "run",
        "python",
        "main.py"
      ],
      "env": {
        "DATABASE_URL": "REPLACE_WITH_YOUR_SUPABASE_CONNECTION_STRING"
      }
    }
  }
}
  1. Save and completely restart Claude Desktop.
Cursor IDE Setup
  1. Go to Settings > Features > MCP.
  2. Click + Add New MCP Server:
    • Name: Finance Intelligence
    • Type: command
    • Command:
      uv --directory "REPLACE_WITH_ABSOLUTE_PATH_TO_CLONED_DIRECTORY" run python main.py
      
  3. Click + Add Env Var:
    • Key: DATABASE_URL
    • Value: REPLACE_WITH_YOUR_SUPABASE_CONNECTION_STRING
  4. Click Save and refresh.

๐Ÿ’ฌ Example Prompts

Once configured, try talking to your AI assistant:

  • "Add โ‚น250 for lunch today under food."
  • "Show my spending breakdown this month."
  • "Generate an Excel report of all my expenses between May and July."
  • "Am I exceeding my monthly budget limit?"
  • "How much did I spend on dining out this week?"
  • "Calculate my monthly financial health score and give me feedback."
  • "Generate a spending chart for the last 30 days."

๐Ÿ› ๏ธ Available Tools

The server registers 12 core tools on the client:

Tool NameParametersDescription
add_expensedate, amount, category, subcategory, noteInserts a new expense transaction.
list_expensesstart_date, end_dateLists transactions, exports to Excel if count > 50.
expense_breakdownstart_date, end_date, group_by, breakdown, category, subcategoryAggregates spending sums and counts.
delete_expensesexpense_ids, start_date, end_date, category, subcategoryDeletes expenses matching filters.
update_expensesexpense_ids, filter_..., date, amount, category, subcategory, noteEdits expense records.
create_budgetbudget_type, amount, period, start_date, end_date, category, subcategory, budgetsRegisters new spending limits.
list_budgetsbudget_type, category, subcategory, periodReturns registered budgets.
update_budgetsbudget_ids, filter_..., budget_type, amount, period, start_date, end_date, category, subcategoryModifies active budgets.
delete_budgetsbudget_ids, start_date, end_date, budget_type, category, subcategory, periodDeletes target budget limits.
compare_budget_vs_expensesreference_date, budget_type, category, subcategory, periodCompares budget vs actual spending.
expense_summaryperiod, group_by, category, subcategory, start_date, end_dateGenerates a Matplotlib line/bar chart.
financial_health_scorereference_monthEvaluates 6 key personal finance indicators.

๐Ÿ’ก Troubleshooting

1. uv: command not found

If the client cannot locate uv, update your config file to run standard Python:

  • Ensure you ran pip install -e . inside the repository.
  • Update config:
"finance-intelligence": {
  "command": "python",
  "args": [
    "REPLACE_WITH_ABSOLUTE_PATH_TO_CLONED_DIRECTORY/main.py"
  ],
  "env": {
    "DATABASE_URL": "REPLACE_WITH_YOUR_SUPABASE_CONNECTION_STRING"
  }
}

2. Invalid DATABASE_URL / PostgreSQL Connection Errors

  • Make sure you replaced [your-password] with your actual database password in the Supabase URI string.
  • Ensure there are no surrounding spaces or special characters in the URL string.
  • Verify your Supabase instance is active and not paused.

3. Claude Not Detecting the Server

  • Double check that the folder paths in claude_desktop_config.json use forward slashes (/), even on Windows.
  • Check the logs at %APPDATA%\Claude\logs\mcp*.log (Windows) or ~/Library/Logs/Claude/mcp*.log (macOS) to see the exact startup error.

๐Ÿ“ Repository Structure

โ”œโ”€โ”€ src/                       # Helper packages
โ”‚   โ”œโ”€โ”€ __init__.py
โ”‚   โ”œโ”€โ”€ budget.py              # Budget database operations
โ”‚   โ”œโ”€โ”€ analytics.py           # Breakdown aggregations & Matplotlib routines
โ”‚   โ””โ”€โ”€ health.py              # KPIs and financial health calculator
โ”œโ”€โ”€ main.py                    # FastMCP Server application
โ”œโ”€โ”€ categories.json            # Category mapping catalog
โ”œโ”€โ”€ pyproject.toml             # Dependencies
โ”œโ”€โ”€ LICENSE                    # MIT License file
โ””โ”€โ”€ README.md                  # This file

๐Ÿค Contributing

Contributions, bug reports, and feature requests are welcome! Please open an issue before submitting major changes or pull requests.


๐Ÿ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.


๐Ÿ‘จโ€๐Ÿ’ป Author

Ronit Rajput

  • Portfolio: https://ronitportfolio-seven.vercel.app/assistant
  • GitHub: https://github.com/Ronit-019
  • LinkedIn: https://www.linkedin.com/in/ronit-rajput/

Reviews

No reviews yet

Be the first to review this server!

0

installs

New

no ratings yet

Is this your server?

Claim ownership to manage your listing, respond to reviews, and track installs from your dashboard.

Claim with GitHub

Sign up with the GitHub account that owns this repo

Links

Source CodePyPI Package

Details

Published July 4, 2026
Version 1.0.0
0 installs
Local Plugin

More Finance MCP Servers

Toleno

Free

by Toleno ยท Developer Tools

Toleno Network MCP Server โ€” Manage your Toleno mining account with Claude AI using natural language.

137
Stars
533
Installs
8.0
Security
4.8
Local

mcp-creator-python

Free

by mcp-marketplace ยท Developer Tools

Create, build, and publish Python MCP servers to PyPI โ€” conversationally.

-
Stars
80
Installs
10.0
Security
4.6
Local

MarkItDown

Free

by Microsoft ยท Content & Media

Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption

156.1K
Stars
45
Installs
6.0
Security
5.0
Local

MCP Marketplace

Free

by mcp-marketplace ยท Developer Tools

Search and install MCP servers from inside your AI client.

-
Stars
30
Installs
10.0
Security
5.0
Remote

FinAgent

Free

by mcp-marketplace ยท Finance

Free stock data and market news for any MCP-compatible AI assistant.

-
Stars
25
Installs
10.0
Security
No ratings yet
Local

mcp-creator-typescript

Free

by mcp-marketplace ยท Developer Tools

Scaffold, build, and publish TypeScript MCP servers to npm โ€” conversationally

-
Stars
19
Installs
10.0
Security
5.0
Local