MCP Server
MCP
io.github.codespar/mcp-tiny
MCP server for Tiny ERP — products, stock, warehouses, price lists, orders, invoices, AP/AR
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-tiny",
"version": "0.2.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key for tiny",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "TINY_API_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment