1.0.7npm · chatgpt-mcp · current release
Observed 2026-08-22T22:18:02.209Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.
{
"tools": {}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
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"
]
} | — | — · — | — |