w0-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@w0-mcp-serverHow often is Tesla recommended by AI search?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: ai-visibility-mcp
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceEnables brand visibility monitoring across major AI platforms like ChatGPT, Claude, Gemini, and Perplexity. It allows users to track visibility scores, analyze competitor data, and receive actionable insights to improve AI-generated brand recommendations.16211MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to check whether AI assistants recommend a brand and audit a site's AI-agent readiness, providing visibility scores and specific gaps.MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to run brand-visibility audits by querying multiple AI engines, generating competitive leaderboards, and identifying growth opportunities. Integrates with any MCP-capable client to measure and act on brand discoverability in AI recommendations.MIT
- AlicenseAqualityCmaintenanceEnables AI visibility analysis for brands, providing scores, sentiment, competitor comparison, and recommendations across multiple AI models like Claude and GPT-4o.2151MIT
Related MCP Connectors
Measure whether AI assistants actually recommend a brand, from measured answers.
Brand visibility auditing across LLMs, AI search, and answer engines with GEO reports and scores.
AI brand visibility analytics: visibility scores, optimizations, video, Reddit, and search rankings.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/modern-ai-inc/w0-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server