Search1 API MCP Server
The official MCP server for Search1API - web search, news, page retrieval, sitemap discovery, and trending topics in one API.
People who work with oauth, search1api and web crawling and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-09-03 · ★ 173 · #10 OF 93 MAINTAINED WEB SCRAPING · VERIFIED 2026-09-18
MIT · TypeScript servers · how we verify → /methodology
01 · Install Search1 API
before you install - you'll need
SEARCH1API_KEY
Environment variables documented in the project's README - it lists which are required and which have defaults.
Claude Code
claude mcp add superagents-lab-search1api-mcp --transport http https://mcp.search1api.com/mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"superagents-lab-search1api-mcp": {
"url": "https://mcp.search1api.com/mcp"
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
https://mcp.search1api.com/mcp
transport: streamable-http
endpoint alive - authentication required · probed 2026-09-18
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to mcp.search1api.com
endpoint auth requires authentication - rejected our unauthenticated MCP initialize
license MIT - declared in the repository
npm package search1api-mcp - unscoped; check the name against the project README before installing
registry namespace io.github.superagents-lab is GitHub-verified and matches the repo owner
03 · What Search1 API can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
Latest releases
v0.6.1 · 2026-09-03
恢复全量鉴权:修复客户端卡在"已登录"却无法触发 OAuth · v0.6.0 把 initialize、tools/list 等发现类方法放开为匿名可访问,动机是让目录检测器在无凭证时也能枚举工具。但实际引发了大量客户端问题:许多客户端把"能列出工具"直接当作"已登录" - - 连接成功、UI 显示已连接,却永远不会发起 OAuth。原因是触发整个 OAuth 流程的标准化信号就是连接阶段第一个请求的 401 +…
v0.6.0 · 2026-08-26
发现类方法不再需要凭证 · 上一版给 /mcp 加 server card,是为了在不放宽 /mcp 鉴权的前提下让 agent 做连接前发现。这一版走了另一条路:直接让 /mcp 的元数据方法匿名可用。 · 起因是给市场提交时被拒 - - 它们的检测器一律先发 initialize 再发 tools/list,不带任何凭证,而我们对每个请求都要求 Bearer,第一步就 401。查过 MCP 规范和 Anthropic…
v0.5.4 · 2026-08-19
/.well-known/mcp/server-card.json · /mcp 对未认证调用返回 401 是刻意设计,副作用是 agent 在建立连接前无从了解这个服务提供什么。新增的 server card 端点从 ALL_TOOLS 生成,让 agent 可以做连接前发现,同时不必放宽 /mcp 的鉴权。 · 字段用扁平形状(name / version / description / serverUrl /…
04 · Who maintains Search1 API
Search1API is maintained by superagents-lab. It's the only MCP server we track from this author; the repo dates to Nov 2024.
05 · Facts
- repository
- github.com/superagents-lab/search1api-mcp
- category
- web scraping - ranked #10 of 93 actively-maintained web scraping servers as of 2026-09-18.
- release cadence
- 9 releases in the last 90 days (latest 2026-09-03)
- registry
- io.github.superagents-lab/search1api (active, first published 2026-07-28 · 6 versions)
- packages
- npm:search1api-mcp
06 · Search1 API FAQ
What is Search1 API?
The official MCP server for Search1API - web search, news, page retrieval, sitemap discovery, and trending topics in one API.
Is Search1 API still maintained?
Yes - as of 2026-09-18, its last commit was 2026-09-03 and it shipped 9 releases in the last 90 days. We re-verify nightly.
How do I install Search1 API?
Run `npx -y search1api-mcp`. The README documents one environment variable (SEARCH1API_KEY) to set first. You can also paste the ready-made client config above.
Does Search1 API require authentication?
Yes - when we probed the endpoint on 2026-09-18, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.
07 · Alternatives to Search1 API
Alternatives to Search1 API
Maintained web scraping servers if Search1 API isn't the fit.
- Firecrawl MCP Server MCP server for Firecrawl - web search, scraping, and biomedical/arXiv paper search. ★ 7,478 · 2026-09-18
- Apify MCP Server Extract data from any website with thousands of scrapers, crawlers, and automations on Apify Store ⚡ ★ 7,456 · 2026-09-17
- Wigolo Local-first web intelligence MCP server for AI coding agents ★ 5,284 · 2026-09-17
- Exa Fast, intelligent web search and web crawling. New mcp tool: Exa-code is a context tool for coding ★ 5,013 · 2026-08-21
- Tavily MCP MCP server for advanced web search using Tavily ★ 2,390 · 2026-09-16
- Open Brand Extract brand assets (logos, colors, backdrop images, brand name) from any website URL ★ 797 · 2026-05-12
Pairs well with
Servers that cover what Search1 API doesn't - only shown when the pairing reason fits the companion.
- SearXNG Search → search companion search · ★ 1,245
- Blockrun MCP → search companion search · ★ 394
- Supabase → database companion database · ★ 2,910
- MongoDB MCP Server → database companion database · ★ 1,131
- Codebase Memory → memory companion memory · ★ 43,715
- Memorix → memory companion memory · ★ 785
More web scraping MCP servers · Indonesia Civic Stack · Read GZH · Charlotte · Web Access
More TypeScript MCP servers · Superlog · Superserve · 台灣勞健保勞退試算 · Microsoft Teams · Iso27001 MCP · see all