This page details how mid-market IT leaders connect commercial LLMs—specifically ChatGPT, Claude, and Grok—to the fraink-platform using the Model Context Protocol (MCP).

Integration Workflow

  1. Issue Key: Generate a single-view credential in management (rotatable and revocable).
  2. Paste MCP Endpoint: Input the MCP URL (https://fraink.com/mcp) into the agent's connector settings. Note: Opening this URL directly in a browser throws an expected 401 error.
  3. Confirm Scope: Approve in-browser. The client binds to the user's active reach, securing permissions in real time.

Security & Architecture

  • Session Decoupling: External clients receive a designated Site Agent credential rather than your admin session.
  • Protocol Standards: Leverages dynamic registration, PKCE S256, and automated token refresh.
  • Discovery vs. Execution: Public facts are exposed via llms.txt for zero-secret agent discovery. This design mirrors how franchise sites can separate public discoverability from private, credential-locked operational data (see page-3192561).

Other pages