🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@fetchmux/mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fetchmux/mcp

Read-only MCP server for the FetchMux retrieval router. Tools: search_web and preview_search_route, with per-request budgets, deadlines, and route receipts.

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
43
-47.56%
Maintainers
1
Weekly downloads
 
Created
Source

@fetchmux/mcp

Read-only MCP server for FetchMux, the self-hosted retrieval router for AI agents. Exposes two tools, both annotated read-only:

  • search_web — routed web search with per-request maxCostUsd and maxLatencyMs, returning normalized evidence plus a route receipt (selected provider, attempts, reason codes, estimated cost, latency, trace ID);
  • preview_search_route — ranked provider candidates for a request without calling any provider.

Requires a running FetchMux gateway (self-hosted, BYOK). Client configuration:

{
  "mcpServers": {
    "fetchmux": {
      "command": "npx",
      "args": ["-y", "@fetchmux/mcp"],
      "env": {
        "FETCHMUX_BASE_URL": "http://127.0.0.1:8787/",
        "FETCHMUX_API_KEY": "your-gateway-key"
      }
    }
  }
}

Gateway source, quick start, and the OpenAPI contract: github.com/krutftw/fetchmux.

Apache-2.0.

Keywords

fetchmux

FAQs

Package last updated on 23 Jul 2026

Did you know?

Socket

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.

Install

Related posts