1. Get a token
The gateway authenticates with a service-account token. Create one under Settings → API tokens with the permissions your agent needs, and copy thesolya_sa_… value (shown once).
2. Find the gateway URL
The server URL is shown on Settings → MCP (copyable). In production it is:3a. Connect remotely (HTTP) — Claude, Cursor
Most clients take a JSON config. Add the Solya server with your token as a bearer header:3b. Connect locally (stdio)
For local use (e.g. Claude Desktop / Claude Code running the gateway as a subprocess), the gateway runs over stdio and reads the token from the environment:4. Verify
Ask your agent to runsearch_operations (e.g. “list Solya operations for brands”), then
describe_operation and invoke_operation on a read endpoint. A whoami-style call is a
good first check that the token resolves to the right organization and permissions.
Transports: the hosted gateway speaks modern Streamable HTTP at
/mcp (with a legacy
SSE fallback); the local mode speaks stdio. Pick whichever your client supports —
most modern clients use the remote HTTP config in 3a.
