# hidrix-tools

Source: https://sonpiaz.com/projects/hidrix-tools
ID: https://sonpiaz.com/projects/hidrix-tools#entity

Gives a coding agent web search, social search and page fetching in one server.

Status: Live
Started: 2026-03
Updated: 2026-09-12
Tier: side

## The problem

Coding agents are good at reading code and weak at finding out what people are saying about a library, a bug, or a product on Reddit and X. Wiring separate search tools into every agent is repetitive and fragile.

## The approach

One standalone MCP server with seven tools, calling each service directly rather than through a larger runtime, so any agent that speaks MCP gets the same search abilities.

## Where it is now

Shipped and public since April 2026, and used every day by the agents that build the other projects on this site.

## What happens if this works

Search stops being a feature each agent reimplements and becomes a shared tool they all plug into.

## Evidence

- [41 stars on GitHub as of 2026-09-12](https://github.com/sonpiaz/hidrix-tools)
- 7 tools in one MCP server

## Links

- [repo](https://github.com/sonpiaz/hidrix-tools)
