Skip to main content
You’re meeting someone in an hour and want the 90-second version: what the company is, who the person is, and anything recent worth knowing. Your agent pulls a web-grounded company brief, a profile of the person, and the latest news, then Claude distills it into a brief and flags the relevant bits. ~$0.08, self-contained — just a name, a company, and the topic.
This is a durable gateway demo — a sandboxed client can’t fake live, web-grounded research. The value is paid search + real-time data, not generation. (We have no X/Twitter endpoint today, so “recent posts” reads as recent public posts + news; an X route would sharpen this — see the recipe backlog.)

The prompt


What runs

  1. POST /perplexity/v1/chat/completions — web-grounded company brief with citations (~$0.02)
  2. POST /exa/v1/search — semantic search for the person’s profile + recent public activity (~$0.02)
  3. POST /serper/v1/search — latest news mentioning both (~$0.02)
  4. POST /anthropic/v1/messages — Claude synthesizes the one-pager and flags what’s relevant (~$0.02)

Run it

Claude Desktop (MCP)

Paste the prompt with any person + company. The agent decides how many source passes it needs.

SDK


Expected output


Extend it

  • Swap Serper for Brave news (/brave/v1/news/search) or NewsAPI (/newsapi/v1/search) for a different recency lens
  • Add Hunter.io (/hunter/v1/search) to surface a verified contact email for follow-up
  • Pipe the brief into Resend (/resend/v1/emails) to send yourself the prep the morning of
  • Run it for every attendee on tomorrow’s calendar in parallel — each is an independent ~$0.08 pass