← oriiion.ai

INDIVIDUAL MCP TOOL

end_chatgpt_ad

End a ChatGPT draft or archive a launched campaign permanently.

oriiion.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://www.oriiion.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for end_chatgpt_ad and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

oriiion.ai

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.orion-ai]
url = "https://www.oriiion.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "orion-ai": {
      "type": "http",
      "url": "https://www.oriiion.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: orion-ai
Remote MCP URL: https://www.oriiion.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "orion-ai": {
      "url": "https://www.oriiion.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "orion-ai": {
      "type": "http",
      "url": "https://www.oriiion.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "orion-ai",
  "transport": "streamable-http",
  "url": "https://www.oriiion.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_chatgpt_ads — Read the current user’s ChatGPT ad drafts, campaigns and results: status, budget, fees, spend, impressions, clicks, CTR, CPC and CPM.
  • create_chatgpt_ad — Save a ChatGPT ad DRAFT under the current user.
  • edit_chatgpt_ad — Edit selected fields of a ChatGPT ad draft; pass its latest revision from get_chatgpt_ads.
  • start_chatgpt_ad — SPENDS MONEY.
  • pause_chatgpt_ad — Pause delivery of the current user’s ChatGPT ad.
  • update_chatgpt_ad_budget — Change a launched ChatGPT ad’s lifetime budget.
  • onboarding_v7 — Start or continue oriiion onboarding, without login.
  • import_memories — Store what another AI assistant (ChatGPT, Claude, Gemini) remembers about the user into oriiion, so oriiion's assistant knows them from the first message.