Skip to main content
Glama
JINA-CODE-SYSTEMS

Tally Prime MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoHTTP server port3000
PASSWORDNoOAuth authentication password (required for remote deployments)
BIND_HOSTNoBind address (0.0.0.0 only behind reverse proxy)127.0.0.1
MCP_DOMAINNoPublic-facing URLhttp://localhost:3000
TALLY_HOSTNoTally Prime XML server hostnamelocalhost
TALLY_PORTNoTally Prime XML server port9000
ADMIN_SECRETNoOptional secret for manual client registration
CLAUDE_MODELNoAnthropic model for GUI agentclaude-sonnet-4-20250514
CORS_ORIGINSNoComma-separated allowed originsMCP_DOMAIN
OPENAI_MODELNoOpenAI model for GUI agentgpt-4o
READONLY_MODENoSet true to disable all write toolsfalse
TALLY_EDITIONNoTally edition: silver or goldsilver
LLM_MAX_TOKENSNoMax tokens per LLM response300
OPENAI_API_KEYNoOpenAI API key for LLM-guided GUI agent (optional)
TALLY_EXE_PATHNoTally executable pathC:\Program Files\TallyPrime\tally.exe
TALLY_INI_PATHNoPath to tally.iniC:\Program Files\TallyPrimeEditLog\tally.ini
LLM_TIMEOUT_SECNoLLM API request timeout in seconds30
TALLY_DATA_PATHNoTally data directoryC:\Users\Public\TallyPrime\data
TALLY_DEBUG_XMLNoSet to '1' to enable tally-raw-xml-probe tool
LOG_RETAIN_COUNTNoMax rotated log files to keep10
ANTHROPIC_API_KEYNoAnthropic API key for LLM-guided GUI agent (optional)
AUTH_CODE_EXPIRY_MSNoAuthorization code TTL in ms600000
AUTH_RATE_LIMIT_MAXNoMax auth attempts per window10
ANTHROPIC_API_VERSIONNoAnthropic API version header2023-06-01
DB_TABLE_RETENTION_MSNoDuckDB temp table TTL in ms900000
TALLY_COMPANIES_CONFIGNoOptional credential-hint config path for list-available-companies<TALLY_DATA_PATH>/.tally-mcp-companies.json
ACCESS_TOKEN_EXPIRY_SECNoAccess token TTL in seconds3600
AUTH_RATE_LIMIT_WINDOW_MSNoRate limit window in ms60000
TOKEN_CLEANUP_INTERVAL_MSNoExpired token cleanup interval in ms60000
OPEN_COMPANY_GUI_MAX_STEPSNoMax LLM-guided steps per command25
OPEN_COMPANY_GUI_TIMEOUT_SECNoGUI agent timeout in seconds180

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

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/JINA-CODE-SYSTEMS/tally-mcp-server'

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