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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/vimarsh244/tally-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server