Skip to main content
This guide walks through connecting Symmetry Docs MCP to your AI assistant and confirming it works. Once connected, your AI assistant can search and cite Symmetry Docs while you work.

Prerequisites

  1. Client Support Center credentials. The same sign-in you use to read Symmetry Docs and to track your tickets. Access to the MCP server matches your documentation access.
  2. An MCP-capable AI app. All of the options below are free to download.

Step 1: Add the server

The Docs MCP server address is:
The server is HTTP and access-controlled. There is no stdio option and no npm package to install, and because it is hosted there is nothing to keep updated on your side.
1

Add the server

2

Sign in

Run /mcp inside Claude Code, then select symmetry-docs from the list to start the sign-in.
Using a different AI app? Add https://docs.symmetry.com/authed/mcp as a custom MCP server in its settings. Popular clients such as Claude, ChatGPT, and Cursor can always complete the sign-in. If your client is not one of those, contact support before you start.

Step 2: Sign in

The first tool call opens your browser and prompts you to sign in with your Client Support Center credentials. After you authenticate, the browser tab closes and your AI assistant resumes. Subsequent calls in the same session reuse the cached token. The cached token is valid for 24 hours. After that, the next tool call prompts you to sign in again.

Step 3: Confirm it works

Ask your AI assistant something that only Symmetry Docs would answer, and check that it cites a Symmetry page. Your AI assistant decides whether to show the link the server returns, so if no page appears, add “cite the page” and ask again:
A correct answer names PREVIEW, SIGN, and SIGN_EXTERNALLY, and explains that PREVIEW is the default.
signForm is an attribute on the /fillPdf endpoint, and it defaults to PREVIEW, so if you are expecting a signed form you have to ask for one explicitly.
  • PREVIEW: an unsigned preview. The SSN (U.S.) or SIN (Canada) is masked and all form fields are flattened. Intended for letting the employee review the form before committing.
  • SIGN: a completed, fully executed form. The signature line carries the employee’s name plus a date and time stamp, the SSN or SIN is unmasked, and all fields are flattened. The timestamp needs a timezone, supplied as an IANA identifier such as America/Chicago. Without one, SPF signs in UTC.
  • SIGN_EXTERNALLY: a completed form with an unmasked SSN or SIN but no electronic signature or date, for use with an external signing tool such as DocuSign. Everything is flattened except the signature and date fields.
Two pages cover this: Interpreting SPF API responses has the authoritative breakdown plus the nonstandard signature fields (MO101 to MO103, NJ102), and Form output has the same three modes in table form with use-case guidance.
The answer as it appears in Claude Desktop, with the three signForm values and two cited Symmetry pages.

The same answer in Claude Desktop.

Then check that it can read a full page rather than working from a search snippet:
Expect three credential types across five interfaces.
Three credential types, mapped across five interfaces.
  • STE license file (ste-license.dat): authorizes the engine for an on-premise install, and is part of the licensed distribution. Downloaded from the Download Center as a ZIP with “License” in the name, then placed in the root of your STE directory, or supplied via the STE_LICENSE_KEY environment variable, which is checked first. The engine will not run without it.
  • API key: per client and product, issued by Symmetry, sent as the raw value of the Authorization header on every request. Staging and production keys are separate, and mixing environments fails.
  • Client Support Center credentials: user-level sign-in, where you authenticate as yourself rather than with a shared service key.
On-premise installs also use an API key for the Symmetry Location Service, which handles address geocoding, set as SLS_API_KEY in ste.conf. That is a configuration detail rather than a second license, and on the hosted API it is handled for you.
The answer as it appears in Claude Desktop, with the three credential types and a table mapping them to five interfaces.

The same answer in Claude Desktop.

If no page appears even after you ask it to cite one, or it cites something that is not a Symmetry docs page, it is answering from general knowledge and the server is not connected. Check that sign-in completed, then see troubleshooting.
That’s the whole setup. Your AI assistant can now search and cite Symmetry docs in any conversation, and sample prompts has questions to try, grouped by role.