Skip to main content

Finpy MCP Server — AI-powered asset management through conversation

Project description

finpy-mcp

Finpy MCP Server — Manage cap tables, deals, holdings, and financials through AI conversation.

Connect your favorite AI tool (Claude Desktop, Cursor, VS Code, Claude Code) to the Finpy platform and work with your financial data through natural language.

Features

  • 30 tools for asset management operations
  • Cap table management — stakeholders, funding rounds, securities, transactions
  • Deal flow — create deals, express interest, execute fundraising rounds
  • Portfolio tracking — holdings, valuations, performance metrics (IRR, MOIC, TVPI)
  • Financial reporting — income statements, balance sheets, cash flow statements
  • Secure — OAuth device flow login, credentials stored locally, no passwords sent to AI

Quick Start

1. Install

pip install finpy-mcp

Or with uv:

# Install uv (if not already installed)
brew install uv

# Add uv tools to PATH (one-time setup)
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc
source ~/.zshrc

# Install finpy-mcp
uv tool install finpy-mcp

Already installed? Update:

pip install --upgrade finpy-mcp
# or
uv tool upgrade finpy-mcp

2. Login

finpy-cli login

Opens your browser automatically. Sign in on the Finpy web app, then return to your terminal.

3. Configure your AI client

Claude Desktop — Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "finpy": {
      "command": "finpy-mcp"
    }
  }
}

Cursor — Edit .cursor/mcp.json:

{
  "mcpServers": {
    "finpy": {
      "command": "finpy-mcp"
    }
  }
}

Claude Code:

claude mcp add finpy -- finpy-mcp

Restart your AI client after configuring.

4. Start talking

Open a new conversation and say:

  • "List my entities"
  • "Show me the cap table for Nexotype"
  • "Create a stakeholder John Doe as limited partner with 8% preferred return"
  • "Create an income statement for 2026 with $1M revenue"

Available Tools (30)

Category Tools
Context list_organizations, set_context, list_entities, get_entity_details
Entity create_entity, update_entity
Cap Table list_stakeholders, create_stakeholder, update_stakeholder, list_funding_rounds, create_funding_round, create_security, list_transactions, create_transaction, get_cap_table
Deals list_deals, create_deal, update_deal, update_deal_status, list_deal_commitments, express_interest, execute_deal
Holdings list_holdings, create_holding, update_holding, get_entity_performance
Financials create_income_statement, create_balance_sheet, create_cash_flow_statement, create_financial_metrics

CLI Commands

finpy-cli login          # Login via browser (OAuth device flow)
finpy-cli login --basic  # Login with email/password (headless fallback)
finpy-cli logout         # Delete stored credentials
finpy-cli set-org <id>   # Switch active organization
finpy-cli status         # Show auth status

Security

  • Passwords never reach the AI — login happens in your browser
  • Credentials stored locally in ~/.finpy/credentials.json (chmod 600)
  • Automatic token refresh on expiry
  • No delete operations exposed — prevents accidental data loss
  • All API validations, permissions, and audit logging apply

Requirements

  • Python 3.12+
  • A Finpy account

Links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

finpy_mcp-0.4.2.tar.gz (22.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

finpy_mcp-0.4.2-py3-none-any.whl (33.4 kB view details)

Uploaded Python 3

File details

Details for the file finpy_mcp-0.4.2.tar.gz.

File metadata

  • Download URL: finpy_mcp-0.4.2.tar.gz
  • Upload date:
  • Size: 22.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.15

File hashes

Hashes for finpy_mcp-0.4.2.tar.gz
Algorithm Hash digest
SHA256 7994bf1798a887ec62d30d0b1bc3fa1476c42fff300bfa3c7f99069abd534f14
MD5 42d6251d0f14033c04db4b7b2a162639
BLAKE2b-256 a85b19e584777ac01e8a230027152f0b354864dbf18a06a8a859093a2de5d608

See more details on using hashes here.

File details

Details for the file finpy_mcp-0.4.2-py3-none-any.whl.

File metadata

  • Download URL: finpy_mcp-0.4.2-py3-none-any.whl
  • Upload date:
  • Size: 33.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.15

File hashes

Hashes for finpy_mcp-0.4.2-py3-none-any.whl
Algorithm Hash digest
SHA256 196b05d397fcbfd6777f5ab7d5bf748e1374b3e7bf036ee56962fdc8c5de4f74
MD5 280eba8ea561c816050a94713b1da849
BLAKE2b-256 8e5061944d6acd043136371930892c409e84081fa9bb88385ad35a8b993f656f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page