Simplitas for Claude
A Claude connector for AI Visibility — ask about your data, start scans, and manage tracking without leaving the conversation.
Connect Claude to Simplitas and ask about your AI visibility data directly in a conversation — no copy-pasting, no switching tabs. Claude can list your AI Visibility Checks, pull up a scan's full results, kick off a new one, and manage which keywords get rescanned daily.
This is a remote MCP server built on the same public API documented for developers, so anything you can do with an API key you can now also ask Claude to do.
What Claude can do once it's connected
- List visibility checks — see every scan your organization has run, newest first
- Read a check's full results — every prompt, which brands ChatGPT named, and where your brand landed
- Start a new check — hand Claude a keyword and it kicks off a ~100-prompt scan
- List tracked keywords — see what's rescanned automatically every day
- Turn daily tracking on or off for a keyword
Try asking Claude things like:
"What's my brand's current position for 'CRM software' in ChatGPT?"
"Start an AI visibility check for 'project management software' and let me know when it's done."
"Which of my tracked keywords haven't been rescanned in the last day?"
Setup
- In Claude, go to Settings → Connectors (Team/Enterprise: Organization settings → Connectors) and choose Add custom connector.
- Remote MCP server URL:
https://www.simplitas.com/api/mcp - Click Add, then enable the connector for your chat from the + menu under Connectors.
- The first time Claude calls a tool, it opens a sign-in prompt — sign in with your Simplitas account and approve access. Claude reconnects automatically after that.
No API key to generate or paste: this is a real sign-in, backed by OAuth. Approving it authorizes Claude for your organization's data specifically, and you can revoke access at any time from Customize → Connectors in Claude.
Alternative: a static API key
If you'd rather not use interactive sign-in — a shared service account, a scripted setup, or an MCP client other than Claude — the connector also accepts a Simplitas API key directly:
- Generate a key if you don't have one.
- When adding the connector, set Authentication to None, then under Request headers
add a header named
authorizationwith valueBearer smpl_live_...(note the space), marked Required.
Revoking that key from Developers disconnects the connector immediately.
How this differs from the REST API
Same data, different shape: the connector exposes five tools (list_visibility_checks,
get_visibility_check, create_visibility_check, list_tracked_keywords,
set_keyword_tracking) that map directly onto the /api/v1/* endpoints.