Taprun
@LeonTing1010
关于 Taprun
Your AI agent scrapes X today, gets broken HTML tomorrow. Taprun compiles the site once into a deterministic program, then `tap doctor` monitors health contracts + structural diffs to catch silent breakage before your data goes stale. 140+ pre-built skills across 68+ sites. Works
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"tap": {
"command": "tap",
"args": [
"mcp",
"start"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Taprun?
Taprun compiles AI understanding into deterministic programs called .tap.js scripts, then monitors them for breakage. It replaces ad-hoc web scraping with repeatable, zero-cost extractions and alerts when the source changes. The server is built for developers and AI agents that need reliable, always-fresh data from live websites without silent staleness.
How to use Taprun?
Install via npx -y @taprun/cli (zero-install) or curl -fsSL https://taprun.dev/install.sh | sh (permanent). Connect to an MCP host by adding { "mcpServers": { "tap": { "command": "tap", "args": ["mcp", "start"] } } } to your client config. Run skills with tap <source>/<endpoint>, e.g. tap github/trending or tap hackernews/hot.
Key features of Taprun
forge: AI inspects a site once and emits a.tap.jsprogramtap run: program executes instantly with zero LLM costtap doctor: health contracts and structural state diffs catch breakageheal: AI reads diagnostics and patches the program only when needed- 140+ community skills in one binary with zero dependencies
Use cases of Taprun
- Monitor trending repositories on GitHub without manual scraping
- Fetch live headlines from HackerNews or Weibo with deterministic output
- Detect and auto-repair extraction programs when a website’s HTML shifts
- Replace recurring API calls or LLM-based scraping with a local, cost-free script
FAQ from Taprun
How does Taprun differ from regular web scraping?
Taprun compiles AI understanding into a deterministic .tap.js program that runs at zero cost. It monitors the program with health contracts and structural diffs, so you are alerted before stale data enters your pipeline — not after.
What dependencies does Taprun require?
None. Taprun is distributed as a single binary and works out of the box. You can run it via npx or the shell installer with no additional setup.
Where does scraped data live?
The README does not specify a storage location. Data is fetched live upon execution of a .tap.js program; it is not persisted in a backend unless configured by the user.
What happens when a website changes?
The tap doctor command detects structural shifts using health contracts and state diffs. If a break is found, the heal command invokes AI to diagnose the issue and patch the program — only when needed.
How do I connect Taprun to my MCP host?
Add the following to your MCP host configuration: { "mcpServers": { "tap": { "command": "tap", "args": ["mcp", "start"] } } }. No special authentication or transport setup is required.
其他 分类下的更多 MCP 服务器
Servers
modelcontextprotocolModel Context Protocol Servers
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
ghidraMCP
LaurieWiredMCP Server for Ghidra
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Codelf
unbugA search tool helps dev to solve the naming things problem.
评论