TapeOut MCP

让 AI 助手直接读、直接运行 TapeOut 链上电路和链上网站。免费,不用钱包,不用登录。
Lets AI assistants read and run TapeOut on-chain circuits and websites. Free; no wallet, no sign-in.

地址 / Endpointhttps://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