tally-mcp-server

samihalawa/tally-mcp-server

3.2

If you are the rightful owner of tally-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Tally MCP Server for Smithery is designed to facilitate seamless integration with Tally's API, providing a robust interface for managing forms, webhooks, and administrative tasks.

Tools
5
Resources
0
Prompts
0

Tally MCP Server for Smithery (Full)

  • Tools list without auth. Auth only during execution (lazy auth).
  • Capabilities: { tools: {} }
  • Tools:
    • tally.forms
    • tally.webhooks
    • tally.admin
    • tally.raw (generic passthrough for future endpoints)
    • utils.ping (no auth)

Config (Smithery -> Project config or env):

  • TALLY_API_KEY (required to execute authenticated tools)
  • TALLY_VERSION (optional header: tally-version)
  • TALLY_BASE_URL (default https://api.tally.so)
  • DEBUG_LOG ("true"/"false")

Run: npm i && node src/server.js