Hi,
I am trying to hit https://mcp.atlassian.com/v1/sse endpoint using the API token in Authorization Bearer header.
I have separate API tokens for Jira & Confluence.
I keep getting the following "Invalid token format" response error. What is the expected token format?
{
"error": "invalid_token",
"error_description": "Invalid token format"
}
The request payload is as follows
{
"jsonrpc": "2.0",
"method": "tools/list",
"params": {},
"id": 1
}
I tried using the following headers
The error response has changed to
{
"error": "invalid_token",
"error_description": "Missing or invalid access token"
}
@Rohit Agarwal @Michael Norgren @Toshiro The MCP endpoint doesn’t accept standard API tokens from Jira or Confluence. It requires a session token obtained through the Rovo Dev CLI, not manually created API keys. You’ll need to authenticate via acli rovodev auth login and use the token stored in your session for authorized requests.
Hi, @Rohit Agarwal - Were you able to figure this out? I am running into the same issues
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.
Welcome to the community!
Please check the following:
Best regards
Sam
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sam,
Thanks for your reply.
The links you mentioned outline integration of remote mcp server with AI desktop tools or development IDEs. I did go through the links before raising this ticket.
What I am trying to do is to connect to the remote mcp server either using Postman or a simple python code.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, same issue on Python with Claude :
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.