
Security News
Feross on the 10 Minutes or Less Podcast: Nobody Reads the Code
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.
anti-search
Advanced tools
MCP server for web search and URL reading via CLIProxyAPI Antigravity backend.
# Via npx (recommended)
npx anti-search
# Or via bunx
bunx anti-search
# Or install globally
npm install -g anti-search
Set environment variables:
# CLIProxyAPI endpoint (default: http://localhost:8317)
ANTI_BASE_URL=http://localhost:8317
# API key for CLIProxyAPI (default: dummy)
ANTI_API_KEY=dummy
# Model to use (default: gemini-2.5-flash)
ANTI_MODEL=gemini-2.5-flash
Add to your MCP configuration (~/.claude.json or lazy-mcp config):
{
"mcpServers": {
"anti-search": {
"command": "npx",
"args": ["anti-search"],
"env": {
"ANTI_BASE_URL": "http://localhost:8317",
"ANTI_API_KEY": "dummy"
}
}
}
}
Search the web using Google Search.
{
"name": "web_search",
"arguments": {
"query": "latest AI news 2025"
}
}
Read and summarize content from a URL.
{
"name": "read_url",
"arguments": {
"url": "https://www.reddit.com/r/LocalLLaMA/",
"instruction": "List the top 3 posts"
}
}
Search the web and read URLs for comprehensive research.
{
"name": "grounded_search",
"arguments": {
"query": "Claude Code features and capabilities"
}
}
This MCP server connects to CLIProxyAPI which provides access to Gemini's:
googleSearch - Server-side Google Search integrationurlContext - Server-side URL content retrievalBoth features are part of Google's Gemini API grounding capabilities.
MIT
FAQs
MCP server for web search and URL reading via Antigravity (CLIProxyAPI)
We found that anti-search demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.