Available tools
Isometric’s MCP server enables AI assistants to access the following resources to provide context to their responses:- The Isometric Standard
- Isometric’s protocols
- Isometric’s protocol modules
- User guides for the Certify and Registry platform documented on this site
- Isometric’s API documentation
Connecting to the server
The Isometric MCP server is provided at:Supported clients
Pre-approved clients
Remote MCP server integration is supported by most modern AI assistants. The clients below support MCP server connections and have been pre-approved by Isometric for authentication. Setup instructions are available from the link on each provider.- Anthropic Claude: Claude.ai, Claude Code
- OpenAI ChatGPT
- Google Gemini: CLI, Code Assist
- Microsoft VS Code with Copilot
- Cursor
- Mistral: Vibe, Studio
Using the connector with other clients
You may also be able to use the Isometric MCP server with other clients. In order to connect, the following features must be supported by the client:- Streamable HTTP transport
- Authorization
- One of two supported client registration mechanisms:
- Client ID Metadata Document: this is the preferred mechanism for the connector, or
- Pre-registration: this method requires creation of a client ID. Isometric will accept any arbitrary client ID and no secret is required.
Failed to fetch CIMD document or Failed to verify TLS certificate of CIMD/redirect URI error, but your client works correctly with other MCP servers, please contact Isometric at support@isometric.com to request domain approval.
Setup examples
Claude
Isometric is available as an official Claude connector.1
Open connector settings
Open Settings → Customize → Connectors on Claude.ai or in Claude Desktop.
2
Browse connectors
Click Add → Browse connectors and find Isometric in the connector directory.
3
Connect to the Isometric connector
Click Connect. If you are not already logged into Isometric in your browser, you will be prompted to log in first. You will then be shown a consent screen to allow the MCP connection. Click Allow to complete the connection.


Example responses from Claude Desktop with the Isometric MCP connector
ChatGPT
Setup instructions are also available in the OpenAI ChatGPT MCP documentation.1
Add MCP server
Go to the Settings → Plugins → MCPs tab.
Add MCP server with type as Streamable HTTP and URL as
https://api.isometric.com/mcp or https://api.sandbox.isometric.com/mcp as required.2
Add client_id to configuration
In
~/.codex/configuration.toml, add oauth = { client_id = "chat-gpt" } under the section corresponding to the MCP server you just added. E.g.Suggested prompts
Some suggested prompts to test the MCP server connection are shown below:Usage tips
General advice
If you are unfamiliar with AI assistants, reading educational guides on working with these tools, such as Anthropic’s free AI Fluency course are a good starting point. Assistants can also help guide you on how to get the most out of them: asking them how to work with them effectively as an initial prompt can be a helpful place to begin. If asking multiple different questions, it’s generally best to start a new chat for each question rather than continuing a previous chat, as models usually perform better with shorter conversation histories. If you want to clarify a prompt to get a better answer, editing your original prompt is usually more effective than adding further context in a second prompt.Base prompts
Using a base prompt can help to ensure more reliable behavior from an AI assistant. For chats using the Isometric MCP server, consider using the following base prompt or a similar version:Example base prompt
Example base prompt