Skip to main content
Glama
vaulcent

EasyTouch MCP

by vaulcent

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
APP_ENVNoRuntime environment. Set to 'production' for production deployments. When not 'production', DEV_ACCESS_TOKEN is accepted for local authentication.
DEV_ERP_URLNoERP URL for direct real-ERP local testing without inserting a database connection. Bypass exists only outside production and only for the configured development tenant/user.
ALLOWED_HOSTSNoExact allowed HTTP hosts. Required in production.
ENCRYPTION_KEYYesFernet key used to encrypt ERP API secrets. Must be backed up separately; losing it makes stored credentials unrecoverable. Generate with Fernet.generate_key() and store as .env.
MCP_PUBLIC_URLNoPublic URL of the MCP endpoint, e.g. https://mcp.easytouch.so/mcp. Required in production.
DEV_ERP_API_KEYNoAPI key for direct real-ERP local testing. Bypass exists only outside production.
TRUSTED_ORIGINSNoExact trusted origins. Required in production.
DEV_ACCESS_TOKENNoRandom token for local authentication. Accepted only when APP_ENV is not production. Generate with e.g. openssl rand -hex 32.
DEV_ERP_API_SECRETNoAPI secret for direct real-ERP local testing. Bypass exists only outside production.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources