A

Atlassian GraphQL API

GraphQL discovered

Details
Endpoint
https://api.atlassian.com/graphql
Spec
introspection
Docs
https://developer.atlassian.com/platform/atlassian-graphql-api/graphql/
Authentication
OAuth 2.0 oauth2 discovered
Authorization: Bearer <credential>
OAuth 2.0 — self-onboarding

Point your MCP client at the server URL and approve access in the browser. The server supports OAuth Dynamic Client Registration (RFC 7591), so the client registers itself automatically — no developer-portal app, client_id, or client_secret to create.

Atlassian personal API token api_key discovered Get key ↗
Authorization: Basic <credential>

Create a personal API token in your Atlassian account at API tokens. For Jira/Confluence REST and tenanted GraphQL basic auth, use your Atlassian account email together with the token as email:api_token in HTTP Basic auth. Atlassian's basic-auth guides are Jira and Confluence.