OpenAI MCP
# OpenAI MCP Serverless API Transform your applications with instant OpenAI API access through our MCP Serverless architecture. This comprehensive Model Context Protocol (MCP) implementation provides seamless integration with OpenAI's complete ecosystem including GPT-4, DALL-E 3, Whisper, and embeddings. ## 🚀 Three Integration Patterns ### 1. 🌐 Web Applications (Recommended) **Perfect for**:…
OpenAI MCP endpoints
| Method | Endpoint | Description |
|---|---|---|
| health | ||
| GET |
/health /health |
Get service health status and connectivity information |
| config | ||
| GET |
/config /config |
Initialize session and discover available OpenAI tools. Returns service metadata and complete tool definitions for MCP clients. Use this endpoint first to establish your session… |
| mcp | ||
| POST |
/mcp /mcp |
Execute OpenAI operations using Model Context Protocol format. This endpoint provides session-optimized access to all OpenAI capabilities with intelligent cost reduction and… |
| openai | ||
| POST |
/openai /openai |
Execute OpenAI operations using direct REST API format. This endpoint provides stateless access to OpenAI capabilities with standard HTTP patterns and JSON responses. Perfect for… |
OpenAI MCP pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $1.99 / month | — |
|
| ULTRA Recommended | $4.99 / month | — |
|
| MEGA | $12.99 / month | — |
|