OpenRouter for tools and data. Compare catalog providers and call them from one hosted MCP endpoint.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

OpenRouter, but for agent tools instead of models. Point an agent at one base URL with one token and it can do the job: 2,896 catalogued endpoints across 60 providers β SEO and backlinks, social and trends, people and company enrichment, ads, scraping β priced per call, from a cent, with no provider signup. Plus your own team's keys, skills and CLIs, callable by every teammate's agent without the credential ever leaving the server.
Ask for the task, not the tool. You do not need to know which vendor sells backlink data, or to hold an account with them. Search for what you want to do, read the price, call it.
Built for the Superdesign team, live at treg.to β anyone can self-host.
The tools an agent needs for real work sit behind subscriptions nobody buys for a single run β Semrush $139/mo, Moz $99/mo, Crunchbase $99/mo, Apollo $59/seat β behind signup walls, or behind no public API at all (invite-only, partner-only, app-review-only). treg carries those accounts and bills fractions of a cent per call.
SKILL.md. Your own key always wins over treg's, and those calls are never
metered.The vocabulary for the second half:
base_url + credential bindings (each binding injects one
secret into the request; a request can carry several, e.g. an OAuth bearer and a
developer-token header).stripe, gh, vercel, ...) run with the credential injected.SKILL.md) + its secrets + its tool(s), registered together.The one rule: the proxy relays, never models the upstream, and injects auth server-side β so it survives upstream API changes and callers never hold keys.
Visit treg.to (hosted on Render) β the dashboard, sign-in, and every URL below live there.
Same flow as the dashboard's Getting started guide:
Your token identifies you on every call (X-Treg-Token header) and is the same for all tools.
Discover what your team has shared: treg tool ls Β· check credential health: treg health.
Installs with no token and no configuration. The skill loads as treg:treg and, on its first run,
walks your agent through the rest β the CLI, sign-in, then treg mcp install β so you end up with
the command line and treg's tools. Other agents: npx skills add superdesigndev/treg -s treg
(the -s matters β without it you also get this repo's internal dev skills).
See docs/CLAUDE-PLUGIN.md. MiniMax Code / MiniMax Agent users: the same
skill ships via the MiniMax Plugin Marketplace (docs/MINIMAX-PLUGIN.md).
The Claude Connectors Directory surface is https://treg.to/mcp/v2/. It exposes only curated
catalog endpoints and separates read calls from write calls so Claude receives accurate safety
signals. The existing /mcp/ surface remains available for catalog endpoints, team-owned tools,
and imported skills. See the MCP and OAuth architecture
for the boundary and implementation, and the
submission runbook for release gates.
The catalog is grouped by what endpoints do: keyword and rank tracking, backlinks and authority, AI visibility, trending and discovery, publishing to socials, people and company enrichment, ads management and creative, measurement.
How a catalogued call is served β the credential ladder, in order:
Your own credential always beats treg's, so connecting a key you already pay for makes those calls
free of the balance rather than duplicating them. An endpoint treg has no published price for is
refused, not served free β you are told to connect your own key instead. Where several providers
serve one capability, treg catalog search shows them side by side with prices; choosing is
yours β treg does not silently pick or fail over between providers for you. (When treg's own
account for a provider is out it may serve the same endpoint through a treg-owned relay account,
disclosed on the response; a team can opt out.) The exception you opt into: treg.<capability> routed endpoints, where treg picks the provider for you and names it.
Out of balance is an HTTP 402 carrying balance_micro, estimated_cost_micro and a topup_url,
so an agent can act on it without reading prose.
The zero-thought path β point treg at a project and it figures out what's shareable:
treg upload scans the .env (matching keys against ~80 known providers), every skill
subdirectory, and installed catalog CLIs. Three kinds of things go into the registry β here's how
to share and use each:
Share β one upstream URL callable with a stored key, or bulk from a .env:
Use β the agent-native way: build the real upstream request and prefix it with the proxy.
treg resolves the tool by host, injects the credential, and relays everything else faithfully
(your X-Treg-Token is stripped before the upstream sees it):
Or the CLI shorthand β and treg calls for the audit log:
Share β automatic: treg upload detects installed catalog CLIs (stripe, gh, vercel, β¦)
and registers them; a recipe-only catalog CLI skill (e.g. stripe-cli) auto-becomes runnable too.
Use β treg run executes the vendor CLI with the org's credential injected, so you never
hold the key or log in:
--local (default) runs on your machine; --server runs on the registry and streams output back.
For a whole session, treg shell start opens a subshell where every registered CLI injects
automatically β just use stripe, gh, β¦ normally; exit reverts. treg runs is the audit log.
Share β a skill is a whole capability (SKILL.md recipe + its secrets + its tool(s)),
registered together so the whole team runs the same skill, maintained in one place:
Use β pull any shared skill into your agent; its API calls go through treg with your token, so the key stays on the server, never in the skill:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/treg-to)<a href="https://allmcps.com/mcp/treg-to"><img src="https://allmcps.com/api/badge/treg-to?style=directory" alt="Treg.to on AllMCPs" /></a>