62
/ 100
1 month ago
glama

Clio Manage MCP

MCP server that connects Clio Manage to Claude via OAuth, enabling law firm management tasks like matter lookup, time tracking, billing, calendar, and document retrieval through natural language.

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
⚠️
Known vulnerabilities in dependencies: 3 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
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 3 credentials: CLIO_BOOTSTRAP_REFRESH_TOKEN, CLIO_CLIENT_SECRET, CLIO_ENCRYPTION_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies3 high5 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

highundici@7.2.0GHSA-f269-vfmq-vjvj

Undici: Malicious WebSocket 64-bit length overflows parser and crashes the client

highundici@7.2.0GHSA-v9p9-hfj2-hcw8

Undici has Unhandled Exception in WebSocket Client Due to Invalid server_max_window_bits Validation

highundici@7.2.0GHSA-vrm6-8vpv-qv8q

Undici has Unbounded Memory Consumption in WebSocket permessage-deflate Decompression

lowundici@7.2.0GHSA-2mjp-6q6p-2qxm

Undici has an HTTP Request/Response Smuggling issue

lowundici@7.2.0GHSA-4992-7rv2-5pvq

Undici has CRLF Injection in undici via `upgrade` option

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configCLIO_ALLOW_DESTRUCTIVEdisabled unless =true.
configCLIO_AUDIT_MODEall no metadata none / metadata / full
🔐 secretCLIO_BOOTSTRAP_REFRESH_TOKENhttp (static/hybrid) no — Seeds the single shared Clio account on first boot
configCLIO_CLIENT_IDfill: , CLIO_CLIENT_SECRET, CLIO_ENCRYPTION_KEY (openssl rand -hex 32)
🔐 secretCLIO_CLIENT_SECRETfill: CLIO_CLIENT_ID, , CLIO_ENCRYPTION_KEY (openssl rand -hex 32)
configCLIO_DEFAULT_PAGE_SIZEall no 25 Records per Clio API page
configCLIO_DEFAULT_USER_IDall no — Default attorney/user id for matter creation
🔐 secretCLIO_ENCRYPTION_KEYfill: CLIO_CLIENT_ID, CLIO_CLIENT_SECRET, (openssl rand -hex 32)
configCLIO_HTTP_AUTH_TOKENShttp (static/hybrid) static: yes — Comma-separated shared bearer tokens accepted on /mcp
configCLIO_HTTP_HOSThttp no 0.0.0.0 HTTP transport bind
configCLIO_HTTP_PORThttp no 8765 HTTP transport port
configCLIO_MAX_PAGE_SIZEall no 200 Hard cap on total records returned by a list tool
configCLIO_OAUTH_SCOPEShttp (oauth/hybrid) no (Clio default) Space-separated Clio scopes appended to the authorize URL
configCLIO_REDIRECT_HOSTstdio no 127.0.0.1 Loopback host for the local OAuth callback
configCLIO_REDIRECT_PORTstdio no 5678 Loopback port for the local OAuth callback
configCLIO_REGIONMulti-region. US / CA / EU / AU Clio endpoints via one env.
configCLIO_STATE_DIRall no ~/.clio-mcp/ Holds tokens.enc, sessions/, audit log. On Azure: the Files mount
configCLIO_TRANSPORTall no stdio stdio or http. CLI flags --stdio / --http override
configLOG_LEVELall no info error / warn / info / debug
configMCP_AUTH_MODEPer-user OAuth, not a shared key. The headline mode (=oauth)
configMCP_SESSION_TTL_SECONDShttp (oauth/hybrid) no 2592000 Lifetime of an issued MCP session (30 days). Clio tokens auto-refresh
configPUBLIC_BASE_URLfrom the environment domain. Secrets flow from Key Vault to
// 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 2 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/patrickking67-clio-manage-mcp-14i7rz)](https://m8ven.ai/mcp/patrickking67-clio-manage-mcp-14i7rz)
commit: c90b53e5dd5c122a1d80d792cd2b87248a6da41e
code hash: 939add6b6c7d9f6c879b5e4bf8ea043a29f51000bb55ec07456d2b7dad3abc86
verified: 6/13/2026, 10:28:50 AM
view raw JSON →