TapeOut MCP
让 AI 助手直接读、直接运行 TapeOut 链上电路和链上网站。免费,不用钱包,不用登录。
Lets AI assistants read and run TapeOut on-chain circuits and websites. Free; no wallet, no sign-in.
地址 / Endpoint
https://mcp.aihashrate.stream/mcp怎么接 How to connect
Claude Code
claude mcp add --transport http tapeout https://mcp.aihashrate.stream/mcp
Claude(网页版 / 桌面版):设置 → 连接器 → 添加自定义连接器,粘贴上面的地址。
Claude apps: Settings → Connectors → Add custom connector, then paste the endpoint.
Cursor、VS Code 等:在 MCP 配置里加一个 HTTP 服务器,地址同上,例如:
Other clients: add an HTTP (Streamable HTTP) server with this URL, for example:
{ "mcpServers": { "tapeout": { "url": "https://mcp.aihashrate.stream/mcp" } } }
能做什么 Tools
list_sites | 列出我们的全部页面与演示,以及链上副本在哪 List our sites and pages |
resolve_tape_name | 查一个 .tape 链上名字:是否开通、归谁、到期时间、用什么网址打开 Look up a .tape on-chain name |
list_site_files | 列出链上网站存了哪些文件(大小、类型、SHA-256) List files of an on-chain site |
read_site_file | 从链上读一个文件并按链上哈希核对;图片直接返回图片 Read a file from an on-chain site |
resolve_short_link | 看一个短链接会跳到哪(不跳转) Where does a short link go? |
create_short_link | 给已开通的链上名字生成短链接,可自定义名字 Create a short link for an on-chain site 写 |
update_short_link | 用管理密钥改短链接指向或删除 Change or delete a custom short link 写 |
circuit_info | 读一枚电路:输入输出数、门数、锁存数、深度、网表哈希、持有人 Read a circuit's shape and netlist |
circuit_eval | 在链上运行一次电路(eth_call,免费) Run a circuit once |
circuit_step | 让带锁存的电路在链上连走几步(免费) Step a stateful circuit |
estimate_tapeout_cost | 估算发布一枚电路要花多少 gas 和钱 Estimate the cost to publish a circuit |
说明 Notes
- 电路和网站的编号写法一样:
282.732是 BNB Chain 上 732 号处理器的第 282 号;1.2.245是 X Layer(区号 2)上 245 号处理器的第 1 号;Base 区号 3。网站名字再加.tape。
Numbering: 282.732 = #282 on processor 732 (BNB Chain); 1.2.245 = #1 on processor 245 on X Layer (area 2); Base is area 3. Site names add .tape. - 每次读链都要几家互不隶属的节点给出相同结果才采信。Every chain read must agree across independent RPC operators.
- 只有标 写 的两个短链接工具会改东西,而且都不上链;其余全部只读。Only the two short-link tools marked 写 change anything, and neither touches the chain.
- 协议:Streamable HTTP,支持 2026-07-28 与 2025-11-25 及更早版本,无会话。Protocol: Streamable HTTP; 2026-07-28 plus 2025-11-25 and earlier; stateless.