NetReach
👁️ NetReach — no-login 版
给你的 AI Agent 一键装上互联网「只读 + 搜索」能力 —— 只收录无需登录、爬虫风险低的公开数据源。
支持的平台(全部零配置,无需登录)
平台 | 能力 | 后端 |
🌐 网页 | 读任意网页 → Markdown | Jina Reader( |
📺 YouTube | 字幕提取 + 视频搜索 | yt-dlp |
📡 RSS | 解析任意 RSS/Atom 源 | feedparser |
📦 GitHub | 公开仓库 + 代码搜索 | gh CLI(公开数据无需登录) |
💻 V2EX | 热门/节点/帖子详情+回复/用户 | 公开 API |
📺 B站 | 搜索 + 视频详情(无需登录) | bili-cli ▸ 搜索 API |
🔍 全网搜索 | AI 语义搜索 | Exa(mcporter MCP,免费无需 Key) |
⚠️ 注意:B站字幕需要浏览器登录态,不在本版本范围内(不登录只能搜视频、看详情)。
Related MCP server: Web Search MCP
设计理念
NetReach 是一个能力层(capability layer),不是又一个工具。
它负责选型、安装、体检、路由,不负责底层读取本身。读取由 Agent 直接调用上游工具(yt-dlp、gh、feedparser、bili-cli 等)完成,没有包装层。
每个平台 = 首选 + 备选的有序后端列表。换接入方式 = 调整列表顺序,不是重写代码。agent-reach doctor 会告诉你每个平台当前在用哪个后端。
channels/
├── web.py → Jina Reader
├── youtube.py → yt-dlp
├── rss.py → feedparser
├── github.py → gh CLI
├── v2ex.py → V2EX 公开 API(直接 HTTP 实现)
├── bilibili.py → bili-cli ▸ B站搜索 API
├── exa_search.py → Exa via mcporter
└── __init__.py → 渠道注册每个渠道文件按序真实探测各候选后端(不只是看命令存不存在),第一个完整可用的当选;坏掉的会给出修复处方。
快速上手
# 安装(默认安全检查,只读不改系统)
agent-reach install --env=auto
# 显式授权安装系统依赖 + 注册 skill
agent-reach install --env=auto --system
# 体检:一条命令看每个渠道通不通、走哪个后端
agent-reach doctor安装完直接告诉 Agent 就行,不用记命令:
"看看这个链接" →
curl https://r.jina.ai/URL"这个 GitHub 仓库是干嘛的" →
gh repo view owner/repo"这个 YouTube 视频讲了什么" →
yt-dlp提取字幕"B站搜一下 AI 教程" →
bili search "AI 教程""全网搜 LLM 框架对比" → Exa 语义搜索
"订阅这个 RSS" →
feedparser
Agent 读取 SKILL.md 后自己知道该调什么。
安装的系统依赖
install --system 会安装以下外部工具(--safe/默认模式只检查、不安装):
工具 | 用途 |
gh CLI | GitHub 读取/搜索 |
Node.js | yt-dlp JS runtime + mcporter |
mcporter + Exa | 全网语义搜索 |
bili-cli | B站搜索/详情(可选) |
安全性
措施 | 说明 |
🔒 无凭据 | 本版本不需要 Cookie/Token,配置仅存一个可选的网络代理 |
🛡️ 默认安全 |
|
👀 完全开源 | 代码透明,随时可审查 |
🔍 Dry Run |
|
🧩 可插拔 | 不信任某个组件?换掉对应 channel 文件即可 |
命令参考
agent-reach install --env=auto [--system | --safe] [--dry-run] [--proxy=...]
agent-reach doctor [--json]
agent-reach versionLicense
致谢
yt-dlp · Jina Reader · feedparser · gh CLI · bili-cli · Exa · mcporter
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to search the web, crawl websites, and perform intelligent RAG queries with semantic search capabilities. Includes integrated private search engine, vector database storage, and optional knowledge graph for AI hallucination detection in code repositories.1MIT
- AlicenseAqualityBmaintenanceProvides LLMs with real-time web search and content extraction capabilities, including text/news search, full-text URL reading, and targeted technical documentation search.323MIT
- AlicenseNot gradedqualityDmaintenanceProvides AI agents and assistants with advanced web crawling and RAG capabilities, enabling them to scrape websites and perform semantic search over crawled content.1MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to perform web searches, extract webpage content, and conduct end-to-end search-and-extract operations using multiple search providers and content extraction methods.
Related MCP Connectors
Give your agent live data from Twitter, Reddit, the web and GitHub. No API keys, no scraping stack.
Give your agent web search and authoritative datasets: S&P Global, FRED, OECD, SimilarWeb & more.
Real-time LinkedIn, X (Twitter) and Reddit data for AI agents. Free key, self-minted, no signup.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/noahneancy-byte/netreach'
If you have feedback or need assistance with the MCP directory API, please join our Discord server