Tool Availability and Dependency Checker Connector for AI agents.
3 live capabilities
Prevent runtime errors by auditing capability environments and version constraints.
Waiting for input…
Why people use Tool Availability and Dependency Checker
Stop runtime failures with capability Availability and Dependency Checker
This MCP changes that by automating the audit. Instead of manual checks, you get a single readiness score. You can verify the entire environment in seconds, ensuring that every capability and every nested requirement is exactly where it needs to be before you ever hit 'run'.
What Vinkius changes
That you stop debugging environment errors and start trusting your agent's ability to execute.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Preventing mid-task crashes
An engineer is running a long-running agentic task.
- Real-world use case 02
Managing complex toolchains
A developer needs to ensure that a primary capability's nested dependencies are all present in a new environment.
- Real-world use case 03
Version control for agents
A team needs to ensure their agent is using a specific version of a library to maintain consistent results.
Complete set · 3capabilities
The complete Tool Availability and Dependency Checker capability set.
These are the exact actions your AI can choose when you ask it to work with Tool Availability and Dependency Checker.
01—03
3 capabilities in this set.
Part of 3 available through Tool Availability and Dependency Checker.
- 01 Capability
Validate version constraint
Checks if a specific capability version meets your required constraints. It prevents version mismatch errors during execution.
- 02 Capability
Check capability readiness
Runs a full audit of your environment against a list of required capabilities. It gives you a clear readiness score.
- 03 Capability
Resolve dependency tree
Maps out the entire chain of requirements for a capability. It finds missing nested dependencies before they cause failures.
Set up in minutes
One URL. Then ask Tool Availability and Dependency Checker to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Tool Availability and Dependency 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_AnQi0QGUfQ0IVsmQxPsb2hasSLuDdyXfjcpGHMSW/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 Tool Availability and Dependency Checker, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Tool Availability and Dependency Checker for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_AnQi0QGUfQ0IVsmQxPsb2hasSLuDdyXfjcpGHMSW/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 Tool Availability and Dependency Checker URL.
- Step 03
Save and start
Save the connection and enable Tool Availability and Dependency Checker in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"tool-availability-and-dependency-checker": {
"url": "https://edge.vinkius.com/vk_preview_AnQi0QGUfQ0IVsmQxPsb2hasSLuDdyXfjcpGHMSW/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 Tool Availability and Dependency Checker
Open Agent mode in chat and ask: "Using Tool Availability and Dependency Checker, help me...". 3 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"tool-availability-and-dependency-checker": {
"url": "https://edge.vinkius.com/vk_preview_AnQi0QGUfQ0IVsmQxPsb2hasSLuDdyXfjcpGHMSW/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 Tool Availability and Dependency Checker
Ask Copilot: "Using Tool Availability and Dependency Checker, help me...". 3 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"tool-availability-and-dependency-checker": {
"url": "https://edge.vinkius.com/vk_preview_AnQi0QGUfQ0IVsmQxPsb2hasSLuDdyXfjcpGHMSW/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 Tool Availability and Dependency Checker
Open Cascade and ask: "Using Tool Availability and Dependency Checker, help me...". 3 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"tool-availability-and-dependency-checker": {
"url": "https://edge.vinkius.com/vk_preview_AnQi0QGUfQ0IVsmQxPsb2hasSLuDdyXfjcpGHMSW/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 Tool Availability and Dependency Checker
Ask Cline: "Using Tool Availability and Dependency Checker, help me...". 3 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add tool-availability-and-dependency-checker --transport http "https://edge.vinkius.com/vk_preview_AnQi0QGUfQ0IVsmQxPsb2hasSLuDdyXfjcpGHMSW/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 Tool Availability and Dependency Checker
Ask Claude: "Using Tool Availability and Dependency Checker, show me...". 3 tools are ready
Where the request belongs
Work Tool Availability and Dependency Checker can move forward.
This is for developers and engineers who build or manage agentic workflows and are tired of seeing their automated processes fail due to simple environment mismatches.
AI Engineer
Ensuring that complex agentic loops have the correct software versions to prevent mid-task crashes.
DevOps Engineer
Validating that the execution environment matches the requirements of the deployed agentic models.
Software Architect
Designing robust agent frameworks where capability dependencies are strictly managed and verified.
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 Tool Availability and Dependency Checker 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 Tool Availability and Dependency Checker.
The practical details behind the request, access and result.
How can the Capability Availability and Dependency Checker MCP prevent agent errors?
It identifies missing capabilities and version mismatches before your agent starts working, preventing the crashes that happen when an agent tries to call a capability that isn't there or is the wrong version.
Can I use Capability Availability and Dependency Checker MCP to check nested dependencies?
Yes. It can map out the entire chain of requirements for a capability, ensuring that even deep-level dependencies are present in your environment.
Does Capability Availability and Dependency Checker MCP work with any AI client?
Yes, it works with any MCP-compatible client like Claude, Cursor, or Windsurf once you connect it through Vinkius.
How do I know if my environment meets specific version requirements?
You can use the built-in version validation to check if your currently installed software satisfies the exact constraints your project requires.
What is a readiness score in Capability Availability and Dependency Checker MCP?
A readiness score is a quick metric that tells you how much of your required environment is actually prepared for the tasks you want to perform.
What does the readiness score represent?
The readiness score is a value between 0.0 and 1.0 representing the proportion of satisfied requirements, including availability, versioning, and dependencies.
How does it handle capability dependencies?
It uses recursive resolution. When you run check_tool_readiness, the engine ensures that if a capability requires another, that dependency is also checked for status and version compatibility.
Can I use this to check version ranges?
Yes, the validate_version_constraint capability supports exact matches, minimum version thresholds, and range patterns.
One connection away
Give your agent a direct line to Tool Availability and Dependency Checker.
Connect Tool Availability and Dependency Checker once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available