用别人没有的名单 约到该约的会面
实时的目标客户画像搜索、数据补全和购买信号——人事变动、招聘、融资——都在你查的那一刻,从你这个细分市场真正活跃的数据源里现拉。转售库里那批已经被五家厂商发过的行,这里没有。
能问什么,会回什么
按画像建名单
提问:「找 50 位增长负责人,公司是 2021 年后成立的美国金融科技创业公司,要验证过的邮箱。」
Anysite 匹配到 people search · profiles · email finder,返回 50 位潜客。
| 姓名 | 职位 | 公司 | 邮箱 |
|---|---|---|---|
| A. Rivera | 增长负责人 | Finlo | a.rivera@finlo.io |
| J. Chen | 增长副总裁 | Cartora | j.chen@cartora.com |
| M. Okafor | 增长负责人 | Nexbill | m.okafor@nexbill.io |
补全 CRM
提问:「给这 30 个域名补上人数和最近一轮融资,CRM 里对不上的行标出来。」
Anysite 匹配到 company lookup · funding · registries,返回 30 条记录。
| 域名 | 人数 | 最近融资 | CRM 记录 |
|---|---|---|---|
| korvia.com | 140 | B 轮 | 过期 |
| tabulo.io | 35 | 种子轮 | 一致 |
| renvia.co | 80 | A 轮 | 过期 |
捕捉购买信号
提问:「盯住我这 40 个重点客户,看本周有没有人事变动、融资消息和招聘激增。」
Anysite 匹配到 job posts · funding · news,返回 12 个信号。
| 客户 | 信号 | 细节 | 数据源 |
|---|---|---|---|
| Finlo | 招聘激增 | 新开 9 个销售岗 | 招聘网站 |
| Cartora | 新一轮融资 | 官宣 B 轮 | 新闻 |
| Nexbill | 人事变动 | 新任增长 VP 到岗 | 新闻 |
买来的名单:过期、按 credits 计量、人人都在发
主动获客团队都会撞上的三堵墙。名单从买改成让智能体实时拉,情况就不一样。
发之前核过的当天字段
智能体在你查的时候才建名单,行里的头衔就是今早的头衔:退信更少,域名更稳,触达序列真能送到。价钱固定,数据照拿
名单现建,不走转售
三步开始
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"])
大白话: 找 50 位增长负责人,公司是 2021 年后成立的美国金融科技创业公司,要验证过的邮箱。 > 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
智能体调用了什么: ⏺ 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
表格: 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
设一次,智能体就一直照着跑
常驻剧本,通过 MCP 交给智能体定时跑。结果直接落到你本来就在用的地方,一周下来做的是决策,不是收集数据。
触发点发生的当天早上,销售就看到了
周一开工,手上是别人没在发的名单
发信之前,每条 CRM 记录都和源头对得上
下一份名单,一个对话就有
本页每条流程都跑在你的智能体里,走 MCP,650+ 个数据源,每月 $30 起,7 天免费试用。想把同一套目录放进自家代码?REST 和 CLI 共用一把 API key,每月 $49 起。接一次,之后直接问。
常见问题
你的智能体。定时排在智能体那边:Claude 里的定时任务,或者任何能定时执行的智能体。每跑一次,智能体通过 MCP 从 Anysite 拉实时数据,然后自己完成投递:把行写进表格、更新 CRM、把摘要发到 Slack。Anysite 是底下那层实时数据,自己不主动跑任何东西。