DeepRank
Optimize any site for AI search: get DeepRank methodology, optimization steps, and suggestions (llms.txt, JSON-LD, audit checklist) so your AI assistant can implement AI visibility in the repo.
Deeprank MCP
Deeprank MCP brings methodology and optimization guidance from deeprank.org into your IDE. When you ask to build an AI-optimized site or audit your project, the AI gets our checklist, file-level hints, and schema suggestions—no tab-switching, no guesswork.
Without Deeprank MCP
LLMs rely on generic or outdated advice about AI search:
- Generic “add meta tags” instead of file-level steps
- No alignment with the Deeprank protocol (identity, exclusions, llms.txt)
- No stack-specific hints (e.g. where to add schema in Next.js)
With Deeprank MCP
The AI pulls methodology and tools from our MCP—directly into your prompt.
- Concrete steps: e.g. “Add wrong_choice_when to Product additionalProperty in layout.tsx”
- Same 16 checks we use, with “where to look” for your stack
- Copy-paste JSON-LD and llms.txt structure
Install
Add the Deeprank MCP server in your IDE or agent. No repo clone—just add the config below.
Production (use this in your IDE or agent):
{
"mcpServers": {
"deeprank": {
"url": "https://mcp.deeprank.ai/mcp"
}
}
}
If you already have mcpServers, add only the deeprank entry:
"deeprank": {
"url": "https://mcp.deeprank.ai/mcp"
}
Cursor
- Open Settings → Features → MCP.
- Click Add new MCP server → choose URL (Streamable HTTP).
- Or edit
.cursor/mcp.jsonand add thedeeprankblock from above. - Save. No API key required (optional for higher limits).
All MCP clients
Installation examples for popular MCP clients. Deeprank MCP is remote only (URL): https://mcp.deeprank.ai/mcp. Optional: add headers with Authorization: Bearer YOUR_API_KEY for higher limits.
Cursor▼
Paste into ~/.cursor/mcp.json or project .cursor/mcp.json. Or: Settings → Cursor Settings → MCP → Add new global MCP server → URL → https://mcp.deeprank.ai/mcp.
{ "mcpServers": { "deeprank": { "url": "https://mcp.deeprank.ai/mcp" } } }
Claude Code▼
Remote server (Streamable HTTP). See Claude Code MCP docs.
claude mcp add --transport http deeprank https://mcp.deeprank.ai/mcp
Windsurf▼
Add to your Windsurf MCP config. Windsurf MCP docs.
{ "mcpServers": { "deeprank": { "serverUrl": "https://mcp.deeprank.ai/mcp" } } }
Cline▼
MCP Servers → Remote Servers → Edit Configuration. Cline MCP.
{ "mcpServers": { "deeprank": { "url": "https://mcp.deeprank.ai/mcp", "type": "streamableHttp" } } }
VS Code (Copilot MCP)▼
Add to your VS Code MCP config. VS Code MCP docs.
"mcp": { "servers": { "deeprank": { "type": "http", "url": "https://mcp.deeprank.ai/mcp" } } }
Claude Desktop▼
Settings → Connectors → Add Custom Connector. Name: Deeprank, URL: https://mcp.deeprank.ai/mcp.
Other clients (generic)▼
Most MCP clients that support Streamable HTTP accept this. Add the deeprank entry to your mcpServers or equivalent.
What the MCP provides
- Optimization steps — What to do and in what order, aligned with deeprank.org.
- Audit checklist — The same 16 checks we use (8 basic + 8 AI enhanced), with “where to look” hints for your stack (Next.js, WordPress).
- Exclusion examples — “When not to recommend” by industry, and copy-paste JSON-LD for wrong_choice_when and identity.
- llms.txt structure — Recommended sections and examples.
What you can ask
Try prompts like:
- “I want to build an AI optimized site.”
- “I want to create a project that is optimized for AI search visibility.”
- “Audit my codebase for AI readiness.”
- “How do I add wrong_choice_when to my schema?”
- “What’s the recommended llms.txt structure?”
The AI will use the Deeprank MCP to pull in the right methodology and give file-level, stack-aware suggestions.
Free & rate limits
The MCP is free for everyone with a reasonable rate limit. Optional: add an API key from your Deeprank account in the server config (e.g. header Authorization: Bearer YOUR_API_KEY) for higher limits.
Next steps
Getting started with DeeprankPricing & plansMCP endpoint
Serveurs connexes
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
My MCP Server
A remote MCP server example deployable on Cloudflare Workers without authentication.
Docker
Run and manage docker containers, docker compose, and logs
Monad MCP Server
Interact with the Monad testnet, query blockchain data, and engage with the CoinflipGame smart contract.
Tox Testing
Executes tox commands to run Python tests with pytest. Requires the TOX_APP_DIR environment variable to be set.
browser-devtools-mcp
A Playwright-based MCP server that exposes a live browser as a traceable, inspectable, debuggable and controllable execution environment for AI agents.
Unity Code MCP Server
Powerful tool for the Unity Editor that gives AI Agents ability to perform any action using Unity Editor API, like modification of scripts, scenes, prefabs, assets, configuration and more.
BrainBox
Hebbian memory for AI agents — learns file access patterns, builds neural pathways, predicts next tools/files, saves tokens
MCP Software Engineer Server
An MCP server that enables an AI to function as a full-stack software engineer with complete development capabilities.
MCP For Azure DevOps Boards
An MCP server that focuses on providing useful tools for Azure DevOps Boards
Authless Remote MCP Server
An authless remote MCP server designed for deployment on Cloudflare Workers. It can be set up locally using npm create.