
Mcp Tiny
Let your coding agent read and update Tiny ERP products, orders, invoices, stock, and payables without leaving the editor.
Overview
io.github.codespar/mcp-tiny is an MCP server for the Build phase that exposes Tiny ERP products, orders, invoices, stock, and accounts payable to AI coding agents.
What is this MCP server?
- Covers products, sales orders, invoices, stock, and accounts payable via Tiny ERP API
- Stdio MCP transport with npm package @codespar/mcp-tiny (v0.1.2)
- Requires TINY_API_TOKEN secret for authenticated ERP calls
- Part of the codespar mcp-dev-brasil monorepo (packages/erp/tiny)
- Suited to Brazilian solo merchants already on Tiny for back-office sync
- Server version 0.1.2
- npm package @codespar/mcp-tiny with stdio transport
- 1 required secret env var: TINY_API_TOKEN
Community signal: 252 GitHub stars.
What problem does it solve?
Switching between your IDE and Tiny ERP to check stock or orders breaks flow and makes agent-assisted ops automation painful.
Who is it for?
Indie founders and small teams in Brazil who already run Tiny ERP and want agent-driven inventory, order, and AP workflows from Claude Code or Cursor.
Skip if: Builders outside Tiny’s ecosystem or anyone who needs ERP features without a Tiny API token and billing account.
What do I get? / Deliverables
After you register the server with TINY_API_TOKEN, your agent can query and act on Tiny ERP entities through standard MCP tools.
- Registered stdio MCP server pointing at Tiny ERP
- Agent-callable tools for products, orders, invoices, stock, and AP
- Repeatable ERP queries and updates from the IDE workflow
Recommended MCP Servers
Journey fit
ERP wiring belongs in Build when you connect operational systems to the product or internal automations you are shipping. Integrations is the canonical shelf for third-party MCP bridges that expose live business APIs to agents.
How it compares
Tiny ERP API bridge via MCP, not a standalone ERP skill or generic spreadsheet automation.
Common Questions / FAQ
Who is io.github.codespar/mcp-tiny for?
Solo builders and small businesses using Tiny ERP who want their AI agent to work with products, orders, invoices, stock, and payables through MCP.
When should I use io.github.codespar/mcp-tiny?
Use it while building integrations, internal ops tools, or support automations that must read or update live Tiny ERP data from your coding agent.
How do I add io.github.codespar/mcp-tiny to my agent?
Install @codespar/mcp-tiny from npm, set the TINY_API_TOKEN secret, and add the stdio MCP server entry in Claude Code, Cursor, or another MCP-compatible client.