{
  "markdown": "# Make Bracket Online MCP Server\n\n> Bracket maker - Make Bracket Online\n\n[![MCP Badge](https://lobehub.com/badge/mcp/rocnubie-makebracket-mcp)](https://lobehub.com/mcp/rocnubie-makebracket-mcp)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)\n[![Zero Config](https://img.shields.io/badge/setup-zero--config-7c3aed)](#installation)\n[![Node](https://img.shields.io/badge/node-%3E%3D18-339933?logo=node.js&logoColor=white)](https://nodejs.org)\n[![MCP](https://img.shields.io/badge/MCP-1.0-blue)](https://modelcontextprotocol.io)\n\nA Model Context Protocol server that exposes the canonical Make Bracket Online 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://makebracket.online\n\n## 🛠️ About Make Bracket Online\n\nMake Bracket Online is a no-sign-up bracket workspace for decisions, tournaments, and group votes. It provides single-elimination, double-elimination, round-robin, random, printable, and voting bracket makers, plus a World Cup 2026 prediction archive.\n\nUsers can add options, pick winners, share a bracket or invite link, and export a polished result card. This MCP describes the public bracket formats and entry points as read-only context; it does not create a live bracket, submit a vote, or predict an event on a user's behalf.\n\nThe live site is the source of truth for current templates, results, and sharing behavior. Core tools are available without an account, but external event outcomes and any shared bracket state can change.\n\n## Tools\n\n### `get_editor_scope`\nReturn the editor workflow and the documented limits on local processing or export. (Make Bracket Online)\n\n_Input:_ no parameters. _Returns:_ text/markdown.\n\n### `get_official_links`\nReturn the canonical list of official links for Make Bracket Online (website, support, docs when available).\n\n_Input:_ no parameters. _Returns:_ text/markdown.\n\n## Resources\n\n- `site://makebracket/workbench` — Public editing workflow, local-processing model, and documented safety limits.\n- `site://makebracket/faq` — Short FAQ generated from public site metadata.\n- `site://makebracket/links` — Canonical URLs to share with users.\n\n## Prompts\n\n### `tell_me_about_makebracket`\nSummarize what the site is, who it's for, and how it works. — Make Bracket Online\n\n### `review_edit_scope_makebracket`\nReview an editing workflow without promising unsupported file mutation. — Make Bracket Online\n\n## Installation\n\n### Install via Smithery\n\n```bash\nnpx -y @smithery/cli install makebracket-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/makebracket-mcp.git\ncd makebracket-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    \"makebracket-mcp\": {\n      \"command\": \"node\",\n      \"args\": [\n        \"/absolute/path/to/makebracket-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://makebracket.online\n\n## Development\n\n```bash\npnpm install\npnpm start                 # run the server over stdio\n```\n\n## License\n\nMIT\n",
  "bytes": 3517,
  "sha": "b4986e985a0c6be0bb5cae58580803f5d102790df7939e940d47893c9a1d3fe5",
  "repo_slug": "rocnubie/makebracket-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_rocnubie_makebracket_mcp_f36e8235/readme"
}