mcpbeat Sign in

openInvest MCP Server

by longsizhuo Your server? Claim it
local only

openInvest runs on your own machine — the client starts it, so there is no endpoint to ping. 492 installs a week from pypi. Last commit 24 Jul 2026.

Investment runtime for AI agents — LLM investment committee, portfolio ledger, decision accounting

Installs per day peak 177 · avg 75 · -3% w/w
a month agotoday
492
Installs / week
pypi · openinvest
84
Stars
10 open issues
24 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 25 min ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add openinvest -- uvx openinvest
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "openinvest": {
      "args": [
        "openinvest"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.openinvest]
command = "uvx"
args = ["openinvest"]
.cursor/mcp.json
{
  "mcpServers": {
    "openinvest": {
      "args": [
        "openinvest"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "openinvest": {
      "args": [
        "openinvest"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: INVEST_HOME (Data directory for portfolio/ledgers/.env (default: ~/openInvest)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to openInvest

same job, measured the same way
Candor Finance
by candor

Personal-finance workspace for AI agents: accounts, spending, budgets, goals, and investments.

answering
S+S Agentic
by shortandsweet-agentic

Doors for AI agents: witness, letter, poison check, ghost check, wall. No account, no payment.

10 tools answering
MCP Open Finance
by codespar

MCP server for Open Finance Brasil — accounts, transactions, consents, credit, loans, investments

26 installs/wk local only
NP Ledger
by npledger

Nonprofit fund accounting your AI agent helps you run — read the books and post entries.

answering
PennyPilot
by holco-apps

AI copilot for French accounting firms on Pennylane. Monthly close memo in 8s, full general ledger.

local only
Axp
by tradewr333-lgtm

Trust scores, opportunity feed, contracts and a paid crypto Decision API for AI agents.

36 installs/wk local only
Porto Bank MCP
by mcp-dir

Connect your Porto Bank account to AI via Brazil's Open Finance: balances, statements, cards, invest

25 tools answering
Xero
by wyre-ai

MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.

local only

openInvest — questions

Answers built from our own checks of this server.

Why is there no uptime for openInvest?
openInvest runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package openinvest was installed 492 times last week.
How do I connect openInvest?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls openinvest straight from pypi; nothing to host, nothing to sign up for.
How many people use openInvest?
The pypi package openinvest was installed 492 times in the last week. Week over week that is -3%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is openInvest open source?
Yes — it is published under the MIT licence, written in Python, 84 stars on GitHub and 10 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.