baselinker-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@baselinker-mcpget recent orders with status 'new'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
baselinker-mcp
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-mcpFrom source:
git clone https://github.com/konradbachowski/baselinker-mcp
cd baselinker-mcp
pip install -e .Related MCP server: ozon-mcp
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 |
| Invoke any BaseLinker API method. |
| 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.
.envand~/.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.
E-commerce integrations → https://heyneuron.com/pl/uslugi/integracje/ecommerce
Business automation → https://heyneuron.com/pl/uslugi/automatyzacje
Free audit / quote (reply within 2h on business days) → https://heyneuron.com/pl/bezplatny-audyt
If you want BaseLinker automation or an e-commerce integration implemented, get in touch.
License
MIT — see LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceA Model Context Protocol server that exposes over 200+ APIs from API.market as MCP resources, allowing large language models to discover and interact with various APIs through natural language commands.Last updated341004MIT
- AlicenseAqualityCmaintenanceozon-mcp is a knowledge-rich MCP server that turns the entire Ozon seller toolkit into 15 high-leverage tools. AI agents (Claude, Cursor, Cline, Continue, Goose, Zed, …) can search the API in Russian or English, drill into any of 466 methods with a fully-resolved JSON Schema, and execute calls with built-in safety guards. Subscription- aware, automatic pagination over all 4 cursor styles, retry/baLast updated1515MIT
- AlicenseBqualityCmaintenanceLightweight ClickUp MCP server for task management with 37 tools and token-optimized responses to reduce API verbosity.Last updated37603MIT
- Alicense-qualityCmaintenanceFree, minimal REST API wrapper as an MCP server that lets your AI agent call any API.Last updatedMIT
Related MCP Connectors
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/konradbachowski/baselinker-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server