← citare.ai

INDIVIDUAL MCP TOOL

updateWebhook

Update a webhook endpoint Partial update.

citare.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • ping — Smoke endpoint — confirms auth chain works Returns the authenticated user's id + plan + the scope the key carried for this call.
  • 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.
  • listProjects — List projects you have access to Every project the authed user is a member of, with role.
  • getProject — Project details by id or slug Single project with the caller's role.
  • listAudits — Audit history + latest result Latest completed audit (or null) + history.
  • listKeywords — Tracked keywords for the project Keywords the user has subscribed to daily rank snapshots for.
  • getBacklinks — Cached backlinks summary DFS backlink summary for the project's domain.
  • getBotAnalytics — Bot Analytics dashboard payload Headline counts + daily sparkline + by-bot table + by-path table + recent hits + property list in one round trip.