tiny

Manage Tiny ERP balances, payables, receivables, and company data via API v2.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Tiny ERP integration streamlines access to balances, payables, receivables, and company data by exposing Tiny API v2 through a local MCP-based skill.

Core Features & Use Cases

  • Listing and querying payables/receivables with pagination and filters.
  • Retrieving company information and balance notes via a unified interface.
  • Managing contacts, products, orders, invoices, and stock through a single integration point.

Quick Start

Run the connect.sh script to configure credentials and start using Tiny ERP data in your workflows.

Frequently Asked Questions about tiny

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

FAQPage Schema
How do I integrate Tiny ERP accounts payable and receivable data into my workflow?

You can integrate Tiny ERP accounts payable and receivable data by using this Skill to query and list records via the Tiny API v2. It exposes MCP tools to manage balances and company information through a unified interface.

What do I need to connect Tiny API v2 endpoints for invoice and order management?

Connecting to Tiny API v2 requires a valid TINY_TOKEN to authenticate your credentials. The Skill validates this token locally and uses a local Tiny client to communicate with endpoints for invoices and orders.

Can I query stock levels and product listings from Tiny ERP using pagination?

Yes, you can query stock levels and product listings from Tiny ERP with pagination and filters. The Skill provides MCP tools with input schemas to list and retrieve records across these Tiny API v2 endpoints.

How do I configure credentials to start managing Tiny ERP contacts and balances?

To configure credentials for managing Tiny ERP contacts and balances, run the connect.sh script. This script sets up your TINY_TOKEN and initializes the local client needed to communicate with the API.

Does the Tiny ERP integration support updating existing company information and contacts?

Yes, the Tiny ERP integration supports updating existing company information and contacts. It covers common tasks such as listing, updating, and querying records across Tiny API v2 endpoints from a single point.

What is the best way to retrieve balance notes and payables from Tiny ERP without direct API calls?

The best way to retrieve balance notes and payables from Tiny ERP without direct API calls is using this Skill's MCP interface. It abstracts the Tiny API v2 endpoints into local tools, streamlining access to financial data.