EasyTouch MCP
by vaulcent
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APP_ENV | No | Runtime environment. Set to 'production' for production deployments. When not 'production', DEV_ACCESS_TOKEN is accepted for local authentication. | |
| DEV_ERP_URL | No | ERP 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_HOSTS | No | Exact allowed HTTP hosts. Required in production. | |
| ENCRYPTION_KEY | Yes | Fernet 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_URL | No | Public URL of the MCP endpoint, e.g. https://mcp.easytouch.so/mcp. Required in production. | |
| DEV_ERP_API_KEY | No | API key for direct real-ERP local testing. Bypass exists only outside production. | |
| TRUSTED_ORIGINS | No | Exact trusted origins. Required in production. | |
| DEV_ACCESS_TOKEN | No | Random token for local authentication. Accepted only when APP_ENV is not production. Generate with e.g. openssl rand -hex 32. | |
| DEV_ERP_API_SECRET | No | API 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
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues