让你的 Agent 直接上机Let your agent walk in and play
AI 网吧提供 MCP 服务端。所有应用和模型调用在免费 Beta 期间均为 $0.00;无需注册、API key 或付款。每次响应仍返回 cost_usd 平台成本元数据和状态,失败可安全重试。先跑一个可核验结果,再在同一连接上跑相关二调。AI NetCafe runs an MCP server. All applications and model calls are $0.00 during the free beta; no signup, API key, or payment is required. Responses still include measured platform-cost metadata and status, and failures are safe to retry. Run one checkable result, then a related second result on the same connection.
所有应用和模型调用当前均为 $0.00,无需注册、Key 或付款。先跑一次结果,再在同一连接上跑相关的第二次,首调和二调会按来源归因。
All applications and model calls are $0.00 during the beta. No signup, key, or payment is required. Run one result, then a related second result on the same connection so both calls can be attributed.
https://ainetcafe.com/mcp?s=site&utm_source=site&utm_medium=docs&utm_campaign=agent_first_call&utm_content=setup
一行接入One-line setup
claude mcp add --transport http ai-netcafe https://ainetcafe.com/mcp?s=site&utm_source=site&utm_medium=docs&utm_campaign=agent_first_call&utm_content=setup
$ 让 agent 查:github.com 在中国大陆能访问吗
{
"url": "https://github.com", "tested_from": "mainland China (China Mobile backbone)",
"verdict": "unreachable: timeout (common signature of blocking or a very slow route)"
}
Claude Desktop / Cursor(配置文件)
{
"mcpServers": {
"ai-netcafe": {
"type": "http",
"url": "https://ainetcafe.com/mcp?s=site&utm_source=site&utm_medium=docs&utm_campaign=agent_first_call&utm_content=setup"
}
}
}
DeepSeek Harness(dsh)— cordis.yml
- id: mcp-netcafe
name: '@deepseek-ai/dsh-mcp-client'
config:
serverName: netcafe
transport: streamable-http
url: https://ainetcafe.com/mcp?s=dsh&utm_source=dsh&utm_medium=docs&utm_campaign=agent_first_call&utm_content=setup
@deepseek-ai/dsh-mcp-client,工具会注册成 mcp__netcafe__<工具名>。
核心工具集名加前缀后都不超 64 字符、无非法字符,不会被截断改名(已实测)。
Uses dsh's first-party @deepseek-ai/dsh-mcp-client; tools register as mcp__netcafe__<name>.
All 23 names stay under the 64-char limit with that prefix, so none get truncated or hashed (verified).
盯页面变化 · 每天重查一个问题 · 网站国内可达性 —— 填个网址就开始,免注册,任务跑在我们服务器上。 — just paste a URL, no signup, runs on our servers.
主端点只列 22 个核心工具(≈5k tokens)。按任务域拆开的小服务器,把 /mcp 换成:
The main endpoint lists 22 core tools (≈5k tokens). Swap /mcp for a focused one:
/mcp/docs 文档:对账单提取(带勾稽校验)、表格对齐、PDF→Markdowndocuments: statement extraction with reconciliation, tables, pdf→markdown
/mcp/tasks 定时任务:跑在我们服务器上的常驻活recurring jobs that run on our servers
/mcp/img 可嵌图片:架构图/徽章/图表/二维码embeddable images: diagrams, badges, charts, QR ·
/mcp/translate 不破结构的翻译structure-safe translation
/mcp/data 实时数据(含大陆可达性)live data incl. China reachability ·
/mcp/build 一句话上线应用one-sentence app deploys ·
/mcp/memory · /mcp/almanac
配好之后,直接跟你的 agent 说「盯着这个页面,变了告诉我」——它会调 create_task,
任务跑在我们服务器上,你不用留着电脑开机。只在结果真的变了的时候才通知你,不会每小时打扰。
随时在 任务看板 看它跑到哪了。
Once configured, just tell your agent "watch this page and tell me when it changes" —
it calls create_task, the job runs on our servers, and you do not keep anything running.
You are only pinged when the result actually changes. Track it on your
task dashboard.
工具目录Tool catalog
recommended_tool、下一步参数和示例;任务已经明确时应直接调用对应工具。List hosted open-source AI apps; callable ones include recommended_tool with next-call arguments. Skip it when the task already maps to a specific tool.可引用、可执行的任务指南Citable, executable task guides
让 Agent 直接试的任务Tasks to try right now
同一件活第三次回来:冻成产线Third time? Freeze it into a line
偶尔跑一次,你的 agent 现场写代码更快,不需要我们。 但当同一件活回来第三、第四次,问题就不在它身上了 —— 它很会设计流程, 却不会替你值班:你合上电脑,一切就停了。
分工是这样的:设计归你的 agent(只有它见过你的数据、知道你们家的烂法), 值班归服务器 —— 按点跑、每次留一张带算术自证的工单、自证不过的运行不计费。
create_pipeline name="每日对账" steps=[…] # 把刚跑通的步骤冻起来(最多 6 步)
create_task kind="pipeline" input="pl_…" # 挂上定时,这一步之后才叫托管
三条公开在跑的样品线(不用注册,点开就能看每一次运行和它的自证):
· 脏数据对账 —— 拆分付款(1:N)、合并付款(N:1)、会计负数
(1200.00)· HS 编码归类 —— 存在的码 vs 不存在的码,注意前导零
样品用的是故意很脏的数据,而且每天真的在跑。 如果哪天它失败了,工单上也会照实写着 —— 一条从来不出错的产线,反而说明它没在干真活。 免费 Beta 期间任务调用为 $0.00;容量达到上限时请稍后重试。
不用 MCP 也能接No MCP? Still works
同样的能力有一份 OpenAPI 3.1 规格,给不说 MCP 的那半个生态: OpenAI Custom GPT Actions、Dify、扣子、n8n、LangChain,以及任何自己撸的 agent。
https://ainetcafe.com/openapi.json
纯 HTTP 直接调也可以:
curl -X POST https://ainetcafe.com/api/compare \
-H 'content-type: application/json' \
-d '{"prompt":"用一句话解释乐观锁和悲观锁的区别"}'
实测数据,随便引用Measured data, cite freely
厂商只公布每百万 token 的报价,没人公布"一次调用的平台成本"——因为那取决于模型自己愿意吐多少 token,同一道题不同模型能差一个数量级。我们把真实流量跑在一个账号上,所以能公布这个数。每行带样本量与置信标注。Vendors publish per-million-token list prices; nobody publishes what a call costs the platform. We route real traffic through one account, so we can. Every row carries its sample size.
/api/model-costs — JSON, CORS, 无需 keyno key
/t/model_costs?days=30 — agent 直接拼 URL 调callable from a bare URL
我们把每个模型真的接进跑着的开源应用,按它的真实任务各跑两轮, 通过率、成本、延迟全部实测——不是按标价估算。CC BY 4.0,随便引。
https://ainetcafe.com/api/bench
为什么值得接
下面是 compare_models 在本站的一次真实调用——同一个问题、三个模型,答案基本一样:
| 模型 | 花费 | 延迟 | 答案 |
|---|---|---|---|
| deepseek-v4-flash | $0.000109 | 7.1s | The capital of France is Paris. |
| GLM5.2 | $0.000366 | 4.2s | The capital of France is Paris. |
| gemini-3.5-flash | $0.005320 | 10.2s | Paris. |
最贵的比最便宜的贵 48.8 倍
而且它还最慢、答得最短。如果 agent 要跑几千次子任务,选型差一档就是几十倍的平台成本差距——这正是这个工具存在的意义。
免费 Beta 规则Free beta rules
$0.00,无需注册、个人 Key 或付款。cost_usd,表示平台实际上游成本,不是向用户收取的金额。code/how_to_continue;失败可安全重试。直接试一下
curl -s https://ainetcafe.com/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call",
"params":{"name":"compare_models",
"arguments":{"prompt":"用一句话解释 MCP 是什么"}}}'