{
  "markdown": "# mcp-servers\n\nA collection of [Model Context Protocol](https://modelcontextprotocol.io/) servers written in Go. Each server communicates over stdio and can be used with any MCP-compatible client such as Claude Desktop or Claude Code.\n\n## Servers\n\n### [Workflowy](workflowy/)\n\nFull read/write access to [Workflowy](https://workflowy.com) — search, create, organize, and complete nodes. Smart caching respects API rate limits, and search results include breadcrumb paths showing where nodes sit in the hierarchy.\n\n**10 tools:** `search_nodes`, `get_node`, `list_children`, `create_node`, `update_node`, `delete_node`, `move_node`, `complete_node`, `uncomplete_node`, `list_targets`\n\n**Requires:** Workflowy API token\n\n### [Manifold Markets](manifold/)\n\nSearch and trade on [Manifold Markets](https://manifold.markets) prediction markets — place bets and limit orders, create and resolve markets, manage liquidity, and comment.\n\n**16 tools:** `search_markets`, `get_market`, `get_user`, `get_me`, `list_bets`, `get_comments`, `get_positions`, `place_bet`, `sell_shares`, `cancel_bet`, `create_market`, `resolve_market`, `close_market`, `add_comment`, `add_liquidity`, `send_mana`\n\n**Requires:** Manifold API key\n\n### [UK Supermarkets](supermarkets-uk/)\n\nSearch and compare grocery prices across 9 UK supermarkets (Tesco, Sainsbury's, Ocado, Morrisons, Asda, Waitrose, HiYoU, Tuk Tuk Mart, Morueats). Returns prices, promotions, descriptions, ingredients, and nutritional information. Optional login enables order history and basket management for Tesco.\n\n**9 tools:** `list_supermarkets`, `search_products`, `compare_prices`, `get_product_details`, `browse_categories`, `get_order_history`, `get_basket`, `add_to_basket`, `remove_from_basket`\n\n**Requires:** Chrome/Chromium/Edge for some stores (Tesco, Asda, Waitrose). No API keys needed.\n\n### [Amazon Products](amazon-products/)\n\nSearch for products and get detailed information from Amazon across 20+ regional sites. Handles WAF challenges and CAPTCHA detection automatically.\n\n**3 tools:** `list_regions`, `search_products`, `get_product_details`\n\n**Requires:** Chrome/Chromium/Edge\n\n### [WaniKani](wanikani/)\n\nRead-only access to [WaniKani](https://www.wanikani.com) SRS data — user profile, lesson/review summaries, assignments, subjects (radicals, kanji, vocabulary), review statistics, and level progressions. Supports paginated collection endpoints with configurable limits.\n\n**6 tools:** `get_user`, `get_summary`, `get_assignments`, `get_subjects`, `get_review_statistics`, `get_level_progressions`\n\n**Requires:** WaniKani API token\n\n### [Bunpro](bunpro/)\n\nRead-only access to [Bunpro](https://bunpro.jp) Japanese grammar SRS data — user profile, study queue, deck settings, review forecasts, JLPT progress, SRS level details, and grammar point/vocabulary lookups. Authenticates via email/password with automatic Devise login.\n\n**12 tools:** `get_user`, `get_study_queue`, `get_decks`, `get_stats`, `get_jlpt_progress`, `get_review_forecast`, `get_srs_overview`, `get_review_activity`, `get_grammar_srs_details`, `get_vocab_srs_details`, `get_grammar_point`, `get_vocab`\n\n**Requires:** Bunpro email and password\n\n### [Assets](assets/)\n\nDesign assets — search and fetch icons, illustrations, fonts, photos, textures, 3D models, and audio, with license/attribution metadata. An embedded offline base (icons, illustrations, fonts) plus four keyless remote APIs work with no configuration; seven further opt-in keyed providers (Unsplash, Pixabay, Pexels, Poly Pizza, Poly Haven, Jamendo, Freesound) unlock more photos, 3D models, and audio when their API key is set. Writes files to disk.\n\n**15 tools:** `list_asset_sources`, `search_icons`, `get_icon`, `search_illustrations`, `get_illustration`, `search_fonts`, `get_font`, `search_photos`, `get_photo`, `search_textures`, `get_texture`, `search_models`, `get_model`, `search_audio`, `get_audio`\n\n**Requires:** none for the offline/keyless base; optional API keys unlock further keyed providers (see assets/README.md)\n\n## Installation\n\n### Pre-built binaries\n\nDownload from [Releases](https://github.com/jbeshir/mcp-servers/releases) — available for macOS (Intel & Apple Silicon), Linux, and Windows.\n\n### Install from source\n\nRequires Go 1.24+.\n\n```\ngo install github.com/jbeshir/mcp-servers/workflowy/cmd/workflowy-mcp@latest\ngo install github.com/jbeshir/mcp-servers/manifold/cmd/manifold-mcp@latest\ngo install github.com/jbeshir/mcp-servers/supermarkets-uk/cmd/supermarkets-uk-mcp@latest\ngo install github.com/jbeshir/mcp-servers/amazon-products/cmd/amazon-products-mcp@latest\ngo install github.com/jbeshir/mcp-servers/wanikani/cmd/wanikani-mcp@latest\ngo install github.com/jbeshir/mcp-servers/bunpro/cmd/bunpro-mcp@latest\ngo install github.com/jbeshir/mcp-servers/assets/cmd/assets-mcp@latest\n```\n\n### Build from source\n\nClone the repo and run `make build` — binaries are written to `bin/`.\n\n## Registry\n\nThese servers are published to the [MCP Registry](https://registry.modelcontextprotocol.io) under the `io.github.jbeshir` namespace:\n\n`workflowy-mcp`, `manifold-mcp`, `supermarkets-uk-mcp`, `amazon-products-mcp`, `wanikani-mcp`, `bunpro-mcp`, `assets-mcp`\n",
  "bytes": 5173,
  "sha": "8988a8e77a2a24da494df32a842a2159f69aeb68e17b41e798929ff937f72261",
  "repo_slug": "jbeshir/mcp-servers",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_jbeshir_bunpro_mcp_f906fd77/readme"
}