MCP reference

Rankizz.com MCP Authentication

Learn how OAuth protects hosted Rankizz.com MCP connections and keeps every tool call scoped to the authorized account.

Connect Rankizz.com

  1. 1

    The MCP client discovers the authorization server from the protected Rankizz.com endpoint.

  2. 2

    Rankizz.com opens a browser login and asks the user to approve access.

  3. 3

    The client stores a scoped token and sends it on later MCP requests.

  4. 4

    Disconnect the server from the client to remove its local authorization session.

Never expose local_noauth mode on an internet-facing deployment. It is intended only for trusted local self-hosting.

Verify the connection

Ask the agent to list your Rankizz.com projects. A successful response confirms that OAuth completed, tools were discovered, and the account scope is available. Use the returned project ID for project-specific requests, or omit it when the tool supports the default project.

Next steps