Providers
OpenAI
OpenAI
Configure an OpenAI Playground tool to use Rapid MCP
Steps
- Open the OpenAI Playground → Prompts
- Create a new MCP tool
- Enter the URL and headers
Configuration JSON
{
"mcpServers": {
"RapidMCP": {
"url": "https://rapid-mcp.com/mcp/<serverId>/stream",
"headers": {
"Authorization": "Bearer XXXXX"
}
}
}
}