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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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