跳到正文
//使用场景 · 金融研究

六个终端的行情数据, 一个对话问完

公开披露文件、基本面、内部人交易、代币指标和事件赔率,查的时候现拉,用大白话一路追问下去。把 Anysite 接进你的智能体,每个答案引用的都是它刚取回来的记录,而不是听着像那么回事的复原。

免费开始7 天免费试用
AI 智能体正在通过 MCP 连接 Anysite……

能问什么,会回什么

盘一只票

提问:「把这只票最近一期 10-Q、内部人交易和散户情绪汇总一下。」

Anysite 匹配到 SEC EDGAR · insider trades · Stocktwits,返回 3 个数据源合并。

项目金额变化数据源
营收$8.2B同比 +22%10-Q
内部人净额−$41M3 笔卖出Form 4
情绪68 条看多+9 点Stocktwits

比头部 L2

提问:「把排名前 5 的 L2 过去 90 天的 TVL 和代币表现比一比。」

Anysite 匹配到 CoinGecko · DeFiLlama · token metrics,返回 对比 5 条网络。

网络TVL90 天变化代币
Veltra$4.1B+38%VLT +24%
Cindra$2.6B+11%CIN −3%
Omnex$1.9B−7%OMX −19%

查实时赔率

提问:「Polymarket 和 Kalshi 上本季度美联储降息的赔率是多少,这周怎么走的?」

Anysite 匹配到 Polymarket · Kalshi · odds history,返回 对比 2 个场所。

市场场所当前赔率本周 Δ
9 月前降息Polymarket62%+9 点
9 月前降息Kalshi58%+6 点
今年不降息Polymarket17%−5 点

今天的行情数据:终端一堆、训练截止、大路货数据

行情每分钟都在动,多数研究流程不动:来回切窗口、照着冻住的快照回答,或者把同一批信号同时卖给每一张桌子。

The Old Way
With Anysite

一个对话,所有数据

问一次,智能体就把披露文件、基本面、内部人交易和市场情绪拉进同一段对话——650+ 个数据源一套目录,用大白话接着问。
The Old Way
With Anysite

答案落在刚取回的记录上

The Old Way
With Anysite

信号实时查,不是转手卖

三步开始

终端

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"])

大白话: 汇总 NVDA 最近一期 10-Q、内部人交易和散户情绪。 > 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 交给智能体定时跑。结果直接落到你本来就在用的地方,一周下来做的是决策,不是收集数据。

每天每天早上跑

开盘前,披露文件和赔率变动就到了

追踪内部人交易Slack
跟踪预测市场Slack
每周周一上午跑

开市铃响前,筛选结果已经进表

在实时数据上筛选Sheet
交叉核对加密指标Sheet
每个财报季财报一出就跑

披露当天,智能体重画一遍自选股简报

汇总新披露文件聊天摘要
盯散户情绪聊天摘要
6 个常驻剧本 · 1 把 key · 每月 $30 起免费开始

行情,问一句就来

公开披露文件、基本面、代币指标和实时赔率,查的时候从 650+ 个数据源现拉。本页每一个流程都跑在你的智能体里,走 MCP,每月 $30 起,固定价,7 天免费试用。想在自己的代码里用同一套目录?REST 和 CLI 共用一把 API key,每月 $49 起。

常见问题

不是,定时在你智能体那边。Claude 里的一个定时任务,或者任何能按时间跑的智能体,到点醒来,通过 MCP 从 Anysite 拉新数据,再把结果送到你的表格或 Slack。Anysite 是每次运行时智能体去查的实时数据层;调度不归它管。