← oriiion.ai

INDIVIDUAL MCP TOOL

get_booking_payments

Payments the user's customers made for bookings on the user's own website (Stripe via oriiion): totals, last 30 days, fees, the latest payments with receipt links, and a one-time link to their Stripe dashboard with every receipt, payout and report.

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

Indexed input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

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.