For everyday research
7-day free trial · full plan access
- Prospect & company research while you chat
- Market checks, content ideas, quick lookups
- All 650+ sources with one key
- Claude, Cursor, ChatGPT & any MCP client
Ask for companies by geo, industry, and size — and the people inside them, with current titles and emails. Over MCP or API, nothing to maintain.
Works With Your Favorite Agent
Three walls GTM and marketing teams hit every week — and what happens when your agent gets a real data layer.
No pipeline to build — the whole flow runs inside the tools your team already has open.
Claude Code: $ claude mcp add --transport http anysite \ "https://mcp.anysite.io/mcp?api_key=YOUR_KEY" > registering tools … ✓ connected $ claude mcp list anysite http connected > the same catalog is available over REST — > see the REST tab, no MCP client required > every source included on every plan > nothing to install, nothing to keep running ✓ ready
Cursor: { "mcpServers": { "anysite": { "url": "https://mcp.anysite.io/mcp?api_key=YOUR_KEY", "transport": "http" } } } > goes in ~/.cursor/config.json > type /mcp in Cursor to see the tools appear > the same block works in any MCP client ✓ connected
REST: curl -X POST "https://api.anysite.io/api/people/profile" \ -H "access-token: YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{"url": "https://.../in/username"}' > one POST, one auth header, a typed profile back import requests headers = {"access-token": "YOUR_TOKEN"} r = requests.post("https://api.anysite.io/api/people/profile", headers=headers, json={"url": "https://.../in/username"}) print(r.json()["headline"])
Plain English: “Find heads of growth at seed-stage fintechs in Europe who posted about outbound this month.” > no query language > no endpoint IDs > no field mapping > no pagination to handle > no maintenance when a source changes ✓ the agent decides which endpoints to call
What the agent calls: ⏺ tool · anysite-mcp > Endpoints matched — people search · profiles · email finder > Filling parameters from the brief … > geo US > industry fintech > founded > 2021 > role head of growth > email verified only > Paging through results … > Deduplicating by company domain … > Typed fields, one schema per source ✓ Data ready — 50 prospects ✓ 50 rows ready for the sequence
Table: Name Role Company Email A. Rivera Head of Growth Finlo a.rivera@finlo.io J. Chen VP Growth Cartora j.chen@cartora.com M. Okafor Head of Growth Nexbill m.okafor@nexbill.io L. Fontaine Head of Growth Paylane l.fontaine@paylane.io S. Bergman Growth Lead Truffle s.bergman@truffle.fi D. Almeida Head of Growth Norvex d.almeida@norvex.io K. Ivarsson VP Growth Kolibri k.ivarsson@kolibri.se R. Haddad Head of Growth Sparkpay r.haddad@sparkpay.io T. Nowak Growth Lead Vireo t.nowak@vireo.pl E. Duarte Head of Growth Belmonte e.duarte@belmonte.io > sample rows · request_id req_abc123
JSON: [ { "name": "A. Rivera", "role": "Head of Growth", "company": "Finlo", "email": "a.rivera@finlo.io" }, { "name": "J. Chen", "role": "VP Growth", "company": "Cartora", "email": "j.chen@cartora.com" }, { "name": "M. Okafor", "role": "Head of Growth", "company": "Nexbill", "email": "m.okafor@nexbill.io" } ] > sample records · request_id req_abc123
Every card below runs on data pulled at query time — including sources others can’t reach.
ICP lists with live buying signals — not the tired database everyone else mails.
This week’s funding, hires, and product news — briefed before every call.
Offers, prices, and ads tracked as they change — no tab-by-tab copying.
Mentions, sentiment, and conversation shifts — one morning read on brand health.
Top posts by topic and the engagement behind them — no hours of scrolling.
True engagement, comment sentiment, brand fit — not a media kit built to flatter.
For everyday research
7-day free trial · full plan access
For active, daily agents
More headroom for busy agents · 7-day free trial
For agents that never sleep
Our highest MCP throughput · 7-day free trial
Those tools hand you a page as text — you still parse it, and they stop at the login wall. Anysite returns typed fields — people, companies, posts, prices — ready to use, and its coverage includes the business data page readers can’t reach.
Nobody shipped it with a query language. Now somebody has.