Platforms / chatgpt
chatgpt toolset
4 tools. Mount this server and your agent gets every chatgpt endpoint, fully typed.
claude mcp add capzy-chatgpt --transport http https://mcp.capzy.ai/chatgpt/mcp \ --header "Authorization: Bearer YOUR_KEY"
Chat
chatgpt_ask
1 credit
Ask
Query ChatGPT and get a structured answer with markdown, model, web-search flag, sources, and a timestamp. Single-shot Q&A (no pagination).
| Param | Type | Required | Description |
|---|---|---|---|
prompt |
string | required | The question or prompt to send. |
country |
string | optional | Egress country. Default: us |
model |
string | optional | Model to answer with. See /chatgpt/models. Default auto. Default: auto |
temperature |
number | optional | Sampling temperature 0.0-2.0. Lower is more focused. |
language |
string | optional | Preferred answer language as an ISO code, e.g. en, de, fr. |
web_search |
boolean | optional | Force web search. Default: False |
chatgpt_brand_visibility
1 credit
Brand Visibility
Analyze brand mentions, positioning, and share of voice in a ChatGPT answer. Returns the answer, per-brand mention counts, share-of-voice, the ranked competitor set, and whether your brand was mentioned. Single-shot (no pagination).
| Param | Type | Required | Description |
|---|---|---|---|
prompt |
string | required | The query to analyze. |
brand |
string | optional | Your brand name to measure. Included in the share-of-voice tally. |
country |
string | optional | Egress country. Default: us |
competitors |
array | optional | Competitor brand names to compare. |
model |
string | optional | Model to answer with. See /chatgpt/models. Default auto. Default: auto |
Reference
chatgpt_health
1 credit
Health
Check API status.
No parameters.
chatgpt_models
1 credit
List Models
List available ChatGPT models with id, name, and description. Reference endpoint (no pagination).
No parameters.
Fewer tools?
The aggregate server at https://mcp.capzy.ai/mcp reaches this platform through 5 discovery meta-tools, and https://mcp.capzy.ai/search/mcp carries just each platform's primary search.