Server running

Eduteria Tally MCP

Exposes TallyPrime accounting data as tools for Claude, ChatGPT, and any other MCP-compatible AI client. Read-only reporting — no write/mutation tools are enabled.

Connect

MCP endpointhttps://mcp.acc-cloud.iteduco.in/mcp
TransportStreamable HTTP
AuthBearer token, in the Authorization header

21 tools available

ToolWhat it does
list_companiesList open companies
get_day_bookGet Day Book
get_trial_balanceGet Trial Balance (group-wise)
get_ledger_vouchersGet Ledger Vouchers (fallback)
get_outstandingGet outstanding bills (native report)
metadata_collectionList queryable collections
metadata_fieldsList a collection's fields
list_masterList master names in a collection
query_collectionQuery a Tally collection directly
chart_of_accountsGet chart of accounts
trial_balanceGet detailed (per-ledger) trial balance
profit_lossGet Profit & Loss statement
balance_sheetGet Balance Sheet
stock_summaryGet stock summary
ledger_balanceGet a single ledger balance as on a date
stock_item_balanceGet a single stock item balance as on a date
bills_outstandingGet outstanding bills (bill-wise, recommended)
ledger_accountGet full ledger account statement
stock_item_accountGet full stock item account statement
set_companySet the active company
set_periodSet the active date period

Claude Code

Run this once, replacing the token with yours:

claude mcp add --transport http eduteria-tally https://mcp.acc-cloud.iteduco.in/mcp \
  --header "Authorization: Bearer YOUR_TOKEN"

Claude.ai / Claude Desktop

Customize → Connectors → Add custom connector → paste the MCP endpoint above → Authentication: No sign-in → open Request headers → add header authorization with value Bearer YOUR_TOKEN, mark it Required. (Request header auth is currently in beta on Anthropic's side — if you don't see that option, it hasn't rolled out to your account yet.)

Eduteria Edutech · Tally reporting portal