54
/ 100
1 month ago
glama

toconline-mcp

Local MCP server for TOCOnline accounting/invoicing API that enables AI assistants to manage customers, products, sales documents, and call arbitrary endpoints via natural language after OAuth login.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: TOCONLINE_CLIENT_SECRET, GMAIL_CLIENT_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configTOCONLINE_CREDENTIALS_PATHoverride the credentials file location.
configXDG_CONFIG_HOME
configTOCONLINE_REDIRECT_PORT
configTOCONLINE_CLIENT_IDexport ='...'
🔐 secretTOCONLINE_CLIENT_SECRETexport ='...'
configTOCONLINE_AUTH_URLexport ='<OAUTH_URL>/auth'
configTOCONLINE_TOKEN_URLexport ='<OAUTH_URL>/token'
configTOCONLINE_API_BASEexport ='<API_URL>'
configTOCONLINE_SCOPE
configTOCONLINE_ENV_FILE1. Whatever points at (if set).
configGMAIL_CLIENT_ID/ GMAIL_CLIENT_SECRET — skip the CLI prompts during
🔐 secretGMAIL_CLIENT_SECRETGMAIL_CLIENT_ID / — skip the CLI prompts during
configGMAIL_SCOPE
configTOCONLINE_GMAIL_CREDENTIALS_PATHoverride the credentials file location.
configTOCONLINE_GMAILtools only appear once Gmail credentials exist (or you set =1).
configTOCONLINE_LOG_LEVELDEBUG, INFO, WARNING, etc. Logs go to stderr.
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/themiguelamador-toconline-mcp-1f9pnd)](https://m8ven.ai/mcp/themiguelamador-toconline-mcp-1f9pnd)
commit: a6989f5b0cffd48bdde14c132d5838e932a198b9
code hash: 09f0195784574384089648b695a7147a97be403b39ae810ed81c3f6e45c09096
verified: 6/25/2026, 9:51:09 AM
view raw JSON →