← orbator.io

INDIVIDUAL MCP TOOL

get_ai_index

AI visibility check — which software AI recommends for a category.

orbator.ionone authenticationAvailability not checked

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 endpoint

orbator.io

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.orbator-ai-recommendation-index]
url = "https://api.orbator.io/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "orbator-ai-recommendation-index": {
      "type": "http",
      "url": "https://api.orbator.io/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: orbator-ai-recommendation-index
Remote MCP URL: https://api.orbator.io/api/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": {
    "orbator-ai-recommendation-index": {
      "url": "https://api.orbator.io/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "orbator-ai-recommendation-index": {
      "type": "http",
      "url": "https://api.orbator.io/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "orbator-ai-recommendation-index",
  "transport": "streamable-http",
  "url": "https://api.orbator.io/api/mcp"
}
MCP Inspector

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

Related tools

  • find_tools — Software recommendations backed by measured AI answer data: find the best software/tools for a category or job, ranked by how often AI assistants (ChatGPT, Claude, Gemini, Perplexity) actually recommend them in real buyer-style queries — not by ads or affiliate placement.
  • get_facts — Canonical software product facts with sources — pricing, features, integrations, platform, and limits, where every fact carries a source URL and a last-verified date.
  • compare — Compare software/tools side by side — a fact-by-fact comparison of two products (pricing, features, integrations, limits) with source URLs and verified dates for every claim.