Labsco
its-dart logo

teamdynamix-mcp

from its-dart

TeamDynamix MCP Server (unofficial)

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredNeeds API keys

Return to top

In this tutorial, you will configure teamdynamix-mcp in an MCP client, connect using the published package, and verify connectivity with read-only tools.

If you want to run from source as a contributor, use the development guide: docs/development/contributing.md.

Step 2: start your MCP client โ€‹

Start or reload your MCP client so it launches the TeamDynamix MCP server.

Expected: your client shows an active TeamDynamix server using stdio transport.

Step 3: verify tool connectivity โ€‹

Call these tools in order:

  • teamdynamix_server_status โ€” confirms credentials and base URL are configured

  • teamdynamix_get_current_user โ€” returns your authenticated user record

  • teamdynamix_list_applications โ€” lists accessible TeamDynamix apps

Expected: responses arrive without errors, and teamdynamix_server_status shows configured: true.

Step 4: verify a ticket app ID โ€‹

Call teamdynamix_list_applications, pick the ticketing app, then call:

  • teamdynamix_list_ticket_statuses with app_id

If this works, your baseline environment is ready for ticket and KB workflows.

Next tutorial โ€‹

  • First Ticket Workflow