{
  "markdown": "# Tier Maker List MCP Server\n\n> Free Tier List Maker With Images | Tier Maker List\n\n[![MCP Badge](https://lobehub.com/badge/mcp/rocnubie-tiermakerlist-mcp)](https://lobehub.com/mcp/rocnubie-tiermakerlist-mcp)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)\n[![Read Only](https://img.shields.io/badge/server-read--only-2ea44f)](#tools)\n[![Stdio Transport](https://img.shields.io/badge/transport-stdio-6e6e6e)](https://modelcontextprotocol.io/specification)\n[![MCP](https://img.shields.io/badge/MCP-1.0-blue)](https://modelcontextprotocol.io)\n[![Node](https://img.shields.io/badge/node-%3E%3D18-339933?logo=node.js&logoColor=white)](https://nodejs.org)\n\nA Model Context Protocol server that exposes the canonical Tier Maker List knowledge surface — browser editing workflows, local processing, and safety boundaries, FAQ, official links — to MCP-compatible AI clients such as Claude Desktop, Cursor, Windsurf, and Continue. Read-only, no API keys, no quota, ~50 ms cold start.\n\nOfficial website: https://tiermakerlist.com\n\n## 🛠️ About Tier Maker List\n\nTier Maker List is a static, image-first tier list maker that opens directly to a blank board. Visitors can rank images by drag or tap, keep drafts locally without signing up, export a PNG or .tierlist.json file, and prepare a challenge for friends.\n\nThe public template catalog currently includes Pokemon Starters Gen 1-9 and Pokemon Starter Evolutions. Built-in sharing uses stable item IDs, a template version, tier, and order; custom images are not embedded in the URL. This MCP describes the editor workflow and template boundaries as read-only context, not as a hosted board or image service.\n\nThe site runs in the browser with localStorage for drafts and challenge records. Image sources, character rights, and any commercial use of exported boards require their own review.\n\n## Tools\n\n### `get_editor_scope`\nReturn the editor workflow and the documented limits on local processing or export. (Tier Maker List)\n\n_Input:_ no parameters. _Returns:_ text/markdown.\n\n### `get_official_links`\nReturn the canonical list of official links for Tier Maker List (website, support, docs when available).\n\n_Input:_ no parameters. _Returns:_ text/markdown.\n\n## Resources\n\n- `site://tiermakerlist/workbench` — Public editing workflow, local-processing model, and documented safety limits.\n- `site://tiermakerlist/faq` — Short FAQ generated from public site metadata.\n- `site://tiermakerlist/links` — Canonical URLs to share with users.\n\n## Prompts\n\n### `tell_me_about_tiermakerlist`\nSummarize what the site is, who it's for, and how it works. — Tier Maker List\n\n### `review_edit_scope_tiermakerlist`\nReview an editing workflow without promising unsupported file mutation. — Tier Maker List\n\n## Installation\n\n### Install via Smithery\n\n```bash\nnpx -y @smithery/cli install tiermakerlist-mcp --client claude\n```\n\n(Replace `claude` with `cursor`, `windsurf`, or `continue` for those clients.)\n\n### Install from source\n\n```bash\ngit clone https://github.com/rocnubie/tiermakerlist-mcp.git\ncd tiermakerlist-mcp\npnpm install\n```\n\nThen add to your MCP client config (`claude_desktop_config.json` for Claude Desktop, `mcp.json` for Cursor / Windsurf / Continue):\n\n```json\n{\n  \"mcpServers\": {\n    \"tiermakerlist-mcp\": {\n      \"command\": \"node\",\n      \"args\": [\n        \"/absolute/path/to/tiermakerlist-mcp/src/index.mjs\"\n      ]\n    }\n  }\n}\n```\n\n### Debug with MCP Inspector\n\n```bash\nnpx @modelcontextprotocol/inspector node src/index.mjs\n```\n\n## Official Links\n\n- Website: https://tiermakerlist.com\n\n## Development\n\n```bash\npnpm install\npnpm start                 # run the server over stdio\n```\n\n## License\n\nMIT\n",
  "bytes": 3681,
  "sha": "1692ae8e1c5a574b97dc28ba2dda4d0cdb600fddf9d9aad9d6a6d33827feed94",
  "repo_slug": "rocnubie/tiermakerlist-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_rocnubie_tiermakerlist_mcp_59f979d7/readme"
}