OpenAI Agents MCP Server

by OctopusAI

Integrations

  • Exposes OpenAI agents through the MCP protocol, including specialized agents for web search, file search, and computer actions, plus a multi-agent orchestrator

Investor Persona MCP Server

A Model Context Protocol (MCP) server that exposes AI-powered investor persona simulations through the MCP protocol.

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

Multi-Persona Orchestrator

  • Persona Orchestrator: Intelligent agent that routes questions to appropriate investor personas and explains their rationale

Installation

Prerequisites

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

Install via Smithery

npx -y @smithery/cli install @lroolle/openai-agents-mcp-server --client claude

Claude Desktop Configuration

"mcpServers": { "investor-persona-mcp-server": { "command": "uvx", "args": ["investor-persona-mcp-server"], "env": { "OPENAI_API_KEY": "your-api-key-here" } } }

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
  • MCP_TRANSPORT: Transport protocol (default: "stdio")
  • PERSONAS_DIR: Path to investor profiles (default: "./investors")

Development

# Clone repo git clone https://github.com/lroolle/investor-persona-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-key uv run mcp dev src/agents_mcp_server/server.py

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

License

MIT

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

A server that exposes OpenAI agents (web search, file search, computer actions, and multi-agent orchestration) through the Model Context Protocol, making them accessible to any MCP client including Claude Desktop.

  1. Features
    1. Individual Investor Personas
    2. Multi-Persona Orchestrator
  2. Installation
    1. Prerequisites
    2. Install via Smithery
    3. Claude Desktop Configuration
  3. Implementation Details
    1. Persona Configuration
    2. Customization Options
  4. Configuration
    1. Development
      1. License

        Related MCP Servers

        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol (MCP) server that lets you seamlessly use OpenAI's models right from Claude.
          Last updated -
          1
          24
          28
          JavaScript
          MIT License
          • Apple
        • -
          security
          A
          license
          -
          quality
          A simple MCP server for interacting with OpenAI assistants. This server allows other tools (like Claude Desktop) to create and interact with OpenAI assistants through the Model Context Protocol.
          Last updated -
          26
          Python
          MIT License
          • Apple
        • -
          security
          F
          license
          -
          quality
          A Model Context Protocol server implementation that enables connection between OpenAI APIs and MCP clients for coding assistance with features like CLI interaction, web API integration, and tool-based architecture.
          Last updated -
          9
          Python
          • Linux
          • Apple
        • -
          security
          A
          license
          -
          quality
          A lightweight bridge that wraps OpenAI's built-in tools (like web search and code interpreter) as Model Context Protocol servers, enabling their use with Claude and other MCP-compatible models.
          Last updated -
          8
          Python
          MIT License
          • Apple

        View all related MCP servers

        ID: gvntzrlmpt