Server data from the Official MCP Registry
Look up a brand's AI Recommendation Rate: how often it's the #1 AI pick.
About
Look up a brand's AI Recommendation Rate: how often it's the #1 AI pick.
Remote endpoints: streamable-http: https://w0-mcp-server.modernai.workers.dev
Security Report
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
1 tool verified · Open access · 1 issue 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": {
"io-github-modern-ai-inc-w0-mcp-server": {
"url": "https://w0-mcp-server.modernai.workers.dev"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
w0-mcp-server
A Model Context Protocol server for Modern AI's Brand Recommendation Rate lookup -- ask any MCP-compatible AI assistant (Claude, ChatGPT, etc.) how often a brand gets recommended by AI search and chat surfaces.
Live endpoint: https://w0-mcp-server.modernai.workers.dev
Health check: GET /health -> ok
Transport: MCP Streamable HTTP (single POST endpoint, JSON-RPC 2.0), hand-implemented, no SDK/build step.
What it exposes
One tool: lookup_brand_recommendation_rate(brand: string).
Given a brand name, returns:
- Recommendation Rate -- the percentage of buyer-intent questions where the brand is the AI's #1 pick (not just mentioned).
- Recommendation Inclusion Rate -- the percentage of buyer-intent questions where the brand appears anywhere in the answer.
This is a free, single-brand, rate-limited lookup backed by Modern AI's Discovery product. Brands that haven't been measured yet return an honest "not measured" response rather than a fabricated number.
Usage
Point any MCP-compatible client at https://w0-mcp-server.modernai.workers.dev using the Streamable HTTP transport. Example tools/call request body:
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "lookup_brand_recommendation_rate",
"arguments": { "brand": "Brumate" }
}
}
Rate limits
Free lookups are capped per caller under Modern AI's published anti-scrape policy. A 429 response indicates the ceiling was reached for that session; Modern AI offers a commercial access tier with a higher ceiling.
Source
src/index.js is the complete Worker. It is a stateless pass-through: every call forwards to Modern AI's already-deployed, already rate-limited brand-lookup service, so no separate rate limit or attack surface is introduced by this server.
deploy.py deploys the Worker to Cloudflare via the direct REST API. It requires CLOUDFLARE_API_TOKEN, CLOUDFLARE_ACCOUNT_ID, and a shared W0_MCP_RELAY_SECRET set in the environment, and assumes the upstream gate Worker (w0-brand-gate) already exists in the same Cloudflare account with a matching secret.
More about Modern AI
Modern Discovery measures and improves how brands show up in AI search and chat answers. This server is one of several public integration points into that data.
Issues / notifications
This repository is monitored by Modern AI. Open an issue for bugs or questions.
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
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.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
