Skip to main content
BL

Bling

v0.2.2OAuth2

ERP con inventario, pedidos, emisión de NF-e e integraciones con marketplaces. Conecta con Mercado Livre, Shopee y Amazon.

39 herramientas1 env vars🇧🇷 Brasilestable en npm

Qué puede hacer tu agente

Bling le da a tu agente 39 tools que llama directo — elegí las que necesite, en Claude, Cursor o cualquier cliente MCP.

  • list_productsList products in Bling
  • get_productGet full details of a product by ID, including variations, stock info, dimensions, pricing, and supplier data
  • create_productCreate a product in Bling
Ejemplo de llamada
// Your agent calls a tool directly — no glue code.
// CodeSpar's managed tier handles OAuth2, token rotation and rate limits.
const result = await session.call("list_products", { /* ... */ });

Instalar

terminal
$ npm install @codespar/mcp-bling

Quickstart

Agregá esta entrada a tu claude_desktop_config.json (o a la config de cualquier cliente compatible con MCP).

claude_desktop_config.json
{
  "mcpServers": {
    "bling": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-bling"
      ],
      "env": {
        "BLING_ACCESS_TOKEN": "<your_bling_access_token>"
      }
    }
  }
}

Después de reiniciar, tu agente puede llamar cualquiera de las 39 herramientas de abajo — probá list_products primero.

Variables de entorno · 1

Necesarias para autenticar el server. Almacenadas cifradas al usar el hosting gestionado de CodeSpar.

BLING_ACCESS_TOKEN
obligatoriosecret

API key for bling

Herramientas disponibles · 39

Cada herramienta es independiente — tu agente carga solo lo que necesita para reducir contexto y tiempo de respuesta.

READlist_products
List products in Bling
READget_product
Get full details of a product by ID, including variations, stock info, dimensions, pricing, and supplier data
WRITEcreate_product
Create a product in Bling
READlist_categories
List product categories in Bling
WRITEcreate_category
Create a product category in Bling
READlist_orders_with_items
Fetch sales orders with full line items (SKUs, qty, prices) for a date range, one summary page (up to 100 orders) at a time. Check hasMore and call again with nextPage until hasMore=false.
READlist_orders
List sales orders in Bling
READget_order
Get a single sales order by ID, including full line items (products, SKUs, quantities, prices)

Frameworks compatibles

MCP es un protocolo — cualquier framework que lo hable puede montar este server.

Claude Agent SDKAnthropic
OpenAI AgentsOpenAI
Vercel AI SDKVercel
LangChainLangChain
LlamaIndexLlamaIndex
CrewAICrewAI
MastraMastra
Cualquier cliente MCPProtocolo

Preguntas frecuentes

Corré `npx -y @codespar/mcp-bling` y agregá el bloque de config de arriba a tu cliente MCP — Claude, Cursor, VS Code o cualquier cliente compatible con MCP. Sin build, sin SDK. ¿Preferís hosted? El tier gestionado de CodeSpar lo corre por vos, con la auth resuelta.
Bling — MCP server · 39 tools | CodeSpar