Skip to main content
Glama

Investor Persona MCP Server

by OctopusAI

オクタゴン・インベスターMCPサーバー

Octagon Private Markets データで拡張された、MCP プロトコルを通じて AI を活用した投資家エージェント シミュレーションを公開する Model Context Protocol (MCP) サーバー。

特徴

個人投資家ペルソナ

  • Fred Wilson (Union Square Ventures) : コミュニティ主導のベンチャーで知られるニューヨークを拠点とするVCのシミュレーション
  • ピーター・ティール(ファウンダーズ・ファンド) :破壊的技術に焦点を当てた逆張り投資家のシミュレーション

オクタゴン・プライベートマーケット・データエージェント

  • プライベートマーケットエージェント:プライベートマーケットデータを提供

インストール

前提条件

  • Python 3.11以上
  • UVパッケージマネージャー
  • OpenAI APIキー
  • オクタゴンAPIキー

Smithery経由でインストール

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

クロードデスクトップ構成

"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" } } }

実装の詳細

ペルソナ設定

投資家ペルソナは、次の内容を含むマークダウン ファイルを通じて定義されます。

  • 投資哲学
  • 心理プロファイル
  • 過去の実績
  • 意思決定パターン
  • コミュニケーションスタイルの好み

カスタマイズオプション

  1. マークダウンプロファイルを作成して新しい投資家ペルソナを追加する
  2. ペルソナ間のカスタムインタラクションパターンを実装する
  3. 複雑な多視点分析のためのオーケストレーションロジックを強化

構成

環境変数:

  • OPENAI_API_KEY : AIモデルへのアクセスに必要
  • OCTAGON_API_KEY : Octagon API アクセスに必要
  • OCTAGON_BASE_URL : Octagon API のベース URL (デフォルト: " https://api-gateway.octagonagents.com/v1 ")
  • MCP_TRANSPORT : トランスポートプロトコル(デフォルト: "stdio")
  • PERSONAS_DIR : 投資家プロファイルへのパス(デフォルト: 「./investors」)

発達

# 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

MCP Inspector でhttp://localhost:5173でテストします。

ライセンス

マサチューセッツ工科大学

投資家-MCP

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

MCP プロトコルを通じて AI を活用した投資家ペルソナ シミュレーションを提供し、ユーザーは Fred Wilson や Peter Thiel などの著名なベンチャー キャピタリストの視点にアクセスして投資分析を行うことができます。

  1. 特徴
    1. 個人投資家ペルソナ
    2. オクタゴン・プライベートマーケット・データエージェント
  2. インストール
    1. 前提条件
    2. Smithery経由でインストール
    3. クロードデスクトップ構成
  3. 実装の詳細
    1. ペルソナ設定
    2. カスタマイズオプション
  4. 構成
    1. 発達
      1. ライセンス
        1. 投資家-MCP

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            An MCP server that helps AI assistants manage expense-sharing for social events, enabling the creation of gatherings, tracking of expenses, and calculation of fair reimbursements among participants.
            Last updated -
            Python
            Apache 2.0
          • A
            security
            A
            license
            A
            quality
            Explorium AgentSource MCP Server empowers every agent to become an AI-driven, Go-To-Market specialized agent! With over 20 specialized endpoints designed for prospecting, sales, and lead generation, agents can effortlessly generate and enrich accounts and prospects, access deep business insights, an
            Last updated -
            23
            24
            Python
            Apache 2.0
            • Apple
          • A
            security
            A
            license
            A
            quality
            An MCP server that integrates the XTQuant quantitative trading platform with AI assistants, allowing AI to directly access and operate on trading data and functionality.
            Last updated -
            8
            30
            Python
            MIT License
            • Apple
          • -
            security
            A
            license
            -
            quality
            An MCP server that generates 2D and 3D game assets from text prompts using AI models from Hugging Face Spaces, allowing developers to easily create game art through Claude Desktop or other MCP clients.
            Last updated -
            34
            JavaScript
            MIT License
            • Apple
            • Linux

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/OctopusAI/investor-mcp'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server