PDFSight authentication and connector help

PDFSight uses OAuth 2.1-style authorization for remote MCP connectors. Clients should discover the configuration from the metadata endpoints below instead of hard-coding authorization endpoints.

Canonical identifiers

Authorization issuer: https://pdfsight.com

Protected MCP resource: https://pdfsight.com/mcp

Discovery

Supported MCP resource scopes

Request only the scopes your connector needs. pdfsight.form.read permits access to the authenticated user's temporary forms and generated PDFs; pdfsight.form.write permits PDF upload, analysis, and filling.

Identity and authorization-server scopes

openid, profile, and email control identity claims. offline_access requests rotating refresh tokens; it is not an MCP resource permission.

Connector requirements

User accounts

When self-service enrollment is enabled, a new user can create an account from the PDFSight sign-in page shown during connector authorization. PDFSight creates the account only after a one-time email code is verified, then resumes the same authorization request at consent. A preregistered “Continue with ChatGPT” identity option is shown only if OpenAI has provisioned PDFSight an OIDC client; PDFSight never links accounts from email equality alone.

This page contains public protocol metadata only. It never displays account credentials, authorization codes, access tokens, refresh tokens, passwords, or test-user data.

Support

For connector registration or authentication help, visit PDFSight Support or email [email protected]. Do not send credentials or document contents by email.