bling

Integrate Bling ERP data via REST API with OAuth 2.0.

1|Updated May 5, 2026
One-click install
npx skills add https://github.com/MindOpsTeam/agente-cfo --skill bling
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bling
Source: https://github.com/MindOpsTeam/agente-cfo/tree/main/skills/bling
Command: npx skills add https://github.com/MindOpsTeam/agente-cfo --skill bling

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates access to Bling ERP data by integrating Bling ERP v3 via OAuth 2.0, enabling real-time balance, payable/receivable management, and company details without manual API calls.

Core Features & Use Cases

  • Real-time balance lookup across Contas Correntes
  • List and manage payables and receivables via the Bling API
  • Retrieve basic company information for reporting
  • Use case: Finance teams synchronize ERP data to dashboards without writing boilerplate API calls.

Quick Start

Run the connect.sh script to authenticate with Bling and then query balances, payables, and receivables using the client.

Frequently Asked Questions about bling

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate Bling ERP v3 data using OAuth 2.0?

To integrate Bling ERP v3 data, you use OAuth 2.0 credentials and the provided Python scripts to authenticate, manage tokens, and call REST API endpoints for real-time financial data retrieval.

Can I automatically retrieve real-time balances and payables from Bling ERP?

Yes, you can retrieve real-time balances and manage payables and receivables from Bling ERP by running the client script after authenticating, eliminating the need for manual API calls.

How do I authenticate with the Bling API before querying company information?

You authenticate with the Bling API by running the connect.sh script, which initiates the OAuth 2.0 flow to securely establish the connection required for fetching company details and financial data.

Does this Bling ERP integration require manual token management?

No, while it requires OAuth 2.0 credentials, the included helper scripts and mcp_server.py handle the token management and API calls automatically, streamlining the integration process.

What is the best way to unify Bling ERP invoicing and procurement data for dashboards?

The best way to unify Bling ERP invoicing and procurement data is by using this integration to synchronize real-time balances, payables, and receivables directly to your finance dashboards without writing boilerplate code.

Do I need Python to use the Bling ERP integration scripts?

Yes, you need Python to execute the provided bling_client.py and mcp_server.py scripts, which are designed to interact with the Bling REST API and manage the OAuth 2.0 authentication flow.