LimeSurvey MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| add_responseC | Add a response to a LimeSurvey survey. |
| add_responsesC | Add multiple responses to a LimeSurvey survey. |
| update_responseC | Update a response in a LimeSurvey survey. |
| delete_responseC | Delete a response from a LimeSurvey survey. |
| save_responsesC | Save responses for a LimeSurvey survey. |
| export_responsesC | Export responses from a LimeSurvey survey. |
| export_statisticsC | Export statistics for a LimeSurvey survey. |
| export_timelineB | Export timeline for a LimeSurvey survey. |
| add_surveyC | Add a new LimeSurvey survey. |
| copy_surveyB | Copy a LimeSurvey survey. |
| delete_surveyC | Delete a LimeSurvey survey. |
| activate_surveyB | Activate a LimeSurvey survey. |
| import_surveyB | Import a LimeSurvey survey. |
| set_survey_propertiesC | Set LimeSurvey survey properties. |
| add_groupC | Add a group to a LimeSurvey survey. |
| delete_groupB | Delete a group from a LimeSurvey survey. |
| set_group_propertiesC | Set LimeSurvey group properties. |
| import_groupC | Import a group to a LimeSurvey survey. |
| delete_questionC | Delete a question from a LimeSurvey survey. |
| set_question_propertiesC | Set LimeSurvey question properties. |
| import_questionC | Import a question to a LimeSurvey survey. |
| add_languageC | Add a language to a LimeSurvey survey. |
| delete_languageB | Delete a language from a LimeSurvey survey. |
| set_language_propertiesC | Set LimeSurvey language properties. |
| add_participantsC | Add participants to a LimeSurvey survey. |
| delete_participantsC | Delete participants from a LimeSurvey survey. |
| invite_participantsB | Invite participants to a LimeSurvey survey. |
| set_participant_propertiesC | Set LimeSurvey participant properties. |
| import_cpdb_participantsC | Import participants from the central participant database. |
| activate_tokensC | Activate tokens for a LimeSurvey survey. |
| add_quotaC | Add a quota to a LimeSurvey survey. |
| delete_quotaC | Delete a LimeSurvey quota. |
| set_quota_propertiesC | Set LimeSurvey quota properties. |
| upload_fileC | Upload a file to a LimeSurvey survey. |
| download_filesB | Download files from a LimeSurvey survey. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| summarize_survey_statistics_and_timeline | Summarize survey statistics and submission timeline for analysis. Args: sid: The survey ID to analyze. days_back: Number of days back from today to analyze. Defaults to 30. Returns: A concise summary of survey statistics and timeline data. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| survey:// | |
| survey-group:// | |
| language:// | |
| language://default | |
| server://version | |
| server://db_version | |
| server://site_name | |
| server://users |
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/edgarrmondragon/limesurvey-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server