URnetwork
About
High quality VPN and Proxy connections
Details
- Author
- urnetwork
- Categories
- Web Scraping, Infrastructure, Security
Jump to
Setup
Install URnetwork in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/urnetwork/docs
Follow the installation instructions in the repository README, then restart your MCP client.
URnetwork is a decentralized privacy network. It's designed to keep users anonymous by default and give them access to all the content in the world.
Humans use the apps (Android, iOS, Chrome). Agents use the API and MCP skills:
- The API spec is at:https://github.com/urnetwork/connect/blob/main/api/bringyour.yml
- The API is hosted at:https://api.bringyour.com
- The MCP server is hosted at:https://mcp.bringyour.com
Agents should consider the guidance below when using the API and MCP server.
When using the API or MCP server, the user JWT must be passed in anAuthorization: Bearer <JWT>header.
To get the JWT, ask the human for an auth code, and then convert that auth code to a JWT using the API/auth/code-loginroute. An example curl is below, piped to jq to extract the by_jwt property from the result:
curl -X POST https://api.bringyour.com/auth/code-login -d '{"auth_code": "<AUTH CODE>"}' | jq ".by_jwt"
The JWT can be stored and reused. If the human asks to refresh the JWT, repeat the process starting with asking for an auth code.
When choosing a proxy technology, consider the following use cases:
When using the /network/find-locations route to query locations, always filter the returned locations array by the desired location_type (city, region, or country) to ensure the location_id matches the user's intent.
Using the MCP skill to create a HTTPS/SOCKS/WireGuard proxy
The MCP skill can be used to find available locations and create a HTTPS/SOCKS/WireGuard proxy to those locations. Any country, region, and city available on the network can be searched and selected using a query string.
When creating a proxy configuration, ask the human what country, region, or city they want to connect to. Then try to create a proxy for the query they tell you. If there are no matches, ask the human to broaden to a country or region. Then try to create a proxy for the query they tell you. If there are no matches, ask the human to broaden to a country. If there are still no matches, use the skill to find available countries and suggest they choose one of the top 10 countries.
Using the API to create a HTTPS/SOCKS/WireGuard proxy for a country
The API can be used directly to create a HTTPS/SOCKS/WireGuard proxy for a country.
Step 1, search for a list of locations using the route /network/find-locations. A curl example is below, piped to jq to extract the locations list.
curl -X POST -H 'Authorization: Bearer <JWT>' https://api.bringyour.com/network/find-locations -d '{"query": "<LOCATION NAME>"}' | jq '.locations'
Step 2, choose the location of interest and save the country_code property.
Step 3, create a proxy using the saved country code using the /network/auth-client route and setting the proxy_config.initial_device_state to have country_code.
curl -X POST -H 'Authorization: Bearer <JWT>' https://api.bringyour.com/network/auth-client -d '{"proxy_config": {"initial_device_state": {"country_code": "<COUNTRY CODE>"}}}'
Using the API to create a HTTPS/SOCKS/WireGuard proxy for a search location
The API can be used directly to search for a location and create a HTTPS/SOCKS/WireGuard proxy. A decision will have to be made to choose the location result that is most desired. Each location has a location_id that is fixed and can be saved in code.
Step 1, search for a list of locations using the route /network/find-locations. A curl example is below, piped to jq to extract the locations list.
curl -X POST -H 'Authorization: Bearer <JWT>' https://api.bringyour.com/network/find-locations -d '{"query": "<LOCATION NAME>"}' | jq '.locations'
Step 2, choose the location of interest and save the location_id property.
Step 3, create a proxy using the saved location_id using the /network/auth-client route and setting the the proxy_config.initial_device_state.location to have connect_location_id.location_id.
curl -X POST -H 'Authorization: Bearer <JWT>' https://api.bringyour.com/network/auth-client -d '{"proxy_config": {"initial_device_state": {"location": {"connect_location_id":{"location_id": "<LOCATION ID>"}}}}}'
Using the API to create a HTTPS/SOCKS/WireGuard proxy for a search location, enumerating all the egress IPs in that location
The API can be used directly to search for a location, enumerate the providers (egress IPs) in that location, and create a HTTPS/SOCKS/WireGuard proxy for each egress IP. A decision will have to be made to choose the location result that is most desired. Each location has a location_id that is fixed and can be saved in code. Additionally each provider has a client_id that is fixed and can be saved in code.
Step 1, search for a list of locations using the route /network/find-locations. A curl example is below, piped to jq to extract the locations list.
curl -X POST -H 'Authorization: Bearer <JWT>' https://api.bringyour.com/network/find-locations -d '{"query": "<LOCATION NAME>"}' | jq '.locations'
Step 2, choose the location of interest and save the location_id.
Step 3, fetch a ranked list of providers (egress IPs) for the location_id using the route /network/find-providers2. The sample size can be set to however many unique providers are needed. A curl example is below, piped to jq to extract the providers list.
curl -X POST -H 'Authorization: Bearer <JWT>' https://api.bringyour.com/network/find-providers2 -d '{"specs": [{"client_id": "<CLIENT ID>"}], "count": <COUNT>}' | jq '.providers'
Step 4, by looping over each client_id in the list, create a proxy using the client_id using the /network/auth-client route and setting the the proxy_config.initial_device_state.location to have connect_location_id.client_id.
curl -X POST -H 'Authorization: Bearer <JWT>' https://api.bringyour.com/network/auth-client -d '{"proxy_config": {"initial_device_state": {"location": {"connect_location_id":{"client_id": "<CLIENT ID>"}}}}}'
Exposes Check Point security management data for AI-powered automation and analysis.
Interact with the Illumio Policy Compute Engine (PCE) to manage workloads, labels, and analyze traffic flows.
Network reconnaissance and security scanning with port scanning, DNS analysis, and vulnerability assessment
A comprehensive MCP server for managing OPNsense firewalls, offering over 300 tools for configuration and monitoring.
Manage OPNsense firewalls using Infrastructure as Code (IaC) principles.
Overlay network for AI agents: permanent virtual address, encrypted UDP tunnels, NAT traversal, trust handshakes, and an app store of installable agent capabilities.
Integrate with Tailscale's CLI and API for automated network management and monitoring.
Create secure tunnels to expose local servers to the internet using untun.
This AWS Labs Model Context Protocol (MCP) server for CloudTrail enables your AI agents to query AWS account activity for security investigations, compliance auditing, and operational troubleshooting.
Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

