Back to Home
ktdreyer icon

openai-mcp

Verified Safe

by ktdreyer

Overview

Manages OpenAI organization invitations by allowing an LLM to check invite status and send new invites.

Installation

Run Command
uv run main.py

Environment Variables

  • OPENAI_ADMIN_KEY_READ
  • OPENAI_ADMIN_KEY_WRITE

Security Notes

The server code itself avoids common pitfalls like hardcoded secrets or `eval` by using environment variables for API keys. It leverages restricted OpenAI admin keys as recommended. A critical security note in the README indicates that user-provided email addresses to the LLM are a 'naive example' and in a production deployment, authenticated user email addresses should be passed through a secure mechanism to prevent trusting unverified LLM input. This is a design-level risk for a production system, not a direct vulnerability in the provided server code.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens150
Stars0
Forks0
Last Update2025-12-10

Tags

OpenAIOrganization ManagementLLM ToolInvitationMCP