概览
What is 20-0 Mcp Server?
A Model Context Protocol server that exposes the canonical 20-0 knowledge surface — game modes, roster picks, scenarios, FAQ, and official links — to MCP-compatible AI clients such as Claude Desktop, Cursor, Windsurf, and Continue. It is a read-only server with no API keys, no quota, and approximately 50 ms cold start.
How to use 20-0 Mcp Server?
Install via Smithery (npx -y @smithery/cli install 20-0-mcp --client claude) or clone from source and add the server configuration to your MCP client config. Invoke tools like list_scenarios or get_official_links, or access resources site://20-0/scenarios, site://20-0/faq, and site://20-0/links.
Key features of 20-0 Mcp Server
- Exposes canonical game modes, roster picks, and scenarios
- Provides official site links and FAQ
- Read-only, no API keys, no quota
- ~50 ms cold start over stdio transport
- Compatible with Claude, Cursor, Windsurf, Continue
- Zero-config installation via Smithery
Use cases of 20-0 Mcp Server
- Ask an AI assistant about available game modes and scenarios
- Retrieve official links for the 20-0 website
- Plan a draft strategy with AI guidance
- Fetch FAQ answers without visiting the website directly
FAQ from 20-0 Mcp Server
What tools does 20-0 Mcp Server provide?
It provides list_scenarios to list game modes and scenarios, get_official_links to return canonical URLs, and prompts tell_me_about_20_0 and plan_a_run_20_0.
What resources are available?
site://20-0/scenarios, site://20-0/faq, and site://20-0/links.
Does the server require API keys or authentication?
No, the server is read-only with no API keys and no quota.
What transport does it use?
It uses stdio transport.
What runtime does it require?
Node.js version 18 or higher.