claude-task-completion-verifier Connector for AI agents.
3 live capabilities
Verify technical task completion with deterministic file and command checks
Waiting for input…
Why people use claude-task-completion-verifier
Stop guessing with claude-task-completion-verifier for technical audits
With this MCP, that manual loop disappears. The agent handles the verification itself. It checks the files, runs the commands, and gives you a definitive answer. You stop being a manual validator and start being a supervisor of a process that actually proves its own success.
What Vinkius changes
You get objective proof of work instead of just an AI's optimistic confirmation.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Automated Refactoring Audits
An engineer asks an agent to move a function to a new module.
- Real-world use case 02
CI/CD Pipeline Validation
After an agent modifies a Dockerfile or config, it uses execute_environment_check to run a build command and confirm the environment is still healthy.
- Real-world use case 03
Feature Implementation Proof
A developer tasks an agent with adding a new API endpoint.
Complete set · 3capabilities
The complete claude-task-completion-verifier capability set.
These are the exact actions your AI can choose when you ask it to work with claude-task-completion-verifier.
01—03
3 capabilities in this set.
Part of 3 available through claude-task-completion-verifier.
- 01 Capability
Verify task completion
Performs a full audit of a task by evaluating all provided criteria. It ensures every requirement is met through objective checks.
- 02 Capability
Check file integrity
Verifies that specific files exist and contain expected content patterns. This prevents errors caused by missing or malformed files.
- 03 Capability
Execute environment check
Runs shell commands to verify the technical health of the workspace. It's used to trigger tests or builds to confirm system stability.
Set up in minutes
One URL. Then ask claude-task-completion-verifier to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use claude-task-completion-verifier 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_e2inUoyONP8P4BUpdHTyRbYsrK5jEtq5a30o6pFC/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 claude-task-completion-verifier, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable claude-task-completion-verifier for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_e2inUoyONP8P4BUpdHTyRbYsrK5jEtq5a30o6pFC/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 claude-task-completion-verifier URL.
- Step 03
Save and start
Save the connection and enable claude-task-completion-verifier in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"claude-task-completion-verifier": {
"url": "https://edge.vinkius.com/vk_preview_e2inUoyONP8P4BUpdHTyRbYsrK5jEtq5a30o6pFC/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 claude-task-completion-verifier
Open Agent mode in chat and ask: "Using claude-task-completion-verifier, help me...". 3 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"claude-task-completion-verifier": {
"url": "https://edge.vinkius.com/vk_preview_e2inUoyONP8P4BUpdHTyRbYsrK5jEtq5a30o6pFC/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 claude-task-completion-verifier
Ask Copilot: "Using claude-task-completion-verifier, help me...". 3 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"claude-task-completion-verifier": {
"url": "https://edge.vinkius.com/vk_preview_e2inUoyONP8P4BUpdHTyRbYsrK5jEtq5a30o6pFC/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 claude-task-completion-verifier
Open Cascade and ask: "Using claude-task-completion-verifier, help me...". 3 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"claude-task-completion-verifier": {
"url": "https://edge.vinkius.com/vk_preview_e2inUoyONP8P4BUpdHTyRbYsrK5jEtq5a30o6pFC/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 claude-task-completion-verifier
Ask Cline: "Using claude-task-completion-verifier, help me...". 3 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add claude-task-completion-verifier --transport http "https://edge.vinkius.com/vk_preview_e2inUoyONP8P4BUpdHTyRbYsrK5jEtq5a30o6pFC/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 claude-task-completion-verifier
Ask Claude: "Using claude-task-completion-verifier, show me...". 3 tools are ready
Where the request belongs
Work claude-task-completion-verifier can move forward.
This is for developers and DevOps engineers who need to automate agentic workflows without constantly babysitting the output to ensure nothing broke.
Software Engineer
Uses it to ensure an agent's refactoring or feature implementation actually passes local tests.
DevOps Engineer
Uses it to verify that configuration changes or deployment scripts were applied correctly to the environment.
QA Automation Engineer
Uses it to let agents run test suites and report on the actual health of the build.
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 claude-task-completion-verifier 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 claude-task-completion-verifier.
The practical details behind the request, access and result.
How can I use claude-task-completion-verifier to check my code?
You can instruct your agent to check for specific file changes or run your existing test suites to confirm that the code it wrote actually works as intended.
Can claude-task-completion-verifier run my local tests?
Yes, it allows your agent to execute shell commands, meaning it can trigger your local test runners, build capabilities, or any other command-line utility in your workspace.
Does claude-task-completion-verifier work with any AI client?
It works with any MCP-compatible client, including Claude, Cursor, and Windsurf, as long as you have it connected through Vinkius.
How does claude-task-completion-verifier prevent AI errors?
It prevents errors by providing objective proof. Instead of trusting an agent's claim, it uses real-world checks like file existence and command exit codes to confirm success.
Is claude-task-completion-verifier useful for DevOps tasks?
Absolutely. It's perfect for verifying that configuration changes, environment updates, or deployment scripts were applied correctly to your system.
How does the verification work?
The engine uses verify_task_completion to evaluate specific criteria such as file existence, content matching, or command exit codes to provide a mathematical completion percentage.
Can I run shell commands?
Yes, you can use execute_environment_check to run any shell command and verify its exit code.
What is the difference between the capabilities?
Use check_file_integrity for simple file/pattern checks, execute_environment_check for running commands, and verify_task_completion for a comprehensive multi-criteria audit.
One connection away
Give your agent a direct line to claude-task-completion-verifier.
Connect claude-task-completion-verifier once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available