YouTrack for your agents.
Connect YouTrack once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 15 curated tools, discovered on demand, with your key stored on your machine and every call going direct to YouTrack.
What agents can do with YouTrack
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
youtrack_get_current_userCheck the credentials: returns the authenticated user.
youtrack_list_projectsList all projects visible to the user.
youtrack_list_issuesSearch issues with a query string. Query uses YouTrack query syntax.
youtrack_get_issueGet a single issue by its id.
youtrack_create_issueCreate a new issue. `project` is an object with an id field.
youtrack_update_issueUpdate an issue's fields (summary, description, etc.).
youtrack_delete_issueDelete an issue by its id.
youtrack_list_issue_commentsList comments on an issue.
youtrack_create_commentAdd a comment to an issue.
youtrack_delete_commentDelete a comment from an issue.
youtrack_list_issue_tagsList tags attached to an issue.
youtrack_list_tagsList all tags in the YouTrack instance.
youtrack_get_projectGet a single project by id with full details.
youtrack_list_work_itemsList time tracking work items for an issue.
youtrack_list_sprintsList sprints in an agile board.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Log in to your YouTrack instance.
- Go to your Profile and open the Developer Portal tab.
- Create a new Permanent Token with appropriate scopes and copy it.
- The token is passed as a Bearer token in the Authorization header.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect YouTrack to Even: call connect_begin("youtrack") on the even-connect MCP and walk me through it.
List YouTrack projects and issues, search issues by query syntax, and create new issues with summaries.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.