Back to Browse

OpenInvest MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

5.2
Moderate5.2Moderate Risk

OpenInvest is a well-architected investment decision engine with strong code organization, comprehensive testing, and appropriate security controls for its developer tool category. The server properly isolates agent roles, uses environment variables for API credentials, and includes auditable decision trails. However, there are moderate concerns around API key exposure in configuration workflows, unencrypted local state files, and the need for explicit security guidance on private fork requirements. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

4 files analyzed · 13 issues 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.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

process_spawn

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

system_info

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

What You'll Need

Set these up before or after installing:

Data directory for portfolio/ledgers/.env (default: ~/openInvest)Optional

Environment variable: INVEST_HOME

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-longsizhuo-openinvest": {
      "env": {
        "INVEST_HOME": "your-invest-home-here"
      },
      "args": [
        "-y",
        "openinvest"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

OpenInvest MCP Server - Investment runtime for AI agents — LLM investment | MCP Marketplace