Jira for your agents.
Connect Jira once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 9 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Jira.
What agents can do with Jira
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
jira_myselfCheck the credentials: returns the current user.
jira_search_issuesSearch issues with JQL, e.g. "assignee = currentUser() AND statusCategory != Done".
jira_get_issueFetch one issue by key (e.g. PROJ-123).
jira_list_projectsList projects visible to the user.
jira_add_commentAdd a comment to an issue. `body` is Atlassian Document Format; a plain string is accepted for simple text.
jira_create_issueCreate a new issue in a project. `project_id` and `summary` are required. Issue type defaults to Story if not specified.
jira_update_issueUpdate one or more fields on an issue by key. Include only the fields you want to change.
jira_get_issue_transitionsGet valid transitions for an issue. Returns the possible next statuses.
jira_do_transitionTransition an issue to a new status. `transition_id` comes from get_issue_transitions.
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.
- Click 'Create API token', name it (e.g. even-connect), and copy it.
- Your instance URL is your Jira site, e.g. https://your-site.atlassian.net.
- The username is the Atlassian account email that owns the token.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Jira to Even: call connect_begin("jira") on the even-connect MCP and walk me through it.
Search Jira issues using JQL and add comments to specific tickets.
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.