Regex Execution and Group Extractor Connector for AI agents.
4 live capabilities
Precise text extraction and pattern matching for developers.
Waiting for input…
Why people use Regex Execution and Group Extractor
Stop manual text parsing with Regex Execution and Group Extractor
With this MCP, your agent does the heavy lifting. It runs the patterns for you and returns the exact matches and indices, so you can focus on fixing the actual bug.
What Vinkius changes
You get exact, deterministic text extraction instead of fuzzy AI guesses.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Parsing messy logs
An engineer needs to pull timestamps from a log file; the agent uses execute_regex to find them all.
- Real-world use case 02
Validating API routes
A developer wants to check if a URL matches a pattern; the agent extracts the ID automatically.
- Real-world use case 03
Finding specific markers
You need to locate every instance of an error code in a document using precise indices.
Complete set · 4capabilities
The complete Regex Execution and Group Extractor capability set.
These are the exact actions your AI can choose when you ask it to work with Regex Execution and Group Extractor.
01—04
4 capabilities in this set.
Part of 4 available through Regex Execution and Group Extractor.
- 01 Capability
Execute regex
Runs a regular expression against text to return detailed match info. It provides capture groups and offsets.
- 02 Capability
Detect islands
Finds tags containing specific server directives in a string. It identifies server:defer or server:only markers.
- 03 Capability
Extract substring indices
Returns the start and end indices for every occurrence of a substring. This is useful for finding exact positions.
- 04 Capability
Match route
Compares a path against a pattern and extracts any parameters. It validates web routes effectively.
Set up in minutes
One URL. Then ask Regex Execution and Group Extractor to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Regex Execution and Group Extractor 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_bqecvs0zwI2Mo0D7mpR9q5WwdocPVl4csBES81nH/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 Regex Execution and Group Extractor, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Regex Execution and Group Extractor for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_bqecvs0zwI2Mo0D7mpR9q5WwdocPVl4csBES81nH/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 Regex Execution and Group Extractor URL.
- Step 03
Save and start
Save the connection and enable Regex Execution and Group Extractor in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"regex-execution-and-group-extractor": {
"url": "https://edge.vinkius.com/vk_preview_bqecvs0zwI2Mo0D7mpR9q5WwdocPVl4csBES81nH/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 Regex Execution and Group Extractor
Open Agent mode in chat and ask: "Using Regex Execution and Group Extractor, help me...". 4 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"regex-execution-and-group-extractor": {
"url": "https://edge.vinkius.com/vk_preview_bqecvs0zwI2Mo0D7mpR9q5WwdocPVl4csBES81nH/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 Regex Execution and Group Extractor
Ask Copilot: "Using Regex Execution and Group Extractor, help me...". 4 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"regex-execution-and-group-extractor": {
"url": "https://edge.vinkius.com/vk_preview_bqecvs0zwI2Mo0D7mpR9q5WwdocPVl4csBES81nH/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 Regex Execution and Group Extractor
Open Cascade and ask: "Using Regex Execution and Group Extractor, help me...". 4 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"regex-execution-and-group-extractor": {
"url": "https://edge.vinkius.com/vk_preview_bqecvs0zwI2Mo0D7mpR9q5WwdocPVl4csBES81nH/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 Regex Execution and Group Extractor
Ask Cline: "Using Regex Execution and Group Extractor, help me...". 4 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add regex-execution-and-group-extractor --transport http "https://edge.vinkius.com/vk_preview_bqecvs0zwI2Mo0D7mpR9q5WwdocPVl4csBES81nH/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 Regex Execution and Group Extractor
Ask Claude: "Using Regex Execution and Group Extractor, show me...". 4 tools are ready
Where the request belongs
Work Regex Execution and Group Extractor can move forward.
Developers and engineers who need to automate the parsing of logs, routes, or unstructured data using precise patterns.
DevOps Engineer
Automating the extraction of error codes from massive system logs.
Web Developer
Validating complex routing logic and extracting URL parameters.
Data Engineer
Parsing metadata from large, unstructured text datasets for downstream processing.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsRegex Extractor Engine
Stop LLM hallucination when extracting data. Run pure Regex across massive text blocks and guarantee 100% accurate array extraction without missing a single match.
Regex High-Perf Parser
Stop LLM hallucination when extracting entities. Run pure Regex across massive text blocks and guarantee 100% accurate array extraction.
Regex from Examples
Generate ranked regular expression candidates from input and extraction pairs.
Regex Explainer Stepper
Decompose complex regular expressions into a step-by-step AST walkthrough and perform safety audits.
Regex Tester Explainer
Validate, test, and deconstruct regular expressions across multiple flavors.
Regex Tester Batch
High-performance batch regex testing and syntax validation.
Bring your own AI
Change the model, client or framework. Keep Regex Execution and Group Extractor 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 Regex Execution and Group Extractor.
The practical details behind the request, access and result.
How can Regex Execution and Group Extractor help with log analysis?
It automates finding patterns like timestamps or error codes within large text files, providing exact locations for every match.
Can I use Regex Execution and Group Extractor to validate my web routes?
Yes, it compares paths against patterns and automatically extracts any parameters present in the URL.
Does Regex Execution and Group Extractor work for finding specific words in large files?
It does. It returns the exact start and end positions of every occurrence, making it easy to locate data in massive datasets.
Is Regex Execution and Group Extractor useful for finding server directives?
It can detect specific tags like server:defer or server:only within your text strings automatically.
How does Regex Execution and Group Extractor handle complex patterns?
It uses standard regex engines to return detailed capture groups, matches, and character offsets for any pattern you provide.
What can I do with the `execute_regex` capability?
You can run any valid regular expression against a target string to retrieve an array of matches, including capture groups and their exact start and end character positions.
How does `extract_substring_indices` work?
It searches for every occurrence of a specific substring within a larger text and returns the precise character indices (start and end) for each instance found.
What are 'islands' in the context of `detect_islands`?
Islands are specific segments of text identified by tags containing server:defer or server:only directives, which the capability can isolate and report.
One connection away
Give your agent a direct line to Regex Execution and Group Extractor.
Connect Regex Execution and Group Extractor once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available