Connect Claude, ChatGPT, Copilot and other MCP tools to Smart OSH
SmartOSH exposes a remote MCP server that you can connect to Claude, ChatGPT, or another MCP-compatible tool to query your information with AI assistance.
What is MCP
Section titled “What is MCP”MCP (Model Context Protocol) is an open standard that allows AI assistants, such as Claude or ChatGPT, to securely connect to external applications and data. Instead of manually copying and pasting information, the assistant connects to the MCP server and can access the data the application makes available.
SmartOSH has its own MCP server, so you can add it as a custom connector in Claude, ChatGPT (or another compatible tool) and work with your information directly from the assistant.
What SmartOSH’s MCP offers
Section titled “What SmartOSH’s MCP offers”SmartOSH’s MCP server goes beyond exposing data: it incorporates several tools, predefined prompts, and specific PRL knowledge so the AI assistant can work more usefully and guided. Among other capabilities, it offers:
- Information retrieval: querying accidents, reports, and documents, among other data.
- Sending emails directly from SmartOSH (subject to the configured authorised domains).
- Predefined prompts for common tasks, which facilitate obtaining consistent results without having to write instructions from scratch.
- Specific accident investigation methodology and other specialised PRL knowledge incorporated into the service itself.
SmartOSH MCP server URLs
Section titled “SmartOSH MCP server URLs”Use the URL corresponding to the environment you want to work with:
- Production:
https://backend.my.smartosh.com/mcp- Preproduction:
https://backend.pre-my.smartosh.com/mcpHow to connect Claude (custom connector)
Section titled “How to connect Claude (custom connector)”To add a custom connector in Claude you need a remote MCP server to connect to; in this case, one of the SmartOSH URLs indicated above. The steps vary depending on your Claude plan.
Individual plans (Free, Pro or Max)
Section titled “Individual plans (Free, Pro or Max)”- Go to Customize > Connectors in settings, or click the «+» button next to Connectors.
- Click Add custom connector to create a new one.
- Enter a name to identify it (for example,
SmartOSH). - Add the SmartOSH remote MCP server URL (the one your consultant or support has provided).
- (Optional) Click Advanced settings to specify an OAuth Client ID and an OAuth Client Secret for your server.
- Click Add and follow the connection process (authentication), just like with directory connectors.
Team or Enterprise plans
Section titled “Team or Enterprise plans”In these plans, before members can configure custom connectors, an Owner or Primary Owner must first add the connector to the organisation:
- The Owner or Primary Owner goes to Organization settings > Connectors, clicks Add and adds the SmartOSH remote MCP server URL.
- Each user then finds the connector in the list (it will appear with a «Custom» label) and clicks Connect to authenticate and start using it.
How to connect ChatGPT (custom connector)
Section titled “How to connect ChatGPT (custom connector)”In ChatGPT, custom MCP connectors are managed through Developer mode.
Enable Developer mode
Section titled “Enable Developer mode”- Open ChatGPT on the web and sign in with a compatible plan account.
- Go to Settings > Connectors —depending on your version, this may appear as Apps.
- Enter Advanced settings; you may need to scroll down to find it.
- Toggle Developer mode on.
Create the connector
Section titled “Create the connector”- In Settings > Connectors (or Apps), click Create next to Advanced settings. The button only appears if Developer mode is enabled.
- Enter a name to identify it (for example,
SmartOSH). - (Optional) Add a description, for example “Access to SmartOSH data”.
- In MCP Server URL, paste the SmartOSH remote MCP server URL.
- In Authentication select the appropriate method (usually OAuth) and complete the authentication process.
- Save the connector. It will appear in your connector list (in Drafts while being configured).
Use it in a conversation
Section titled “Use it in a conversation”- Open a new conversation and click the «+» icon in the composer.
- Select Developer mode and activate the SmartOSH connector as a source.
How to connect Microsoft Copilot
Section titled “How to connect Microsoft Copilot”In the Microsoft ecosystem, MCP servers are connected through Copilot Studio, where they are added as a tool to an agent.
- Enter Copilot Studio and open (or create) the agent to which you want to add the connection.
- Go to the Tools tab and click Add a tool > New tool > Model Context Protocol.
- Fill in the wizard fields:
- Server name: for example,
SmartOSH. - Server description: a brief explanation of its purpose, as the orchestrator uses this to decide when to call the server.
- Server URL: the SmartOSH remote MCP server URL.
- Server name: for example,
- Configure the appropriate authentication (usually OAuth 2.0) and complete the wizard. Copilot Studio automatically detects the available tools on the server.
How to connect Gemini
Section titled “How to connect Gemini”In Gemini the usual way to connect remote MCP servers is via the Gemini CLI (aimed at technical profiles). With the CLI installed, add the server with:
gemini mcp add --transport http SmartOSH <MCP-server-URL>If the server requires header authentication, you can add it with -H:
gemini mcp add --transport http --header "Authorization: Bearer <token>" SmartOSH <MCP-server-URL>This saves the configuration in ~/.gemini/settings.json (user scope) or .gemini/settings.json (project scope). Within Gemini CLI you can run /mcp to see the configured server and its tools.
Other MCP-compatible clients
Section titled “Other MCP-compatible clients”SmartOSH’s MCP server follows the MCP standard, so it can connect from any compatible client (for example, editors and development tools like Cursor, VS Code or Cline, among others). Although the interface changes depending on the tool, generally you only need these details:
- The SmartOSH remote MCP server URL (production or preproduction).
- The authentication method (for example, OAuth, with Client ID and Client Secret if applicable).
Responsibility and data protection
Section titled “Responsibility and data protection”Through the MCP service, SmartOSH limits itself to exposing data and tools. The processing of information by the AI is performed by the external engine or tool you choose to connect (Claude, ChatGPT, Copilot, Gemini or another), outside SmartOSH’s control.
During MCP use, SmartOSH does not use its own AI engines. Therefore, token consumption (and any associated cost) is borne by the client and the AI tool being used.
Therefore, the following aspects are the responsibility of the client and the AI tool used:
- The legal aspects of AI use.
- The geographical area where the AI runs and data is processed.
- The data protection implications and compliance with applicable AI regulations.