← chatgpt-mcp

chatgpt-mcp 1.0.7

npm · chatgpt-mcp · current release

1
Tools
0
Resources
0
Templates
0
Prompts

Observation

Observed 2026-08-22T22:18:02.209Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.

Server capabilities
{
  "tools": {}
}

Tools 1

ToolCategoryAnnotationsRisk
chatgptSends prompts to ChatGPT ('ask' operation) or retrieves conversation list ('get_conversations'). For 'ask', optionally specify conversation_id and time_to_wait (seconds, 0=don't retrieve, default=6).
Input schema
{
  "type": "object",
  "properties": {
    "operation": {
      "type": "string",
      "description": "Operation to perform: 'ask' or 'get_conversations'",
      "enum": [
        "ask",
        "get_conversations"
      ]
    },
    "prompt": {
      "type": "string",
      "description": "The prompt to send to ChatGPT (required for ask operation)"
    },
    "conversation_id": {
      "type": "string",
      "description": "Optional conversation ID to continue a specific conversation"
    },
    "time_to_wait": {
      "type": "number",
      "description": "Time in seconds to wait before retrieving the response (0-3600). If 0, no response is retrieved. Defaults to 6.",
      "minimum": 0,
      "maximum": 3600,
      "default": 6
    }
  },
  "required": [
    "operation"
  ]
}
— · —

Resources 0

Resource templates 0

Prompts 0

Let’s talk about MCP security.

Share your details and our security team will contact you.