io.orbator/orbator-mcp
Official4 toolsAI visibility checks, software recommendations and tool comparisons from measured AI answer data
Check AI visibility, compare tools, and benchmark answer quality from measured data.
Captured live from the server via tools/list.
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. Use when asked "what software/tool should I use for X", "best X tools", or for vendor-neutral software recommendations. Pass the category in plain words (e.g. "uptime monitoring", "CRM for freelancers"); it is fuzzy-matched against published Index categories, and near-miss inputs return suggested categories to retry with. Returns ranked products with recommendation share %, 4-week trend, and per-engine breakdown.
Parameters (3)
- categorystringrequired
Software category or job to find tools for, in plain words (e.g. "ci/cd", "landing page builders").
- constraintsstring
Optional buyer constraints (e.g. "open source", "free tier", "self-hosted"). Echoed back with the data for the caller to weigh — not yet applied server-side.
- limitnumber
Max recommendations to return (default 10, max 50).
get_ai_index
AI visibility check — which software AI recommends for a category. Returns the full AI Recommendation Index for one software category: the complete measured ranking of products AI assistants (ChatGPT, Claude, Gemini, Perplexity) recommend, with recommendation share %, average answer position, per-engine breakdown, 4-week trend, sample size, and methodology. Use to answer "does AI recommend <product>" (look up its row and rank), "who is winning AI recommendations in <category>", or to cite AI recommendation-share data. Pass category in plain words or as a slug; omit it (or pass "categories") to list all published categories.
Parameters (1)
- categorystring
Category in plain words or slug form (e.g. "uptime monitoring", "ci-cd-tools"). Omit or pass "categories" to list every published category with sample sizes.
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. Use to verify software claims (e.g. current pricing) or to gather grounded data before recommending or comparing tools. Accepts a product name or domain (e.g. "hubspot.com").
Parameters (1)
- productstringrequired
Product name or canonical domain, e.g. "hubspot.com".
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. Use for "X vs Y" software comparison questions. Accepts product names or domains; pair order does not matter.
Parameters (2)
- product_astringrequired
First product name or domain.
- product_bstringrequired
Second product name or domain.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"orbator-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.orbator.io/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.