Bring Proxy Management
to Mastra AI
Create your Vinkius account to connect IPRoyal (Proxy Services) to Mastra AI and start using all 10 AI tools in minutes. Fully managed, enterprise secure, and ready to use without writing a single line of code. No hosting, no server setup — just connect and start using.
Compatible with every major AI agent and IDE
What is the IPRoyal (Proxy Services) MCP Server?
Connect your IPRoyal account to any AI agent and take full control of your global proxy infrastructure and web scraping operations through natural conversation.
What you can do
- Account Audit — Check your account balance and profile details directly from your agent to ensure sufficient funds for large scraping runs
- Traffic Monitoring — Retrieve precise bandwidth consumption statistics for your residential and datacenter proxy orders in real-time
- Credential Rotation — Instantly update usernames and passwords for specific proxy orders to maintain security hygiene and access control
- Geo-Targeting Intelligence — Check proxy IP availability across different countries and retrieve supported country codes for precise geographic targeting
- Whitelist Management — Authorize and revoke client IP addresses for user/pass-free access, securing your headless scrapers and servers
- Proxy Orchestration — Generate dynamic geo-targeted connection strings with support for sticky sessions and specific country routing
How it works
- Subscribe to this server
- Enter your IPRoyal API Access Token
- Start managing your proxy network from Claude, Cursor, or any MCP-compatible client
Who is this for?
- Data Scientists & Researchers — automate geo-targeted data collection and monitor traffic consumption through natural conversation
- Security Engineers — rotate proxy credentials and manage whitelisted IPs across multiple servers and environments efficiently
- Automation Developers — generate complex proxy connection strings and verify IP availability before initiating large-scale crawls
Built-in capabilities (10)
This is highly recommended for securely authenticating headless scrapers or servers where you do not want to expose proxy credentials in source code. Authorize a new IP for IPRoyal proxy access
If you suspect your proxy credentials have leaked or you need to rotate access keys for security, use this tool to set a new username and password instantly. Update username/password for an IPRoyal proxy order
Standard format is `geo.iproyal.com:10000:username:password`. Pass `country` to append geographic targeting rules, or `session` for sticky IP sessions. Helper to generate a dynamic geo-targeted proxy string
Useful to dynamically determine if a target region has sufficient IPs before initiating a geo-targeted crawl. By default targets "residential". Check proxy IP availability across different countries
Use this to ensure there are enough funds before executing large scraping runs. Get IPRoyal account balance and profile details
Residential proxies are billed by traffic, so regular monitoring with this endpoint prevents unexpected depletion of funds. Get precise proxy traffic consumption statistics for an order
Contains the specific country codes (e.g., "us", "de") and region identifiers required to construct geo-targeted proxy connection strings (e.g., appending "_country-us" to the password). Get list of supported geo-targeting countries, cities, and ISPs
An order represents a purchased batch of proxy traffic or IPs (e.g., Royal Residential, Sneaker IPs). The response contains order IDs necessary for traffic lookups and credential management. Get all active proxy orders (Residential, Datacenter)
Whitelisted IPs can connect directly to the proxy endpoints without supplying the username and password in the connection string. List IPs allowed to connect to IPRoyal without user/pass
Required for security hygiene when scraping servers are decommissioned or IP addresses change. Revoke an IP from IPRoyal proxy access
Why Mastra AI?
Mastra's agent abstraction provides a clean separation between LLM logic and IPRoyal (Proxy Services) tool infrastructure. Connect 10 tools through Vinkius and use Mastra's built-in workflow engine to chain tool calls with conditional logic, retries, and parallel execution. deployable to any Node.js host in one command.
- —
Mastra's agent abstraction provides a clean separation between LLM logic and tool infrastructure. add IPRoyal (Proxy Services) without touching business code
- —
Built-in workflow engine chains MCP tool calls with conditional logic, retries, and parallel execution for complex automation
- —
TypeScript-native: full type inference for every IPRoyal (Proxy Services) tool response with IDE autocomplete and compile-time checks
- —
One-command deployment to any Node.js host. Vercel, Railway, Fly.io, or your own infrastructure
IPRoyal (Proxy Services) in Mastra AI
Why run IPRoyal (Proxy Services) with Vinkius?
The IPRoyal (Proxy Services) connection runs on our fully managed, secure cloud infrastructure. We handle the hosting, maintenance, and security so you don't have to deal with servers or code. All 10 tools are ready to work instantly without any complex setup.
You stay in complete control of your data. Your AI only accesses the information you approve, keeping your sensitive passwords and private details completely safe. Plus, with automatic optimizations, your AI works faster and more efficiently.

