签字之前, 先弄清对面是谁
登记记录、股权结构、诉讼、制裁名单、公开披露文件,智能体现拉原始记录,在同一个对话里回给你。过去要付费委托的调研,现在就是一句话。
能问什么,会回什么
核一家供应商
提问:「给这家供应商做一次背景核查:登记信息、股东、诉讼、制裁名单。」
Anysite 匹配到 registries · court data · sanctions lists,返回 4 项核查,1 处标记。
| 核查项 | 状态 | 数据源 | 备注 |
|---|---|---|---|
| 登记信息 | ✓ 有效 | 州登记机关 | 2016 年起 |
| 股权结构 | ✓ 清晰 | 公司登记信息 | 2 名受益所有人 |
| 诉讼 | ⚠ 1 起 | 法院记录 | 合同纠纷,2024 年 |
拿下公共采购
提问:「找出未来 30 天截止、金额 $500K 以下的联邦 IT 采购项目,以及类似项目由谁中标。」
Anysite 匹配到 procurement portals · awards · bidders,返回 11 个在招标。
| 项目 | 金额 | 截止 | 过往中标方 |
|---|---|---|---|
| 服务台系统改造 | $430K | 7 月 31 日 | Ordane Systems |
| 档案数字化 | $275K | 8 月 8 日 | Quenta Federal |
| GIS 数据服务 | $180K | 8 月 14 日 | Voltrix Labs |
筛一只股票
提问:「拉 Vantra Labs 最近一份 10-Q、内部人交易,以及财报之后散户情绪怎么变。」
Anysite 匹配到 filings · insider trades · sentiment,返回 3 个信号,1 处标记。
| 信号 | 读数 | 数据源 | 备注 |
|---|---|---|---|
| 10-Q 营收 | 同比 +18% | 监管披露文件 | 7 月 14 日提交 |
| 内部人交易 | 2 笔卖出 | Form 4 文件 | 预先计划 |
| 散户情绪 | ⚠ 转空 | Stocktwits | 财报会以来 −24 点 |
今天的尽职调查:花钱、慢,还是二手的
尽调团队每笔交易都会撞上的三堵墙。改成智能体自己去读原始来源之后,情况就不一样。
一句话搞定,不用走采购
智能体自己把核查跑完:登记信息、股权、诉讼、制裁命中,走 MCP 每月 $30 起,价格固定,没有按份计费的账单。一个对话里就有答案
每次都给记录本身
三步开始
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"])
大白话: 核一下这家供应商:登记信息、股东、诉讼、制裁名单。 > 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 交给智能体定时跑。结果直接落到你本来就在用的地方,一周下来做的是决策,不是收集数据。
登记信息、股东和诉讼落进交易档案。
关注列表的变动,在影响交易之前先到你手上。
每次供应商核查是重跑一遍,不用重买一份。
这活儿依赖的原始数据源
常见问题
定时这件事归智能体,不在 Anysite。在 Claude 里设一个定时任务,或者用任何能按点跑的智能体,每跑一次它通过 MCP 从 Anysite 拉当天的记录,再把结果送到你指定的地方:一张表、你的 CRM、一个 Slack 频道。Anysite 是实时数据层,排期和投递由智能体做。