← chatgpt-context-mcp

chatgpt-context-mcp f0b58057bb5de374f9372a86a6103dd65990ab24

source_git · protosskai/chatgpt-context-mcp · current release

4
Tools
0
Resources
4
Templates
0
Prompts

Observation

Observed 2026-08-25T13:47:46.604Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.

Server capabilities
{
  "tools": {
    "listChanged": true
  },
  "resources": {
    "listChanged": true
  }
}

Tools 4

ToolCategoryAnnotationsRisk
get_chatgpt_contextRead an already imported ChatGPT conversation from local cache. This does not check the remote conversation.
Input schema
{
  "type": "object",
  "properties": {
    "conversation_id": {
      "type": "string",
      "minLength": 1
    },
    "format": {
      "type": "string",
      "enum": [
        "markdown",
        "messages",
        "json"
      ]
    },
    "max_chars": {
      "type": "integer",
      "exclusiveMinimum": 0
    }
  },
  "required": [
    "conversation_id"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
— · —
import_chatgpt_urlRefresh and import a private ChatGPT /c/{conversation_id} URL into local cache and return bounded context.
Input schema
{
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "format": "uri"
    },
    "format": {
      "type": "string",
      "enum": [
        "markdown",
        "messages",
        "json"
      ]
    },
    "max_chars": {
      "type": "integer",
      "exclusiveMinimum": 0
    },
    "cache_policy": {
      "type": "string",
      "enum": [
        "refresh",
        "cache_only"
      ]
    }
  },
  "required": [
    "url"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
— · —
list_chatgpt_importsList locally cached ChatGPT conversation imports, optionally filtered by a simple text query.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string"
    },
    "limit": {
      "type": "integer",
      "exclusiveMinimum": 0
    }
  },
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
— · —
verify_chatgpt_authCheck whether CHATGPT_BEARER_TOKEN is present, unexpired, and accepted by the ChatGPT backend.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {}
}
— · —

Resources 0

Resource templates 4

Prompts 0

Let’s talk about MCP security.

Share your details and our security team will contact you.