I’m working on an MCP client written in Python (using the fastmcp library) that I plan to run inside an AWS Lambda function. I want to integrate it with the mcp-atlassian server to interact with Jira and list the available tools.
I already have a Jira API token for authentication, but I’m not sure about the server hosting part.
Does Atlassian provide a publicly hosted MCP server HTTPS endpoint that I can directly invoke from my client by simply providing my API token?
Or do I need to host the mcp-atlassian server myself in my own infrastructure (e.g., via the provided docker run commands or by installing and running the package with pip)?
Any clarification on whether Atlassian offers a hosted MCP server, or if self-hosting is the only option, would be greatly appreciated.
Hey @Gaurav, thankyou so much for responding.
So, is my understanding right here, do I just call this endpoint https://mcp.atlassian.com/v1/sse
with the api token for auth, will i be then able to say list the tools down?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.