Skip to main content
Glama
SayAMSTASI

alterios-mcp

by SayAMSTASI

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ALTERIOS_PROFILENoThe profile name (e.g., vniimt). Required if not using dotenv.
ALTERIOS_DOTENV_PATHNoPath to .env file containing all profile variables.
ALTERIOS_MCP_ALLOW_WRITENoSet to '1' to enable write operations.
ALTERIOS_<PROFILE>_BASE_URLNoBase URL for the profile. Replace <PROFILE> with actual profile name.
ALTERIOS_<PROFILE>_API_TOKENNoAPI token for the profile.
ALTERIOS_<PROFILE>_BODY_STYLENoBody style.
ALTERIOS_<PROFILE>_PROJECT_IDNoDefault project ID (optional).
ALTERIOS_<PROFILE>_AUTH_HEADERNoAuth header name.
ALTERIOS_<PROFILE>_AUTH_SCHEMENoAuth scheme.
ALTERIOS_<PROFILE>_TIMEOUT_SECONDSNoTimeout in seconds.
ALTERIOS_<PROFILE>_ENDPOINT_TEMPLATENoEndpoint template for script execution.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/SayAMSTASI/alterios-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server