MCP Server
MCP
io.github.Thourum/billy-mcp
Billy (billy.dk) accounting: invoices, journal entries, trial balance, with write protection.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "billy-mcp",
"version": "0.3.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Billy API access token (create at mit.billy.dk -> Settings -> Access tokens)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "BILLY_ACCESS_TOKEN"
},
{
"description": "Write protection: read-only, confirm (default, requires elicitation-capable host), or full",
"format": "string",
"name": "BILLY_WRITE_MODE"
},
{
"description": "Billy organization ID (auto-resolved when the token maps to a single company)",
"format": "string",
"name": "BILLY_ORGANIZATION_ID"
},
{
"description": "Response language: en_US, da_DK, fr_FR, nl_NL, or de_DE",
"format": "string",
"name": "BILLY_LOCALE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment