alterios-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ALTERIOS_PROFILE | No | The profile name (e.g., vniimt). Required if not using dotenv. | |
| ALTERIOS_DOTENV_PATH | No | Path to .env file containing all profile variables. | |
| ALTERIOS_MCP_ALLOW_WRITE | No | Set to '1' to enable write operations. | |
| ALTERIOS_<PROFILE>_BASE_URL | No | Base URL for the profile. Replace <PROFILE> with actual profile name. | |
| ALTERIOS_<PROFILE>_API_TOKEN | No | API token for the profile. | |
| ALTERIOS_<PROFILE>_BODY_STYLE | No | Body style. | |
| ALTERIOS_<PROFILE>_PROJECT_ID | No | Default project ID (optional). | |
| ALTERIOS_<PROFILE>_AUTH_HEADER | No | Auth header name. | |
| ALTERIOS_<PROFILE>_AUTH_SCHEME | No | Auth scheme. | |
| ALTERIOS_<PROFILE>_TIMEOUT_SECONDS | No | Timeout in seconds. | |
| ALTERIOS_<PROFILE>_ENDPOINT_TEMPLATE | No | Endpoint template for script execution. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| alterios_configC | Return redacted Alterios configuration and missing required values. |
| alterios_list_projectsC | List projects available on the selected Alterios instance. |
| alterios_service_catalogC | Return known Alterios script-service functions. |
| alterios_call_readonly_serviceC | Call a known read-only Alterios script service. |
| alterios_rest_getC | Run a read-only GET request against an Alterios REST API path. |
| alterios_list_objectsC | List common Alterios object types via validated listandcount routes. |
| alterios_view_data_simplifiedD | Read a view as Stimulsoft usually sees it through get-data-simplified. |
| alterios_report_fullC | Read a full Alterios report by ID through the encoded report filter route. |
| alterios_get_viewC | Read a full Alterios view object by ID. |
| alterios_get_formB | Read a full Alterios form object by ID. |
| alterios_view_entitiesC | Read configured entities/joins for an Alterios view. |
| alterios_view_fields_populatedC | Read populated field metadata for an Alterios view. |
| alterios_list_fieldsB | Read Alterios content type fields, optionally filtered by content type or field ID. |
| alterios_list_groupsC | Read Alterios project groups. |
| alterios_file_metadataC | Read Alterios file metadata for one or more file IDs. |
| alterios_list_commentsC | Read Alterios comments for an entity through the v1 comments API. |
| alterios_view_dataC | Read view rows through get-data with optional content, data, and user filter context. |
| alterios_discover_readonlyC | Probe the known safe read-only Alterios REST routes. |
| alterios_call_write_serviceC | Plan or call a mutating Alterios script service. Execution requires explicit write gates. |
| alterios_execute_manual_scriptC | Plan or execute a manual Alterios script by UUID. Execution requires explicit write gates. |
| alterios_rest_writeB | Plan or run a mutating REST request. Execution requires explicit write gates. |
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
- 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/SayAMSTASI/alterios-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server