Jira MCP
# Jira MCP Serverless API The most comprehensive Jira integration API designed specifically for AI applications. Connect your AI models to Jira's complete issue management and project collaboration capabilities using the industry-standard Model Context Protocol (MCP). ## 🚀 Three Integration Patterns ### 1. 🌐 Web Applications (Recommended) **Perfect for**: React apps, Vue.js, Next.js, mobile…
Jira MCP endpoints
| Method | Endpoint | Description |
|---|---|---|
| config | ||
| POST |
configureSession /config |
Sets up a new MCP session and returns connection details. This endpoint is used to establish a session before making MCP tool calls. |
| mcp | ||
| GET |
mcpStatusCheck /mcp |
Check if the MCP endpoint is operational |
| POST |
mcpEndpoint /mcp |
Main endpoint for Model Context Protocol communication with intelligent session management. **Auto-Optimized Mode**: If no `Mcp-Session-Id` header is provided, the API… |
| jira | ||
| GET |
directJiraGet /jira |
RESTful endpoint for direct Jira operations without using the MCP protocol. Supports all Jira operation types through the 'type' parameter. |
| POST |
directJiraPost /jira |
RESTful endpoint for direct Jira operations using POST method. Supports all Jira operation types through the 'type' parameter in the request body. |
| health | ||
| GET |
healthCheck /health |
Check the health status of the service |
Jira MCP pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $4.99 / month | — |
|
| PRO | $12.99 / month | — |
|
| ULTRA Recommended | $34.99 / month | — |
|
| MEGA | $89.99 / month | — |
|