Tally Prime MCP Server
by vimarsh244
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Tally MCP Server port number. Applicable only if Tally Prime MCP Server is deployed as Remote MCP server (optional, default is 3000) | 3000 |
| PASSWORD | No | Password for the OAuth Login front-end page to authenticate genuine user (optional, default is password) | password |
| MCP_DOMAIN | No | Domain name of Tally MCP Server website (optional, default is https://localhost:9000) | https://localhost:9000 |
| TALLY_HOST | No | Host name or IP where XML Server is running (optional, default is localhost) | localhost |
| TALLY_PORT | No | Port number of XML Server of Tally (optional, default is 9000) | 9000 |
| BLOCK_WRITE | No | Controls if MCP completely block access of write functionality. Setting this flag to value 1 will completely hide write functionality tools from the tool list. [0 = Allow, 1 = Block] (optional, default is 0 i.e. allowed) | 0 |
| TALLY_TIMEOUT | No | Milliseconds to wait for a reply from Tally before giving up (optional, default is 120000, i.e. 2 minutes) | 120000 |
| CACHE_TABLE_TTL_MS | No | Milliseconds a cached result table survives before it is dropped (optional, default is 900000, i.e. 15 minutes) | 900000 |
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