Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Baselinker

БесплатноНе проверен

Free, open-source MCP server and CLI for the BaseLinker API, exposing two tools to call any API method and list methods with minimal context cost.

GitHubEmbed

Описание

Free, open-source MCP server and CLI for the BaseLinker API, exposing two tools to call any API method and list methods with minimal context cost.

README

Free, open-source MCP server + CLI for the BaseLinker API. There is no free BaseLinker MCP on the market — this is one. MIT licensed.

It is token-lean by design: instead of dumping ~150 tool schemas into the model's context, it exposes two tools — a generic baselinker_call that can invoke any of the ~150 API methods (including future ones), and baselinker_list_methods for on-demand discovery. Full API coverage, minimal context cost.

Install

pipx install baselinker-mcp        # or: pip install baselinker-mcp

From source:

git clone https://github.com/konradbachowski/baselinker-mcp
cd baselinker-mcp
pip install -e .

Get a token

BaseLinker panel → My account → API → copy the token. Then either:

baselinker auth set <YOUR_TOKEN>      # stored in ~/.config/baselinker/config.json (chmod 600)
# or
export BASELINKER_TOKEN=<YOUR_TOKEN>

MCP usage

The server command is baselinker-mcp and reads BASELINKER_TOKEN from the environment.

Claude Desktop / Claude Code (claude_desktop_config.json or .mcp.json):

{
  "mcpServers": {
    "baselinker": {
      "command": "baselinker-mcp",
      "env": { "BASELINKER_TOKEN": "your-token-here" }
    }
  }
}

Cursor (.cursor/mcp.json): same shape.

The two exposed tools:

Tool Purpose
baselinker_call(method, parameters) Invoke any BaseLinker API method.
baselinker_list_methods(filter?) Discover method names, categories and params.

CLI usage

baselinker methods                       # list all ~150 methods
baselinker methods order                 # filter by name/category
baselinker call getOrders --params '{"get_unconfirmed_orders": true}'
baselinker call updateInventoryProductsStock \
    --params '{"inventory_id": 123, "products": {"456": {"bl_001": 10}}}'

Output is the raw JSON response from BaseLinker.

Security

  • Never commit your token. .env and ~/.config/baselinker/ are gitignored.
  • The API token grants full account access — treat it like a password.
  • BaseLinker rate limit is 100 requests/min; the client throttles to stay under it.

Method coverage

All ~150 documented methods across Orders, Invoices, Receipts, Order Returns, Courier Shipments, CRM, Product Catalog (Inventory), Inventory Documents, Purchase Orders, Fulfillment Deliveries, Suppliers, Payers, BaseLinker Connect and External Storages. Run baselinker methods for the full list, or read the API docs.

Need it built for you?

This tool is free — but wiring BaseLinker into your stack (syncing stock and orders across marketplaces, automating fulfillment, connecting your ERP/CRM, custom integrations) is real work. That's what we do at HeyNeuron, an AI-first software house.

If you want BaseLinker automation or an e-commerce integration implemented, get in touch.

License

MIT — see LICENSE.

from github.com/konradbachowski/baselinker-mcp

Установка Baselinker

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/konradbachowski/baselinker-mcp

FAQ

Baselinker MCP бесплатный?

Да, Baselinker MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Baselinker?

Нет, Baselinker работает без API-ключей и переменных окружения.

Baselinker — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Baselinker в Claude Desktop, Claude Code или Cursor?

Открой Baselinker на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Baselinker with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development