w0-mcp-server
w0-mcp-server
Modern AI의 브랜드 추천률 조회를 위한 Model Context Protocol 서버입니다. MCP 호환 AI 어시스턴트(Claude, ChatGPT 등)에게 AI 검색 및 채팅 표면에서 브랜드가 얼마나 자주 추천되는지 물어볼 수 있습니다.
라이브 엔드포인트: https://w0-mcp-server.modernai.workers.dev
헬스 체크: GET /health -> ok
전송 방식: MCP Streamable HTTP(단일 POST 엔드포인트, JSON-RPC 2.0), 수동 구현, SDK/빌드 단계 없음.
제공 기능
하나의 도구: lookup_brand_recommendation_rate(brand: string).
브랜드 이름이 주어지면 다음을 반환합니다:
추천률(Recommendation Rate) -- 구매 의도 질문 중 해당 브랜드가 AI의 1순위 선택(단순 언급이 아닌)인 비율.
추천 포함률(Recommendation Inclusion Rate) -- 구매 의도 질문 중 해당 브랜드가 답변 어디에든 등장하는 비율.
이것은 Modern AI의 Discovery 제품을 기반으로 하는 무료, 단일 브랜드, 요금 제한 조회입니다. 아직 측정되지 않은 브랜드는 조작된 숫자 대신 정직한 "측정되지 않음" 응답을 반환합니다.
Related MCP server: ai-visibility-mcp
사용 방법
Streamable HTTP 전송 방식을 사용하여 모든 MCP 호환 클라이언트를 https://w0-mcp-server.modernai.workers.dev에 연결하세요. tools/call 요청 본문 예시:
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "lookup_brand_recommendation_rate",
"arguments": { "brand": "Brumate" }
}
}요금 제한
무료 조회는 Modern AI의 공개된 스크래핑 방지 정책에 따라 호출자별로 상한이 적용됩니다. 429 응답은 해당 세션에서 상한에 도달했음을 나타냅니다. Modern AI는 더 높은 상한을 제공하는 상업용 액세스 등급을 제공합니다.
소스
src/index.js가 완전한 Worker입니다. 이는 상태 비저장 패스스루입니다. 모든 호출은 Modern AI의 이미 배포되고 이미 요금이 제한된 브랜드 조회 서비스로 전달되므로, 이 서버는 별도의 요금 제한이나 공격 표면을 도입하지 않습니다.
deploy.py는 직접 REST API를 통해 Worker를 Cloudflare에 배포합니다. 환경에 CLOUDFLARE_API_TOKEN, CLOUDFLARE_ACCOUNT_ID, 공유 W0_MCP_RELAY_SECRET이 설정되어 있어야 하며, 업스트림 게이트 Worker(w0-brand-gate)가 동일한 Cloudflare 계정에 일치하는 시크릿과 함께 이미 존재한다고 가정합니다.
Modern AI에 대해 더 알아보기
Modern Discovery는 브랜드가 AI 검색 및 채팅 답변에 어떻게 나타나는지 측정하고 개선합니다. 이 서버는 해당 데이터에 대한 여러 공개 통합 지점 중 하나입니다.
이슈 / 알림
이 저장소는 Modern AI가 모니터링합니다. 버그나 질문이 있으면 이슈를 열어 주세요.
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