clio-mcp
by oktopeak
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP listen port (HTTP mode only) | 3000 |
| TRANSPORT | No | 'stdio' or 'http'. Defaults to 'http' at v2.0.0; set to 'stdio' for the pre-v2 behavior | http |
| CLIO_REGION | No | 'us' or 'eu'. Controls the default Clio API and auth base URLs | us |
| MCP_API_KEY | No | If set, the HTTP server requires this bearer token in the Authorization header | |
| MCP_BASE_URL | No | Public base URL of this server (e.g. http://127.0.0.1:3000). Used for the OAuth redirect | |
| CLIO_API_BASE | No | Override for Clio EU, Canada, or Australia (e.g. https://eu.app.clio.com/api/v4) | |
| CLIO_AUTH_URL | No | OAuth authorization endpoint | |
| CLIO_CLIENT_ID | Yes | Client ID from your Clio developer application | |
| CLIO_TOKEN_URL | No | OAuth token endpoint | |
| ENCRYPTION_KEY | No | Overrides OS keychain. Required only for CI/headless installs where no keychain is available. Must be a 64-character hex string. | |
| CLIO_CLIENT_SECRET | Yes | Client Secret from your Clio developer application | |
| CLIO_REDIRECT_PORT | No | Local port for the OAuth callback (stdio mode) | 5678 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/oktopeak/clio-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server