punkpeye
MCP Serverpunkpeyepublic

investor mcp

一个通过MCP协议提供AI驱动投资者代理模拟的服务器,集成了Octagon私人市场数据。

Repository Info

0
Stars
0
Forks
0
Watchers
0
Issues
TypeScript
Language
-
License

About This Server

一个通过MCP协议提供AI驱动投资者代理模拟的服务器,集成了Octagon私人市场数据。

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

Octagon Investor MCP Server

smithery badge

A Model Context Protocol (MCP) server that exposes AI-powered investor agent simulations through the MCP protocol, augmented with Octagon Private Markets data.

Features

Individual Investor Personas

  • Fred Wilson (Union Square Ventures): Simulation of the NYC-based VC known for community-driven ventures
  • Peter Thiel (Founders Fund): Simulation of the contrarian investor focused on disruptive technologies

Octagon Private Markets Data Agents

  • Private Market Agents: Provides private markets data

Installation

Prerequisites

  • Python 3.11+
  • uv package manager
  • OpenAI API key
  • Octagon API key

Install via Smithery

npx -y @smithery/cli install @octagonai/investor-mcp-server --client claude

Claude Desktop Configuration

"mcpServers": {
  "investor-persona-mcp-server": {
    "command": "uvx",
    "args": ["investor-persona-mcp-server"],
    "env": {
        "OPENAI_API_KEY": "your-openai-key-here",
        "OCTAGON_API_KEY": "your-octagon-key-here",
        "OCTAGON_BASE_URL": "https://api-gateway.octagonagents.com/v1"
    }
  }
}

Implementation Details

Persona Configuration

Investor personas are defined through markdown files containing:

  • Investment philosophy
  • Psychological profile
  • Historical track record
  • Decision-making patterns
  • Communication style preferences

Customization Options

  1. Add new investor personas by creating markdown profiles
  2. Implement custom interaction patterns between personas
  3. Enhance orchestration logic for complex multi-perspective analysis

Configuration

Environment variables:

  • OPENAI_API_KEY: Required for AI model access
  • OCTAGON_API_KEY: Required for Octagon API access
  • OCTAGON_BASE_URL: Base URL for Octagon API (default: "https://api-gateway.octagonagents.com/v1")
  • MCP_TRANSPORT: Transport protocol (default: "stdio")
  • PERSONAS_DIR: Path to investor profiles (default: "./investors")

Development

# Clone repo
git clone https://github.com/octagonai/investor-mcp-server.git
cd investor-persona-mcp-server

# Setup environment
uv venv
source .venv/bin/activate
uv sync --dev

# Run with SSE transport
export OPENAI_API_KEY=your-openai-key
export OCTAGON_API_KEY=your-octagon-key
uv run mcp dev src/agents_mcp_server/server.py

Test via MCP Inspector at http://localhost:5173

License

MIT

investor-mcp

Quick Start

1

Clone the repository

git clone https://github.com/punkpeye/investor-mcp
2

Install dependencies

cd investor-mcp
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownerpunkpeye
Repoinvestor-mcp
LanguageTypeScript
License-
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation