Sonner logosonnerdocs

MCP server

Sonner ships a Model Context Protocol server so any MCP-compatible agent runtime can pull people context without writing HTTP plumbing. Point your client at the server and the search, profile, and draft primitives show up as native tools.

Connect

Add Sonner to your MCP client config. Authentication uses the same sk_live_… API key you create in the dashboard.

{
  "mcpServers": {
    "sonner": {
      "command": "npx",
      "args": ["-y", "@sonner/mcp"],
      "env": { "SONNER_API_KEY": "sk_live_..." }
    }
  }
}

Tools

  • search_people — natural-language open-web search, returns ranked candidates
  • get_profile — typed profile for a resolved person
  • analyze_signals — why a person fits a query, with evidence
  • draft_outreach — channel + tone aware message with citations
  • list_sources — sources contributing to a profile, with freshness
  • verify_identity — confidence that two handles are the same person

Resources

  • people://{id} — a person's canonical profile
  • query://{id} — a saved search and its results