Lightweight ERP for e-commerce: products, orders, NF-e, stock control, and accounts payable. Built for small Brazilian sellers.
$ npm install @codespar/mcp-tinyAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"tiny": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-tiny"
],
"env": {
"TINY_API_TOKEN": "<your_tiny_api_token>"
}
}
}
}After restart, your agent can call any of the 21 tools below โ try list_products first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
TINY_API_TOKENAPI key for tiny
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
list_productsget_productlist_ordersget_orderlist_contactsget_contactcreate_invoiceget_invoiceMCP is a protocol โ any framework that speaks it can mount this server.