citesurf/mcp
Citesurf MCP server for AI visibility monitoring.
Overview
citesurf/mcp is a TypeScript MCP server licensed under MIT. Citesurf MCP server for AI visibility monitoring.
Ranked #8 out of 104 indexed tools.
In the top 8% of all indexed tools.
Actively maintained with commits in the last week.
Ecosystem
TypeScript MIT
Score Breakdown
Stars 15% 1
1 stars → early stage
Freshness 25% 1d ago
Last commit 1d ago → actively maintained
Issue Health 25% 50%
No issues filed → no history to score
Contributors 10% 1
1 contributor → solo project
Dependents 25% 0
No dependents → no downstream usage
Forks 0
Description Brief
License MIT
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Description low impact
Contributors medium impact
Dependents medium impact
Matched Queries
From the README
# @citesurf/mcp
MCP server for [Citesurf](https://citesurf.com). AI visibility monitoring.
Check if ChatGPT, Claude, Perplexity, and Gemini recommend any brand. Get visibility scores, sentiment, competitor data, and actionable insights, all from your AI agent.
## Install
```bash
npx -y @citesurf/mcp
```
## Requirements
- A Citesurf account with an active Plus or Max subscription
- An API key (create one in Dashboard > Settings)
- Prepaid credits for scan operations
## Setup
Add to your MCP client config:
### Claude Desktop
`~/Library/Application Support/Claude/claude_desktop_config.json`
```json
{
"mcpServers": {
"citesurf": {
"command": "npx",
"args": ["-y", "@citesurf/mcp"],
"env": {
"CITESURF_API_KEY": "cs_live_..."
}
}
}
}
```
### Cursor
`.cursor/mcp.json` in your project or global settings
```json
{
"mcpServers": {
"citesurf": {
"command": "npx",
"args": ["-y", "@citesurf/mcp"],
"env": {
"CIT Read full README on GitHub → Are you the maintainer of citesurf/mcp?
Claim this tool → Claim this listing to add a tagline, mark deprecation status, and get a verified maintainer badge.
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.