Lenx MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LENX_API_KEY | Yes | Your Lenx API key | |
| LENX_USER_ID | Yes | Your Lenx user ID | |
| LENX_BASE_URL | No | API base URL | https://open.lenx.ai |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| lenx_list_tasksA | List monitoring tasks accessible to the authenticated user, with pagination support. |
| lenx_get_taskA | Retrieve configuration and metadata for a single monitoring task by ID. |
| lenx_create_taskA | Create a new monitoring task (live or adhoc). Live tasks run continuously; adhoc tasks require a date_range. |
| lenx_update_taskA | Update an existing task's name and/or search query configuration. At least one field is required. |
| lenx_delete_taskA | Delete a monitoring task. Only the task owner can perform this operation. |
| lenx_get_task_dataB | Retrieve paginated social media post data for a specific task within a time range. |
| lenx_export_task_dataA | Request a CSV or XLSX export of task post data. Results are sent to the specified email address. |
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/ThinkCol/lenx-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server