What is exposed
Three things reach your client through the single MCP endpoint:- Tools — the endpoints tagged
mcpin the API Reference, from both the Core API and the Search API, plusget_current_userfor personalised answers. They are read-only by design: agents can browse analyses, metrics, and brand catalogs, but cannot mutate state. - Prompts — ten guided analysis workflows you invoke by name. See Prompts below.
- Skills — curated domain knowledge (metric glossaries, reporting playbooks, security and compliance) that the assistant loads on its own, so you don’t have to explain what a metric means before asking about it. The documentation search tools are also mounted, letting the assistant look things up in these docs while it works.
Server URL
Authentication
The server uses OAuth 2.0. You do not pass an API key or a JWT — on first connection, the client opens your browser, you sign in with your Share Of Model account (same credentials as the web app), and the client stores the resulting token. There is nothing to configure manually.Connect from Claude Code
Connect from Claude.ai or Claude Desktop
- Open Settings → Connectors.
- Scroll to the bottom and click Add custom connector.
- Paste
https://mcp.shareofmodel.ai/mcpand click Connect. - Sign in with your Share Of Model account in the browser window that opens.
Connect from MCP Inspector
Prompts
Rather than composing a request yourself, you can invoke a pre-built workflow by name:
How you trigger a prompt depends on the client — in Claude Desktop and Claude Code they appear in the prompt or slash-command picker once the connector is authenticated.
For the full walkthrough and example questions, see Get started with Share of Model MCP.