AniList · Capability
AniList GraphQL API v2 — OAuth2
OAuth2 — AniList. 3 operations. Lead operation: Begin the OAuth2 authorization flow. Self-contained Naftiko capability covering one AniList business surface — the OAuth2 endpoints under https://anilist.co/api/v2/oauth that authorize a user, exchange an authorization code for a one-year JWT access token, and (optionally) display the access token on a copy-and-paste pin page for clients that cannot register an HTTP or custom URI scheme redirect.
What You Can Do
GET
Oauthauthorize
— Begin the OAuth2 Authorization Code or Implicit flow.
/v1/oauth/authorize
POST
Oauthexchangetoken
— Exchange an authorization code for a one-year JWT access token.
/v1/oauth/token
GET
Oauthauthpin
— Display the OAuth2 auth pin (access token) on an HTML page for manual copy/paste.
/v1/oauth/pin
MCP Tools
begin-oauth-authorize
Begin the OAuth2 Authorization Code or Implicit flow.
read-only
idempotent
exchange-oauth-token
Exchange an authorization code for a one-year JWT access token.
display-oauth-pin
Display the OAuth2 auth pin (access token) on an HTML page for manual copy/paste.
read-only
idempotent