mcpbeat Sign in

treg.to MCP Server

by superdesigndev Your server? Claim it
answering

treg.to is answering right now. Last checked 3 min ago. Last commit 10 Sep 2026.

OpenRouter for tools and data. Compare catalog providers and call them from one hosted MCP endpoint.

Uptime history 10 days of history
10 days agonow
100.0%
Uptime 24h
93 of 93 checks
Tools
hidden behind auth
2333 ms
Response time
average over 24h
1307
Stars
last commit 10 Sep 2026

What the code does

We read the source, 14 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Reads secrets and sends them out src/treg/cli.py:2764
    env = dict(os.environ)
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command packages/npm/bin/treg.js:16
  const probe = spawnSync(process.platform === 'win32' ? 'where' : 'which', ['treg'], {
        subprocess.run([claude, "mcp", "remove", "--scope", "user", name],
Sends data to a third-party sink src/treg/providers.py:98
    {"provider": "Telegram",    "tokens": ["TELEGRAM"],            "base_url": "https://api.telegram.org",                        "auth": {"shape": "query"}},
Dumps the whole environment src/treg/shell.py:279, src/treg/cli.py:2764
    env = dict(os.environ)
    tb.innerHTML = d.endpoints.map(e => {
Reads files and sends them to the network src/treg/cli.py:563
            cands = sorted((d.name for d in base.iterdir() if d.is_dir()

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch treg.to and you get told the day something new turns up.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 3 min ago.

run in your terminal
claude mcp add treg --transport http https://treg.to/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "treg": {
      "url": "https://treg.to/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.treg]
url = "https://treg.to/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "treg": {
      "url": "https://treg.to/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "treg": {
      "url": "https://treg.to/mcp"
    }
  }
}

This endpoint answered with an authorization challenge — the server is running, but you need an API key or OAuth to use it.

Endpoints

URLTransportStateLatencyChecked
https://treg.to/mcp streamable-http needs key 890 ms 3 min ago

Alternatives to treg.to

same job, measured the same way
ToolRouter
by humanleap

The OpenRouter for tools. One MCP connection gives any AI agent 254 hosted tools, pay per call.

47 tools answering
Apibase
by whiteknightonhorse

327 tools, 92 providers. Pay per call via x402 + MPP. One MCP endpoint.

101 installs/wk answering
DATPAQ
by datpaq

34 production API tools over one hosted MCP endpoint.

answering
Callmcp
by callmcp

One MCP tool contract for telephony — any call provider, hosted, local, or BYOK.

110 installs/wk local only
freellmpool
by 0xzr

OpenAI-compatible MCP gateway cataloging 22 LLM providers, with routing, failover, and tools.

804 installs/wk local only
Huoshui Fetch
by huoshuiai42

An MCP server that provides tools for fetching, converting, and extracting data from web pages.

25 installs/wk local only
C
MCP Aggregation Gateway — 22k+ MCP search & call
by pianam-mcp

One AI endpoint to search and call 22k+ MCP servers; 50+ hosted tools work instantly, no key.

3 tools answering
C
trivago
by trivago-mcp

trivago's mcp server to find your ideal hotel and compare prices from multiple providers.

local only

treg.to — questions

Answers built from our own checks of this server.

Why is there no tool list for treg.to?
The server answered our handshake with an authorization challenge, so it is running — but it will not describe its tools to an anonymous client. To see them you need to connect with your own credentials. We record it as alive, not as broken: 100.0% of checks in the last 24 hours got a reply.
Is treg.to working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 93 of 93 checks got a reply (100.0%), average response time 2333 ms. The bar chart above shows every period we have measured.
How do I connect treg.to?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address. You sign in through your browser once and the client keeps the session: no key to copy, and it refuses anonymous clients.
How do you sign in to treg.to?
No API key is involved. treg.to answers our knock with an OAuth challenge, so you authorise it once in your browser and the client keeps the session. That is also why we see no tool list: it will not describe itself to an anonymous client, and that is the server working as intended, not a fault.
Is treg.to open source?
We cannot say that it is. On our reading no licence is declared for it, which is not the same as open source: source code can be public and still be proprietary. Check the terms with the vendor before you build on it.