UUID Validator and Version Checker Connector for AI agents.
3 live capabilities
Verify and inspect unique identifier formats with precision
Waiting for input…
Why people use UUID Validator and Version Checker
Fix malformed identifiers with UUID Validator and Version Checker
With this MCP, you just hand the string to your agent. It checks the structure, the hex layout, and the variant bits instantly. You get a clear answer on whether the ID is legitimate or broken, without leaving your coding environment.
What Vinkius changes
You get instant, programmatic certainty about the validity and type of any UUID you encounter.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Debugging broken API requests
A developer notices a 400 error in the logs.
- Real-world use case 02
Database migration verification
An engineer is moving data between systems and needs to ensure all new primary keys are valid version 4 UUIDs using get_uuid_version.
- Real-world use case 03
Log analysis and tracing
A DevOps engineer uses list_uuid_metadata to inspect a trace ID from a distributed system to understand its properties.
Complete set · 3capabilities
The complete UUID Validator and Version Checker capability set.
These are the exact actions your AI can choose when you ask it to work with UUID Validator and Version Checker.
01—03
3 capabilities in this set.
Part of 3 available through UUID Validator and Version Checker.
- 01 Capability
Check uuid validity
Checks if a string is a valid RFC 4122 UUID. It verifies hex layout and variant bits.
- 02 Capability
Get uuid version
Extracts the specific version number from a valid UUID. This identifies if it is version 1 through 5.
- 03 Capability
List uuid metadata
Provides a full breakdown of all metadata for a UUID. It gives you the complete property profile.
Set up in minutes
One URL. Then ask UUID Validator and Version Checker to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use UUID Validator and Version Checker from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_zw6ddxpeZcnGQ1vflJIMZW1FfJsBMgaFf1GRVP6W/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it UUID Validator and Version Checker, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable UUID Validator and Version Checker for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_zw6ddxpeZcnGQ1vflJIMZW1FfJsBMgaFf1GRVP6W/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the UUID Validator and Version Checker URL.
- Step 03
Save and start
Save the connection and enable UUID Validator and Version Checker in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"uuid-validator-and-version-checker": {
"url": "https://edge.vinkius.com/vk_preview_zw6ddxpeZcnGQ1vflJIMZW1FfJsBMgaFf1GRVP6W/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using UUID Validator and Version Checker
Open Agent mode in chat and ask: "Using UUID Validator and Version Checker, help me...". 3 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"uuid-validator-and-version-checker": {
"url": "https://edge.vinkius.com/vk_preview_zw6ddxpeZcnGQ1vflJIMZW1FfJsBMgaFf1GRVP6W/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using UUID Validator and Version Checker
Ask Copilot: "Using UUID Validator and Version Checker, help me...". 3 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"uuid-validator-and-version-checker": {
"url": "https://edge.vinkius.com/vk_preview_zw6ddxpeZcnGQ1vflJIMZW1FfJsBMgaFf1GRVP6W/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using UUID Validator and Version Checker
Open Cascade and ask: "Using UUID Validator and Version Checker, help me...". 3 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"uuid-validator-and-version-checker": {
"url": "https://edge.vinkius.com/vk_preview_zw6ddxpeZcnGQ1vflJIMZW1FfJsBMgaFf1GRVP6W/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using UUID Validator and Version Checker
Ask Cline: "Using UUID Validator and Version Checker, help me...". 3 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add uuid-validator-and-version-checker --transport http "https://edge.vinkius.com/vk_preview_zw6ddxpeZcnGQ1vflJIMZW1FfJsBMgaFf1GRVP6W/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using UUID Validator and Version Checker
Ask Claude: "Using UUID Validator and Version Checker, show me...". 3 tools are ready
Where the request belongs
Work UUID Validator can move forward.
This is for developers and data engineers who deal with distributed systems, database management, and API debugging where identifier precision is non-negotiable.
Backend Engineer
Validating incoming request payloads and ensuring database primary keys are correctly formatted.
Data Engineer
Checking the integrity of large datasets containing unique identifiers during ETL processes.
DevOps Engineer
Parsing through system logs to verify that trace IDs and resource identifiers are valid.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAnthropic
Access Claude models via Anthropic API. send messages, count tokens, manage batches and discover models from any AI agent.
OpenAI
Use GPT-4o, DALL-E 3, embeddings, fine-tuning, and moderation as capabilities inside your AI agent workflows.
Apple App Store
Manage your iOS apps and TestFlight builds with Apple App Store Connect. track reviews, versions, and sales via AI.
Zapier
Monitor automated workflows, audit app connections, and search for Zap templates on Zapier. the leader in AI orchestration.
X Ads (Twitter)
Connect your X Ads account to any AI agent. audit campaigns, analyze line item performance, and pull engagement reports through natural conversation.
Box
Store, share, and collaborate on files securely with enterprise-grade cloud content management and governance controls.
Bring your own AI
Change the model, client or framework. Keep UUID Validator connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about UUID Validator.
The practical details behind the request, access and result.
How can I use the UUID Validator and Version Checker to debug my database?
You can provide your agent with suspicious or malformed IDs from your database logs. The agent will use the validation capabilities to tell you if the IDs are broken or if they follow a specific versioning pattern.
Does the UUID Validator and Version Checker support all UUID versions?
Yes, it can identify versions 1, 2, 3, 4, and 5, allowing you to distinguish between time-based and random identifiers.
Can I check if a string is a valid RFC 4122 UUID with this MCP?
Yes, you can ask your agent to verify any string, and it will check the hex characters and variant bits against the RFC 4122 standard.
Will this help me identify the difference between version 1 and version 4 UUIDs?
Absolutely. You can ask your agent to extract the version from any valid string, and it will tell you exactly which version it is.
Can I get a full breakdown of a UUID's properties?
Yes, you can request a full metadata breakdown, which provides a structured view of the identifier's properties.
What UUID versions are supported?
The server supports extraction and validation for UUID versions 1, 2, 3, 4, and 5.
How can I check if a specific string is a valid UUID?
You can use the check_uuid_validity capability by providing the raw string to be inspected.
Does this capability work with Claude Desktop?
Yes, by connecting via Vinkius Edge, you can use these capabilities in Claude Desktop and other MCP clients.
One connection away
Give your agent a direct line to UUID Validator.
Connect UUID Validator once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available