Skip to content

Releases: Octo-Lex/ChatGPT-Web2API

v0.2.0 — MCP Server + 15 Tools

Choose a tag to compare

@Alajmah Alajmah released this 06 Jun 16:16

What's New

MCP Server (15 Tools)

Full Model Context Protocol server exposing ChatGPT to AI agents (Claude Desktop, Cursor, Craft Agent):

  • Chat: chat_completion, chat_with_gpt
  • Read: list_models, list_projects, list_conversations, get_conversation, list_memories, list_gpts, list_project_files
  • Write: create_project, update_project_instructions, create_memory, delete_memory, archive_conversation, delete_conversation

Protocol Features

  • Pydantic BaseModel input validation
  • ToolAnnotations on every tool (readOnly, destructive, idempotent, openWorld)
  • outputSchema with structured content
  • Resource templates for project URIs
  • Prompt argument completion
  • Rich agent-facing descriptions with domain knowledge

Live Tested

All 13 testable tools verified against ChatGPT Plus account (17 models, 50 projects, 41 memories).

Infrastructure

  • First-run login flow
  • Docker deployment with cookie injection
  • Token auto-refresh

Full Changelog: v0.1.0...v0.2.0