← oriiion.ai

INDIVIDUAL MCP TOOL

list_broadcast_contacts

List the contacts a broadcast can reach — people who have messaged the account and are still subscribed.

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 list_broadcast_contacts 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_account_info — Get the authenticated user's profile and business information.
  • get_analytics_overview — Headline social-media performance for the account over a period: total views, reach, engagements (likes/comments/shares/saves), posts and followers, each with change vs the previous period.
  • get_platform_analytics — Per-platform breakdown of performance (views, reach, engagements, followers, engagement rate) ranked so you can see which platform delivers the most value for this customer.
  • get_top_posts — The best-performing published posts by engagement, with their captions, platforms, media type and metrics.
  • get_best_posting_times — Engagement-weighted best times to post (day + hour, UTC) based on the account's own history, plus concrete upcoming datetimes to schedule at.
  • get_follower_stats — Follower counts and growth per connected account over a period.
  • get_content_insights — A synthesized 'what's working' briefing combining the best platform, best posting times, top posts and the engagement mix into actionable guidance for creating better content.
  • list_posts — List the user's social media posts.