* Every connection is hosted and maintained by Vinkius. We handle the security, updates, and infrastructure so you don't have to write code or manage servers. See our infrastructure
Over 4,000 integrations ready for AI agents
Explore a vast library of pre-built integrations, optimized and ready to deploy.
Connect securely in under 30 seconds
Generate tokens to authenticate and link external services in a single step.
Complete visibility into every agent action
Audit live requests, latency, success rates, and active security compliance policies.
Optimize spending and track token ROI
Analyze real-time token consumption and cost metrics detailed by connection.




Explore our live AI Agents Analytics dashboard to see it all working
This dashboard is included when you connect IPRoyal (Proxy Services) using Vinkius. You will never be left in the dark about what your AI agents are doing with your tools.
IPRoyal (Proxy Services) and 4,000+ other AI tools. No hosting, no code, ready to use.
Professionals who connect IPRoyal (Proxy Services) to Mastra AI through Vinkius don't need to write code, manage servers, or worry about security. Everything is pre-configured, secure, and runs automatically in the background.
Raw MCP | Vinkius | |
|---|---|---|
| Ready-to-use MCPs | Find and configure each manually | 4,000+ MCPs ready to use |
| Connection Setup | Manual coding & server setup | 1-click instant connection |
| Server Hosting | You host it yourself (needs 24/7 uptime) | 100% hosted & managed by Vinkius |
| Security & Privacy | Stored in plaintext config files | Bank-grade encrypted vault |
| Activity Visibility | Blind execution (no logs or tracking) | Live dashboard with real-time logs |
| Cost Control | Runaway AI token spend risk | Automatic budget limits |
| Revoking Access | Must delete files or code to stop | 1-click disconnect button |
How Vinkius secures
IPRoyal (Proxy Services) for Mastra AI
Every request between Mastra AI and IPRoyal (Proxy Services) is protected by our secure gateway. We automatically keep your sensitive data private, prevent unauthorized access, and let you disconnect instantly at any time.
Frequently asked questions
Can I check how much bandwidth I've consumed for a specific proxy order?
Yes. Use the get_traffic tool with your Order ID. Your agent will return the exact amount of data used in GB/MB, helping you avoid unexpected depletion of funds for residential proxies.
How do I whitelist my server's IP address through my agent?
The add_whitelist_ip tool allows your agent to authorize a specific IPv4 address for a proxy order. This enables user/pass-free authentication, which is more secure for headless scrapers and backend servers.
Can I check if residential proxies are available in a specific country?
Absolutely. Use the get_availability tool and specify the product (e.g. 'residential'). Your agent will return a live count of online proxies in the IPRoyal pool for each country.
How does Mastra AI connect to MCP servers?
Create an MCPClient with the server URL and pass it to your agent. Mastra discovers all tools and makes them available with full TypeScript types.
Can Mastra agents use tools from multiple servers?
Yes. Pass multiple MCP clients to the agent constructor. Mastra merges all tool schemas and the agent can call any tool from any server.
Does Mastra support workflow orchestration?
Yes. Mastra has a built-in workflow engine that lets you chain MCP tool calls with branching logic, error handling, and parallel execution.
createMCPClient not exported
Install: npm install @mastra/mcp
Explore More MCP Servers
View all →
Mustache Template Engine
1 toolsRender logic-less Mustache templates with JSON data — the universal spec implemented in 40+ languages. Same template works in JS, Python, Go, Ruby, Rust, and Java.

Retable
10 toolsOrganize data in smart spreadsheets with relational views, team collaboration, and workflow automation that goes beyond basic tables.

OpenClassrooms
9 toolsMonitor student progress on OpenClassrooms — search courses, track diploma paths, review mentoring sessions, and verify certificates from any AI agent.

Junip
10 toolsManage product reviews, questions, and campaigns via Junip API.
