Beli
БесплатноНе проверенMCP server for the Beli app, enabling search, reviews, photos, bookmarks, and local drafts via a reverse-engineered API.
Описание
MCP server for the Beli app, enabling search, reviews, photos, bookmarks, and local drafts via a reverse-engineered API.
README
Reverse-engineered Beli API contract and an MCP server — a TypeScript monorepo built zod-first.
Unofficial. Built from static + dynamic analysis of the Beli Android app (v9.3.1). Snapshot of a private API with no compatibility guarantee. For personal interoperability with your own account; rate-limit politely.
Packages
| Package | Published as | What it is |
|---|---|---|
| packages/contract | @beli/contract |
zod schemas = source of truth for every endpoint payload, a typed endpoint registry, and an OpenAPI 3.1 doc generated from the schemas. |
| packages/client | @beli/client |
Typed API client with login-once session management (auto-refresh). Validates responses against the contract. |
| packages/mcp-server | beli-mcp |
The MCP server (npx beli-mcp). Tools for search, reviews, photos, bookmarks, and local drafts. |
research/ holds the reverse-engineering artifacts (analysis docs, captures,
the original Python reference client) and is not published.
Architecture (zod-first)
zod schemas (contract) ──▶ TypeScript types (z.infer)
│ │
├──▶ OpenAPI 3.1 (generated byproduct: @beli/contract/openapi.json)
│
└──▶ @beli/client (validates req/resp) ──▶ beli-mcp tools
The zod schemas are the single definition: they produce the static types, do runtime validation in the client, back the MCP tool input schemas, and emit the publishable OpenAPI document. Nothing is hand-duplicated.
Develop
npm install
npm run typecheck # tsc -b across all packages
npm run build # build libs (tsc) + bundle the CLI (tsup)
npm run gen:openapi # regenerate packages/contract/openapi.json from zod
Use the server
See packages/mcp-server/README.md for the
npx beli-mcp quickstart and client configuration.
License
MIT
Установка Beli
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/jcjc-dev/beli-mcpFAQ
Beli MCP бесплатный?
Да, Beli MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Beli?
Нет, Beli работает без API-ключей и переменных окружения.
Beli — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Beli в Claude Desktop, Claude Code или Cursor?
Открой Beli на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Beli with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
