Für Menschen und KI gebaut
Geben Sie Ihren Agenten Zugang zu URnetwork. Verschlüsselung des gesamten Internetverkehrs mit denselben Identitäts- und Datenschutzgarantien – ohne Ausnahmen.
URagent https://mcp.bringyour.com
claude mcp add --transport http urnetwork https://mcp.bringyour.com
{
"mcpServers": {
"urnetwork": { "url": "https://mcp.bringyour.com" }
}
}code --add-mcp '{"name":"urnetwork","type":"http","url":"https://mcp.bringyour.com"}'codex mcp add urnetwork --url https://mcp.bringyour.com
{
"mcpServers": {
"urnetwork": { "type": "streamableHttp", "url": "https://mcp.bringyour.com" }
}
}Settings → Connectors → Add custom connector → https://mcp.bringyour.com
Settings → Developer mode → + → MCP server URL: https://mcp.bringyour.com
openclaw mcp add urnetwork --url https://mcp.bringyour.com --transport streamable-http --auth oauth
hermes mcp add urnetwork --url https://mcp.bringyour.com --auth oauth
{
"mcp": {
"urnetwork": { "type": "remote", "url": "https://mcp.bringyour.com", "enabled": true }
}
}{
"mcpServers": {
"urnetwork": { "serverUrl": "https://mcp.bringyour.com" }
}
}Settings → Connections → MCP servers → Add a custom MCP → Streamable HTTP → https://mcp.bringyour.com
Settings → Connectors → Add connector → https://mcp.bringyour.com
{
"context_servers": {
"urnetwork": { "url": "https://mcp.bringyour.com" }
}
}droid mcp add urnetwork https://mcp.bringyour.com --type http
{
"mcpServers": {
"urnetwork": { "url": "https://mcp.bringyour.com" }
}
}{
"mcpServers": {
"urnetwork": { "url": "https://mcp.bringyour.com" }
}
}qwen mcp add --transport http urnetwork https://mcp.bringyour.com
gemini mcp add --transport http urnetwork https://mcp.bringyour.com
grok.com → Connectors → New Connector → Custom → https://mcp.bringyour.com
kimi → /mcp-config → "add urnetwork https://mcp.bringyour.com"
OAuth: run /mcp in a session, pick urnetwork, and finish the browser sign-in.
.cursor/mcp.json (or ~/.cursor/mcp.json) — authenticate under Settings → MCP; the browser consent opens on connect.
OAuth: on first start VS Code shows a trust prompt, then opens the browser sign-in (Copilot agent mode).
OAuth: codex mcp login urnetwork opens the browser sign-in.
MCP Servers → Remote Servers → Add (or cline_mcp_settings.json); recent builds run the browser sign-in when the server asks.
Every plan, web and desktop — Connect runs the browser sign-in.
Plus/Pro/Business — pick OAuth as the connector auth; sign-in runs on connect.
OAuth: openclaw mcp login urnetwork prints the authorization link.
OAuth: first connect prints an authorize URL and opens your browser, waiting on a loopback port; hermes mcp login urnetwork re-authenticates.
opencode.json — OAuth is automatic on first use; opencode mcp auth urnetwork re-authenticates.
Agent panel → MCP Servers → Manage → edit the raw config (note serverUrl), then tap Authenticate.
Full OAuth flow, per person or per org. (Windsurf is now Devin Desktop — same place there.)
Pro/Max/Enterprise — choose OAuth at setup; works on web, Comet, and the Mac app.
settings.json (note the context_servers key), or Settings → AI → MCP Servers → Add Remote Server; Zed prompts the standard MCP OAuth flow when no header is set.
OAuth is the default for remote servers — run /mcp inside droid to complete the sign-in.
Settings | Tools | AI Assistant | MCP → paste As JSON. No OAuth flow yet — use a static Authorization header or the mcp-remote bridge.
Settings → MCP → Add → Add Manually. Header auth only today — no OAuth in Trae yet.
OAuth: runs automatically on connect (httpUrl + oauth.enabled in ~/.qwen/settings.json); manage via /mcp.
OAuth: automatic on first use — /mcp auth urnetwork re-authenticates. (Enterprise Gemini Code Assist; individual access moved to Antigravity.)
OAuth runs during connector setup. Grok Build CLI: grok mcp add --transport http urnetwork https://mcp.bringyour.com.
AI-native MCP config: describe the server in /mcp-config and Kimi Code adds and authenticates it — no JSON to hand-edit. (Successor to kimi-cli.)
Der Server authentifiziert per OAuth mit deinem Konto auf ur.io — die erste Verbindung öffnet eine Anmeldung und dein Agent erhält ein Token mit begrenztem Umfang. Keine Schlüssel zum Einfügen. Starte mit einem kostenlosen Konto — x402 sagt dir, wann ein Upgrade nötig ist.
In wenigen Minuten loslegen – mit 7-tägiger kostenloser Testphase
Erstellen Sie ein Netzwerk oder melden Sie sich an, wählen Sie einen Abrechnungsrhythmus, erzeugen Sie dann einen Authentifizierungscode in Ihrem Control Panel und übergeben Sie ihn an die Laufzeitumgebung Ihres Agenten.
Starten Sie Ihre 7-tägige kostenlose Testphase
- 1
Netzwerk erstellen oder anmelden
Ihr Netzwerk enthält Ihr Abonnement, Ihre Geräte und Ihren Proxy-Zugang.
- 2
Monatlich oder jährlich wählen
Nach Ende Ihrer kostenlosen Testphase verlängert sich Ihr Abonnement automatisch im gewählten Rhythmus. Jederzeit kündbar.
- 3
Wenn OAuth nicht funktioniert: Agent-Auth-Code erzeugen
Die bevorzugte Anbindung ist der MCP-Server per OAuth — mehr brauchen die meisten Agenten nicht. Als Fallback: Öffne dein Control Panel, erzeuge einen neuen Auth-Code und kopiere ihn als URNETWORK_AUTH_CODE in deine Agent-Laufzeit. Dein Agent ruft damit /network/auth-client auf und erhält einsatzbereite Proxy-URLs.
$ Skills und Tools
Wenn Sie ein automatisierter Agent sind, lesen Sie die SKILL.md ↗, um URnetwork in Ihrer Laufzeitumgebung einzurichten. Das Netzwerk benötigt ein Netzwerkkonto, das von einer Person erstellt wurde, und diese Person muss den Authentifizierungscode aus ihrem Control Panel mit Ihnen teilen.
| Anwendungsfall | Empfohlenes Protokoll | Anforderung |
|---|---|---|
| Scraping / Web-Browsing | HTTPS | Am besten für TCP / Web. Verwenden Sie immer einen HTTPS-Proxy, sofern nicht ein spezifischer Grund für HTTP besteht. HTTP wird in der Regel nur für bestimmte Testumgebungen benötigt, die kein HTTPS unterstützen. Verwenden Sie aus der Antwort von /network/auth-client im Objekt proxy_config_result die https_proxy_url. Es sind kein zusätzlicher Benutzername und kein Passwort erforderlich. |
| Low-Level-Sockets / UDP | SOCKSUR Pro | Unterstützt TCP+UDP-Sockets mit SOCKS5. Verwenden Sie aus der Antwort von /network/auth-client im Objekt proxy_config_result die socks_proxy_url oder proxy_host und proxy_port, mit dem Benutzernamen access_token (leeres Passwort). Der Server unterstützt Remote-DNS-Auflösung (SOCKS5H). |
| Systemweit / OS-Ebene | WireGuardUR Pro | Routet alle IP-Pakete. In der Anfrage an /network/auth-client muss proxy_config.enable_wg explizit auf true gesetzt werden. Verwenden Sie in der Antwort im Objekt proxy_config_result die wg_config.config als vollständige WireGuard-Konfigurationsdatei. |
Achten Sie bei der Verwendung eines HTTPS-Proxys darauf, dass die Zieltechnologie HTTPS unterstützt. Manche Technologien unterstützen nur HTTP und nicht HTTPS. Wenn die Zieltechnologie keinen HTTPS-Proxy unterstützt, ist es besser, eine alternative Bibliothek zu wählen, die HTTPS unterstützt, als einen HTTP-Proxy zu verwenden. Als letzte Möglichkeit kann der HTTP-Proxy verwendet werden.
$ Pay-as-you-go mit x402
Der MCP-Server und die API unterstützen beide x402 — den offenen Standard, der HTTP 402 „Payment Required“ für Maschinen wiederbelebt. Stößt ein Job an ein Tariflimit, kann dein Agent in Stablecoins bezahlen und automatisch erneut versuchen — ohne Mensch in der Schleife.
POST /x402/purchase
Content-Type: application/json
{ "sku_id": "pro_1month" }No X-PAYMENT header yet — the server will quote, not charge.
curl -i -X POST https://api.bringyour.com/x402/purchase \
-H "Authorization: Bearer $URNETWORK_JWT" \
-d '{"sku_id": "pro_1month"}'Gefahrlos ausführbar — der Server nennt nur die Zahlungsbedingungen. Ohne signierten X-PAYMENT-Retry wird nichts abgebucht.
Jede x402-Zahlung ist eine explizite, signierte Autorisierung über einen exakten Betrag — ein Agent kann nie ausgeben, was er nicht signiert hat, und der Standard-Skill stoppt Zahlungen, sobald dein festgelegtes Budget erreicht ist. Keine überraschenden Rechnungen, keine außer Kontrolle geratenen Schleifen.