treg.to
Rank #318io.github.superdesigndev/treg
OpenRouter for tools and data. Compare catalog providers and call them from one hosted MCP endpoint.
treg.to is a Model Context Protocol (MCP) server published by superdesigndev. It ranks #318 of 115,460 servers tracked on MCP Toplist, and its repository has 710 GitHub stars. treg.to is listed across 2 registries — Official MCP and mcp.so, with 1 tracked version. It was first listed on Jul 31, 2026 and most recently updated on Aug 31, 2026.
Ranks ahead of 115,142 of 115,460 servers on MCP Toplist.
Use treg.to
Hosted remote endpoint gated by authentication — connect via its URL and authenticate with the provider (OAuth flow or an API key/header, per its docs).
claude mcp add --transport http treg https://treg.to/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.treg]
url = "https://treg.to/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://treg.to/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"treg": {
"url": "https://treg.to/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"treg": {
"type": "http",
"url": "https://treg.to/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"treg": {
"serverUrl": "https://treg.to/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"treg": {
"url": "https://treg.to/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.superdesigndev%2Ftreg)<a href="https://mcptoplist.com/server/io.github.superdesigndev%2Ftreg"><img src="https://mcptoplist.com/badge/io.github.superdesigndev%2Ftreg.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
superdesigndev
Available versions (1)
| Version | Published |
|---|---|
| 0.14.0 | Aug 31, 2026 |
Frequently asked questions
- Who maintains treg.to?
- treg.to is maintained by superdesigndev, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is treg.to listed on the Official MCP Registry?
- Yes — treg.to is listed on the Official MCP Registry, alongside mcp.so.
- How many versions does treg.to have?
- MCP Toplist tracks 1 version of treg.to, most recently published on Aug 31, 2026.
- Where can I find the source code for treg.to?
- The source code for treg.to is hosted at github.com/superdesigndev/treg.