Find the audience in one call.
search_audienceDescribe who you need in plain English. The server returns the match, estimated scale, behavioral evidence, and related groups. Follow-up tools compare, refine, or inspect the result.
Connect Claude, Cursor, or Windsurf to the same audience model behind Sovrn AI. Ask who, how large, or what is related without leaving the conversation.
Browser sign-in for interactive clients. No key to paste. Grounded in a model representing 118M+ people.
https://sovrn.ai/api/mcp
Sovrn AI
10 typed tools · read-only access
Choose your client for the exact setup. OAuth is the default; API keys appear only on the HTTP path for scripts and CI.
claude mcp add --transport http sovrn-lbm https://sovrn.ai/api/mcpRun once, restart Claude Code, then type /mcp and pick Authenticate. Your browser opens the Sovrn sign-in.
No key needed. Your browser opens Sovrn sign-in, then asks you to approve read-only tool access.
You describe the people. Your agent chooses the tool.
This list mirrors the server's registered tools. The exact list a client receives can be smaller when a role or plan does not include a tool.
search_audienceDescribe who you need in plain English. The server returns the match, estimated scale, behavioral evidence, and related groups. Follow-up tools compare, refine, or inspect the result.
estimate_audience_sizeFindRun a calibrated count with a confidence interval when the number needs to travel.
discover_cohortsFindTest themes against an audience and see which groups genuinely over-index.
audience_time_seriesCompareCompare audience interest by hour or day with coverage-normalized periods.
compute_overlapCompareMeasure the observed intersection and its share of each audience.
search_audience_excludeCompareFind an audience, subtract an unwanted cohort, and keep the cleaner result.
sample_usersInspectInspect a small sample from a result to verify the behavioral evidence behind it.
describe_userInspectRead the behavioral metadata for one pseudonymous result from an earlier search.
get_capabilitiesLearnLoad the data model, limitations, metric definitions, and additional-skill manifest.
read_skill_docLearnFetch a Sovrn reference document when the client cannot read MCP resources directly.
Census context, where present, describes areas in aggregate—not individual traits. Audience sizes are estimates, and small groups are directional.
The server also carries a maintained Google Ads guide. Your agent reads the relevant reference when you ask—not a stale answer from model memory.
See what replaced retired match types, account structures, and bidding practices.
Start with measurement, then settings, structure, bidding, and keywords.
Use observed sites and interests as planning inputs for work in your own ad tools.
This is reference material, not an activation tool. Connect Google Ads in Settings → Connectors to use list_accessible_customers, search, and get_resource_metadata. Those tools read the account you connected; they do not create campaigns.
JSON-RPC 2.0 over POST. This secondary path uses an API key because scripts cannot complete browser sign-in.
curl -X POST https://sovrn.ai/api/mcp -H "Authorization: Bearer YOUR_KEY" -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_audience","arguments":{"prompt":"people shopping for trail-running gear and reading endurance training"}}}'A client can learn the server without a separate SDK or hardcoded integration guide.
Add the server, sign in in your browser, and ask in plain English.