Skip to main content
Glama
Cyoda-platform

Cyoda Calculation Node MCP

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CYODA_HOSTYesYour Cyoda host (e.g., client-<id>.eu.cyoda.net)
CYODA_CLIENT_IDYesYour Cyoda client ID
CYODA_CLIENT_SECRETYesYour Cyoda client secret

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
entity_get_entity_toolA

Retrieve a single entity by its technical ID.

entity_list_entities_toolB

List all entities of a specific type.

entity_create_entity_toolC

Create a new entity of a given model.

entity_update_entity_toolB

Update an existing entity.

entity_delete_entity_toolC

Delete an entity by ID.

search_find_allC

Find all entities of a specific type using entity_service.find_all().

search_searchB

Search entities with Cyoda-native search conditions.

edge_message_get_edge_message_toolA

Retrieve an edge message by ID.

edge_message_send_edge_message_toolB

Send a new edge message.

workflow_mgmt_export_workflows_to_file_toolC

Export entity workflows to a JSON file.

workflow_mgmt_import_workflows_from_file_toolB

Import entity workflows from a JSON file.

workflow_mgmt_list_workflow_files_toolA

List available workflow files in the specified directory.

workflow_mgmt_validate_workflow_file_toolB

Validate a workflow file for correct JSON structure and required fields.

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/Cyoda-platform/mcp-cyoda-quart-app'

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