Skip to main content
Glama
nekobato

ChatGPT WebSearch MCP

by nekobato

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENAI_API_KEYYesYour OpenAI API key
REASONING_EFFORTNoDefault reasoning effort level for reasoning models (minimal|low|medium|high)
OPENAI_API_TIMEOUTNoDefault API timeout in milliseconds. If not set, auto-adjusts based on effort level: minimal/low: 60000 (1 minute), medium: 120000 (2 minutes), high: 300000 (5 minutes)
OPENAI_MAX_RETRIESNoDefault maximum retry attempts3
SEARCH_CONTEXT_SIZENoDefault verbosity level (low|medium|high)
OPENAI_DEFAULT_MODELNoDefault model to usegpt-5

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
ask_chatgptA

Ask ChatGPT a question and get a response. Supports both regular models (with temperature) and reasoning models (with effort/verbosity).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusion between tools.

Naming Consistency5/5

A single tool means naming is trivially consistent.

Tool Count1/5

A single tool is far too few for a server named 'WebSearch MCP'; it suggests a mismatch between server purpose and tool surface.

Completeness1/5

The server only offers ask_chatgpt, lacking dedicated web search, scraping, or any other relevant operations, making it severely incomplete.

Maintenance

ActivityInactive
ResponsivenessNo issues