octo-goggles
Verified Safeby Monipoo0904
Overview
Exposing ChatGPT functionalities (chat, text analysis) via an HTTP API and an MCP (Model Context Protocol) interface.
Installation
vercel devEnvironment Variables
- OPENAI_API_KEY
Security Notes
API key loaded from environment variable, which is good practice. The API handler sets a wildcard Access-Control-Allow-Origin header, allowing requests from any domain. While common for public APIs, it's a consideration for client-side security, but not a direct server vulnerability. No 'eval', hardcoded secrets, or obvious malicious patterns were found.
Similar Servers
lex
Provides a UK legal research API for AI agents, offering capabilities to search legislation, caselaw, amendments, and explanatory notes using semantic and keyword search, and includes a Micro-Copilot (MCP) server for integration with AI assistants.
mcp-code-exec-python
Provides a Model Context Protocol (MCP) server for executing arbitrary Python code with optional package installations, supporting HTTP, SSE, and STDIO transports.
mcp-units
Converts cooking measurements (volume, weight, temperature) between common units, designed for integration with MCP-compatible tools and VSCode extensions.
crav-mcp-vercel
Vercel deployment automation and resource management for AI applications, enabling autonomous deployments, real-time build monitoring, log retrieval, error parsing, and resource management.