How to Use the Urlbox MCP in Claude Code
Perform headless content rendering and data extraction using Claude Code’s terminal access.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Urlbox MCP to Claude Code
Create your Vinkius account to connect Urlbox to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Automate PDF generation in pipelines
You can pipe a URL directly to the `generate_pdf` tool via a shell script. The output is a file stream containing the rendered document, perfect for archiving records or generating compliance reports. This eliminates the need for a GUI entirely. You run it inside a Docker container and get the PDF streamed back to standard output.
Perform multi-view web audits
Need to verify responsiveness in a pipeline? Run `take_mobile_screenshot` and `take_full_page_screenshot` sequentially. The results are captured as image data streams that can be piped into other CLI tools for comparison or archival. For maximum fidelity, include `take_retina_screenshot` in your script to ensure high-resolution validation.
Get structured metadata via terminal
The `get_metadata` tool pulls core data from a URL and streams it as plain text or JSON. This is ideal for pre-flight checks in CI/CD, verifying that required fields like page titles exist before deployment. Your shell script can immediately parse this structured output to make pass/fail decisions.
Set up Urlbox MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeurlbox-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Urlbox transactions." It will automatically discover and invoke the available Urlbox tools.
claude mcp add --transport http urlbox-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Urlbox MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Urlbox MCP today
We host it, we monitor it, we maintain it. You just paste one token.