phrona

alvaro-co/phrona
★ 0 stars Rust AI/LLM Updated 2d ago
Multi-engine meta-search library written in rust, with TLS/browser impersonation, ranked dedup, answer extraction, CLI, MCP server, Prometheus metrics, and a Tavily-compatible drop-in REST API. Ships prebuilt binaries, crates `phrona`, `phrona-api`, `phrona-cli`, `phrona-mcp`, `phrona-python` + PyPI package `phrona`.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "phrona": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "phrona"
      ]
    }
  }
}

README Excerpt

High-performance metasearch engine library written in Rust. Queries 26 search engines across 5 categories in parallel, impersonates real browsers over HTTP/2 (wreq), merges, deduplicates and ranks results locally, and exposes the same engine to Rust, Python, a REST API, an MCP server for AI agents and