← oriiion.ai

INDIVIDUAL MCP TOOL

get_boost_recommendations

Get AI-generated suggestions for which post to boost as a paid ad, with recommended audience, budget, and duration.

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 get_boost_recommendations and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

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.
  • end_chatgpt_ad — End a ChatGPT draft or archive a launched campaign permanently.
  • update_chatgpt_ad_budget — Change a launched ChatGPT ad’s lifetime budget.
  • onboarding_v7 — Start or continue oriiion onboarding, without login.