← Registry

API Tools

citare.ai

Provides user authentication, project management, and audit history for an API platform.

1 endpoint59 known toolsFirst detected June 2, 2026Last detected August 9, 2026

ENDPOINT 1

https://www.citare.ai/mcp

No auth detected

MCP server metadata

Name
citare
Version
0.1.0
Capabilities
tools
Server instructions

Citare exposes every dashboard action as an MCP tool. Start with `getMe` to discover your projects (returns user + plan + memberships). Use the returned project id for project-scoped tools like `listAudits` or `getBotAnalytics`. Write tools (create/update/delete) require write scopes on the API key. See https://citare.ai/api-docs for the full operation catalog.

Known tools 59

ping

Smoke endpoint — confirms auth chain works Returns the authenticated user's id + plan + the scope the key carried for this call.

Inferred read-only
getMe

Authenticated user + plan + project memberships Identity for the bearer token: user id, email, name, resolved plan (highest across all the user's projects), the calling key's metadata, and the list of projects the user is a member of with role.

Potential side effects
listProjects

List projects you have access to Every project the authed user is a member of, with role.

Inferred read-only
getProject

Project details by id or slug Single project with the caller's role.

Inferred read-only
listAudits

Audit history + latest result Latest completed audit (or null) + history.

Inferred read-only
listKeywords

Tracked keywords for the project Keywords the user has subscribed to daily rank snapshots for.

Inferred read-only
getBacklinks

Cached backlinks summary DFS backlink summary for the project's domain.

Inferred read-only
getBotAnalytics

Bot Analytics dashboard payload Headline counts + daily sparkline + by-bot table + by-path table + recent hits + property list in one round trip.

Inferred read-only
getAlerts

Alert rules + recent fired events Rules the project has set up + recent fired events.

Inferred read-only
getReports

Report templates + recent runs Templates the project has configured + runs (history).

Inferred read-only
getCompetitiveAnalysis

Saved competitor sets for the project Lists the project's saved competitor sets (up to 5 domains per set).

Inferred read-only
getAiSearchTraffic

AI-tool referral traffic (GA4-derived) 30-day summary of human clicks from ChatGPT / Perplexity / Gemini / Claude / Copilot etc.

Inferred read-only
getIntegrations

Connection status for inbound data integrations GSC / BWT / GA4 / DataForSEO / etc.

Inferred read-only
getBrandRadar

Recent Brand Radar dispatch runs + dispatches Recent dispatch runs (Brand Radar's primary unit of work) with their per-run dispatched queries.

Inferred read-only
listWebhooks

List webhook endpoints Returns endpoints + their subscriptions + last-delivery status.

Inferred read-only
listWebhookDeliveries

Recent delivery attempts for an endpoint Each row carries the event, response code, response body snippet, and the error message on failure.

Potential side effects
createWebhook

Register a webhook endpoint Generates a signing secret server-side and returns it ONCE.

Inferred read-only
updateWebhook

Update a webhook endpoint Partial update.

Potential side effects
deleteWebhook

Delete a webhook endpoint Endpoint + its delivery history removed.

Potential side effects
createProject

Create a project Creates a project and adds the caller as `agency_admin`.

Potential side effects
updateProject

Update project metadata Admin only.

Potential side effects
deleteProject

Delete a project + all its data Admin only.

Potential side effects
runAudit

Kick off a site audit Long-running.

Inferred read-only
addKeyword

Add a tracked keyword Idempotent.

Inferred read-only
removeKeyword

Untrack a keyword Idempotent.

Inferred read-only
createAlertRule

Create an alert rule Email-only delivery.

Potential side effects
updateAlertRule

Update an alert rule Partial update.

Potential side effects
deleteAlertRule

Delete an alert rule Fired-event history stays.

Potential side effects
createReportTemplate

Create a report template Widget keys must come from the registry.

Potential side effects
updateReportTemplate

Update a report template Partial update of any template field.

Potential side effects
deleteReportTemplate

Delete a report template Past runs stay; template deleted.

Potential side effects
runReportNow

Run a report immediately Composes HTML → PDF → R2 → email.

Potential side effects
createBotProperty

Register a property for AI bot tracking Returns the raw ingest API key ONCE.

Inferred read-only
updateBotProperty

Toggle / rename a property Pass `enabled` and/or `label`.

Inferred read-only
rotateBotPropertyKey

Rotate a property's API key Old key stops working the instant the new one is generated.

Inferred read-only
deleteBotProperty

Delete a property Hit history for this property cascades; project-level aggregates remain.

Potential side effects
refreshBacklinks

Force a fresh DataForSEO backlinks pull Consumes DFS quota — counts against the daily $10 cap.

Inferred read-only
runCompetitiveAnalysis

Run a competitive keyword-gap analysis Up to 5 competitor domains.

Inferred read-only
runBatchAnalysis

Run a multi-domain batch analysis Up to 10 domains side-by-side.

Inferred read-only
runSerpOverview

Run a SERP overview for a keyword 24h KV cache; pass `force: true` to bypass.

Inferred read-only
disconnectIntegration

Disconnect an integration Removes the credential row for the integration.

Inferred read-only
getAuditLog

Your own API call history Every API call made with one of your keys lands here — successes AND failures.

Inferred read-only
runAiBotUaDetector

Detect AI bot vs.

Inferred read-only
runAiRobotsChecker

Check robots.txt allow/block for every AI crawler Fetches `robots.txt` from the URL's origin and runs deterministic rule evaluation per bot from the canonical list (GPTBot, ClaudeBot, PerplexityBot, OAI-SearchBot, Google-Extended, etc.).

Inferred read-only
runSitemapChecker

Validate sitemap.xml structure + lastmod coverage Auto-detects the sitemap from robots.txt, parses XML, follows index nesting, reports lastmod coverage + AI-readiness flags.

Inferred read-only
runJsonLdInspector

Inspect every JSON-LD block on a page Fetches the URL's HTML, extracts every JSON-LD block, and validates each against schema.org expected fields.

Inferred read-only
runJsonLdGenerator

Generate paste-ready JSON-LD for a schema type Pure-CPU validator + serializer.

Inferred read-only
runLlmsTxtGenerator

Generate a starter llms.txt from a description tree Pure-CPU validator + serializer following the llmstxt.org spec.

Inferred read-only
runRobotsTxtGenerator

Generate a starter robots.txt with AI-friendly defaults Pure-CPU renderer.

Inferred read-only
runBrandDisambiguation

Wikidata + Wikipedia entity check for a brand name Searches Wikidata + Wikipedia for entities matching the brand name.

Inferred read-only
runCitationScorer

0-100 score for how AI-citable a page is Composite of 6 readiness checks (page HTML + robots.txt + sitemap + llms.txt + JSON-LD + optional brand disambiguation).

Inferred read-only
runFreeBacklinkChecker

Top 20 backlinks by rank desc for any domain DataForSEO-backed.

Inferred read-only
runBrokenLinkChecker

Find 4xx pages that still receive inbound links DataForSEO-backed.

Inferred read-only
runWebsiteAuthorityChecker

0-100 authority score (DR-equivalent) for any domain OpenPageRank-backed (free, unlimited).

Inferred read-only
runKeywordGenerator

50+ keywords + monthly volume from a seed term DataForSEO-backed.

Inferred read-only
runKeywordDifficultyChecker

Score a single keyword's difficulty 0-100 DataForSEO native KD.

Inferred read-only
runKeywordRankChecker

Check a domain's live position for a keyword scrape.do primary + SerpAPI fallback.

Inferred read-only
runSerpChecker

Live top-10 Google organic results for a keyword scrape.do primary + SerpAPI fallback.

Inferred read-only
runSerpOverviewTool

Top 10 + per-URL authority + highlight your/competitor domains Live top 10 enriched with OpenPageRank authority on every ranking domain.

Inferred read-only

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.citare]
url = "https://www.citare.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "citare": {
      "type": "http",
      "url": "https://www.citare.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: citare
Remote MCP URL: https://www.citare.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": {
    "citare": {
      "url": "https://www.citare.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "citare": {
      "type": "http",
      "url": "https://www.citare.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "citare",
  "transport": "streamable-http",
  "url": "https://www.citare.ai/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for citare.ai was fetched 2026-08-25T16:55:32.016Z.

Trust status Neutral

citare.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.