Standalone MCP server: web search, social media search, web fetch tools for Claude Code / Pi agent
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"hidrix-tools": {
"args": [
"run",
"/path/to/hidrix-tools/server.ts"
],
"command": "bun"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP tool server that gives any AI agent the ability to search, scrape, and analyze content across the internet.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in search / browser
Web and local search using Brave Search API
The official MCP server implementation for the Perplexity API Platform
Production ready MCP server with real-time search, extract, map & crawl.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
MCP Security Weekly
Get CVE alerts and security updates for Hidrix Tools and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP tool server that gives any AI agent the ability to search, scrape, and analyze content across the internet.
AI agents like Claude, OpenClaw, Hermes, Cursor, and pi can read files and write code — but they can't search the web, read social media, or scrape data on their own.
hidrix-tools fixes that. It's an MCP server that provides tools for web search, social media search, Facebook scraping, content analysis, and more. Plug it into any agent that supports MCP — no vendor lock-in.
Your AI Agent hidrix-tools Internet
┌──────────┐ MCP protocol ┌──────────────┐ ┌─────────┐
│ Claude │ ◄─────────────────► │ web_search │ ◄────────────► │ Brave │
│ OpenClaw │ │ x_search │ │ X/Twitter│
│ Hermes │ │ reddit_search│ │ Reddit │
│ Cursor │ │ facebook_ │ │ Facebook│
│ pi │ │ scraper │ │ YouTube │
│ Codex │ │ content_ │ │ TikTok │
│ ... │ │ scorer │ │ Meta Ads│
└──────────┘ └──────────────┘ └─────────┘
| Without hidrix-tools | With hidrix-tools |
|---|---|
| Agent can only read local files | Agent can search web, read articles, scrape social media |
| "I don't have access to the internet" | "Here are the top 10 Reddit posts about your topic this week" |
| Manual copy-paste research | Agent autonomously gathers data from 7+ platforms |
| No competitive intelligence | Agent scrapes competitor FB pages, analyzes engagement patterns |
| One platform at a time | Cross-platform research in a single conversation |
| Agent / Platform | Setup | Status |
|---|---|---|
| Claude Code / Claude Desktop | settings.json → mcpServers | ✅ Tested |
| pi | Native extension (no MCP) | ✅ Tested |
| OpenClaw | openclaw.json → mcp_servers | ✅ Compatible |
| Hermes Agent | config.yaml → mcp_servers | ✅ Compatible |
| Cursor | MCP settings | ✅ Compatible |
| Codex CLI | MCP config | ✅ Compatible |
| Any MCP client | stdio transport | ✅ |
| Tool | Source | What it does |
|---|---|---|
web_search | Brave Search | Search the web — titles, URLs, descriptions |
x_search | GetXAPI / RapidAPI | Search X/Twitter with engagement data (likes, retweets, views) |
x_thread_reader | GetXAPI | Read full X threads, articles, and tweet replies |
x_user_posts | GetXAPI | Get recent posts from a specific X user with engagement |
reddit_search | RapidAPI | Search Reddit with full text and engagement data |
reddit_thread_reader | Reddit JSON API (free) | Read full post + comment tree |
reddit_subreddit_top | Reddit JSON API (free) | Top posts from any subreddit by time range |
youtube_search | RapidAPI | Search YouTube videos |
tiktok_search | RapidAPI | Search TikTok videos |
| Tool | Source | What it does | |------|------