ClauseLens MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for the server (Railway sets this automatically; default: 8000) | 8000 |
| MCP_PUBLIC_URL | No | Full public URL of the MCP endpoint, e.g. https://YOUR-SUBDOMAIN.railway.app/mcp | |
| WORKOS_API_KEY | Yes | WorkOS API key (e.g. sk_live_...) | |
| WORKOS_AUDIENCE | Yes | JWT audience claim, set to clauselens | |
| WORKOS_JWKS_URI | Yes | JWKS endpoint: https://api.workos.com/sso/jwks/<client_id> | |
| WORKOS_CLIENT_ID | Yes | WorkOS application client ID (e.g. client_01...) | |
| RATELIMIT_REQUESTS | No | Requests per window per user (default: 10) | 10 |
| RATELIMIT_WINDOW_SECONDS | No | Rate limit window in seconds (default: 3600) | 3600 |
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/Jaydatta-Bade/clauselens-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server