Server data from the Official MCP Registry
SEO and AI-visibility operator tools: site health, ranked actions, ranks, visitor behavior.
About
SEO and AI-visibility operator tools: site health, ranked actions, ranks, visitor behavior.
Remote endpoints: streamable-http: https://app.getcited.dev/api/mcp
Security Report
Valid MCP server (2 strong, 4 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
1 tool verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
How to Connect
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"dev-getcited-mcp": {
"url": "https://app.getcited.dev/api/mcp"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
GetCited MCP connector
Client-side pieces for connecting a coding agent to GetCited: the MCP server definition, a Claude Code plugin with its skills, a Gemini CLI extension, and a small stdio proxy for clients that cannot speak Streamable HTTP.
GetCited audits a site the way an answer engine reads it, tracks where it ranks, records which AI engines cite it, and files each measured problem as an action with the evidence behind it. It never proposes the fix: your agent has the repository open and it does not.
The service itself is closed source. Everything in this repository is the connector — transport, manifests and prompts — so you can read exactly what your agent is being told and what leaves your machine.
Connect
Create a key under Settings → API keys in the app, then pick your client.
Claude Code
claude mcp add --transport http getcited https://app.getcited.dev/api/mcp \
--header "Authorization: Bearer $SEO_API_KEY"
Any client that reads a JSON config
{
"mcpServers": {
"getcited": {
"type": "http",
"url": "https://app.getcited.dev/api/mcp",
"headers": { "Authorization": "Bearer ${SEO_API_KEY}" }
}
}
}
Gemini CLI
gemini extensions install https://github.com/bapierre/getcited-mcp
Clients without a remote transport (Claude Desktop, whose config takes a
command rather than a URL) use the stdio proxy in src/:
claude mcp add getcited --env SEO_API_KEY="vseo_..." -- npx -y getcited-mcp
| Variable | Required | Meaning |
|---|---|---|
SEO_API_KEY | yes | The key from Settings → API keys. |
SEO_API_URL | no | Endpoint override. Defaults to https://app.getcited.dev/api/mcp. |
llms-install.md is the same instructions written for an agent, so you can tell
your assistant to set this up rather than doing it yourself.
What is in here
| Path | What it is |
|---|---|
src/stdio.ts | The stdio proxy. Forwards JSON-RPC to the HTTPS endpoint and nothing else. |
.claude-plugin/, skills/ | The Claude Code plugin and its two skills. |
gemini-extension.json | The Gemini CLI extension manifest. |
.mcp.json | A project-scoped Claude Code server entry. |
llms-install.md | Setup instructions addressed to an agent. |
The tools
Sites (list_projects, add_project, remove_project, get_site_health), the
queue (list_actions, get_action, claim_action, complete_action,
dismiss_action, run_audit), rankings (add_keywords, list_keywords,
rank_history, check_rankings), AI visibility (add_geo_prompts,
geo_summary, check_geo, run_brain) and visitors (get_behavior_digest,
get_page_profile).
Each tool carries a title and the readOnlyHint or destructiveHint
annotation that matches what it does. Full documentation, including what every
number means and the rules the measurements follow:
https://getcited.dev/docs/mcp.
Registry
Listed in the official MCP Registry as dev.getcited/mcp, published under a
DNS-verified namespace.
Support
getcited.dev/support · privacy · terms · MIT licensed.
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Paperclip
Freeby Paperclipai · Developer Tools
Trending hip-hop artist momentum scores across four cultural dimensions.
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
