Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.shareofmodel.ai/llms.txt

Use this file to discover all available pages before exploring further.

In addition to the REST API, Share Of Model exposes a Model Context Protocol (MCP) server. Any MCP-compatible client — Claude Desktop, Claude Code, MCP Inspector, custom agents — can call Share Of Model endpoints directly as tools. There is no custom integration to build: connect with your existing Share Of Model account and start querying your data in natural language.

Connect your client

1

Open the connector settings

Open Settings → Connectors, scroll to the bottom, and click Add custom connector.
2

Paste the MCP URL

https://mcp.shareofmodel.ai/mcp
Click Connect.
3

Sign in

A browser window opens — sign in with your Share Of Model account (same credentials as the web app). Once authenticated, the assistant has access to the available tools.

Available tools

Only endpoints tagged mcp in the OpenAPI specification are exposed as MCP tools.
To keep interactions safe and predictable, only read-only GET endpoints are currently exposed via MCP. You can explore analyses, inspect brand-perception data, review asset evaluations, and generate strategic insights — without modifying workspace data.

Example prompts

Once connected, ask your assistant questions like:
  • List the workspaces I have access to.
  • Show me all completed analyses in this workspace.
  • What brands are included in the running shoes analysis?
  • Compare the share of voice between Nike and Adidas over the last 30 days.
  • Which brands have the strongest awareness index?
  • Show me the key strengths and weaknesses for each competitor.
  • How does our brand perform across ChatGPT, Gemini, and Claude?
  • Give me strategic insights for this analysis.
  • What assets have been evaluated and which ones scored highest?

What’s next

API Documentation Guide

Use the REST API directly.

API Reference

Browse the MCP integration spec.