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
- Issue Key: Generate a single-view credential in management (rotatable and revocable).
- 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. - 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.txtfor zero-secret agent discovery. This design mirrors how franchise sites can separate public discoverability from private, credential-locked operational data (see page-3192561).
Loading...