Hosts and operates AI-coding-agent apps — deploy, manage, and chat with each app's agent over MCP.
Do not connect
A critical issue was found. Do not connect this server as-is.
Scanned 27 days ago Due for re-check
A server can change after it's graded. Re-run the automated scan to refresh this report.
This grade is deterministic and reproducible: the same server surface always yields the same grade under a given algorithm version. It is a real automated assessment computed by the MCPGrade engine from what the probe actually observed — not a fabricated or opinion score. It is not a manual human pentest, so it can miss context-specific risks.
Every signal below was measured directly by the automated probe. The grade is derived only from evidence like this — nothing is assumed.
The vibekit MCP server exposes 36 tools, focused primarily on developer, database, and communication capabilities. Its published description reads: "Hosts and operates AI-coding-agent apps — deploy, manage, and chat with each app's agent over MCP". It communicates over Streamable HTTP using the 2025-06-18 protocol revision, and does not require authorization to connect. MCPGrade currently rates vibekit F — a critical issue was found and the server should not be connected as-is. Its most notable findings include "Cross-tool shadowing" and "Cross-tool shadowing". This report is a deterministic, reproducible automated assessment: the same observed surface always yields the same grade under a given algorithm version, and it is refreshed as new scans arrive and free to read — but it is not a substitute for a manual human security review. Always re-check vibekit's advertised tools, transport security, and authorization posture before connecting an autonomous agent or sharing sensitive context with it.
Add vibekit to an MCP client using the endpoint below. Review the grade and findings above before granting an autonomous agent access.
MCP endpoint
https://mcp.vibekit.bot/mcpStreamable HTTP transport. This is the MCP endpoint, not a website — paste it into your MCP client server list rather than a browser.
Captured passively during the read-only scan. Click any value to find servers that match it.
The tools this server advertises via tools/list — names, purposes, and the parameters each accepts, exactly as enumerated read-only.
List all hosted apps in your VibeKit account, each with its id, subdomain, status, and live URL. Start here to get an appId for the other app tools.
Get full details for one hosted app — status, subdomain/URL, repo, runtime, and database/domain config. Use the appId from vibekit_list_apps.
Create a new hosted app from a starter template and deploy it live at <subdomain>.vibekit.bot. Call vibekit_list_templates first to pick a valid template. To deploy existing code from a GitHub repo in
Sorted worst-first. Each finding shows its severity, what it means, its OWASP MCP Top-10 mapping, and a recommended fix — the check id links to the exact methodology row that produced it.
tool: vibekit_get_app
A tool description tries to alter the model’s use of another tool.
the appId from vibekit_list_apps.RecommendationDescriptions must describe only their own tool.
tool: vibekit_create_app
A tool description tries to alter the model’s use of another tool.
bekit.bot. Call vibekit_list_templates first to pick a valid template. To deploy existRecommendationDescriptions must describe only their own tool.
tool: vibekit_list_templates
A tool description tries to alter the model’s use of another tool.
es available to vibekit_create_app (e.g. landing, dashboard, blog, saas, crud-api)RecommendationDescriptions must describe only their own tool.
tool: vibekit_deploy
A tool description tries to alter the model’s use of another tool.
ate instead use vibekit_create_app.RecommendationDescriptions must describe only their own tool.
tool: vibekit_stop_app
A tool description tries to alter the model’s use of another tool.
ought back with vibekit_start_app. Use to take an app offline without deleting itRecommendationDescriptions must describe only their own tool.
tool: vibekit_start_app
A tool description tries to alter the model’s use of another tool.
app stopped via vibekit_stop_app back online.RecommendationDescriptions must describe only their own tool.
tool: vibekit_app_env
A tool description tries to alter the model’s use of another tool.
Read-only — use vibekit_set_env to change them.RecommendationDescriptions must describe only their own tool.
tool: vibekit_chat
A tool description tries to alter the model’s use of another tool.
progress: poll vibekit_agent_status every few seconds and relay the current step frRecommendationDescriptions must describe only their own tool.
tool: vibekit_agent_status
Tools that execute commands / write files / make arbitrary requests are exposed without annotations or guards.
enders — do NOT curl/fetch the URL yourself, your sandbox may blockRecommendationAnnotate destructive tools and require human approval.
tool: vibekit_db_schema
A tool description tries to alter the model’s use of another tool.
ng a query with vibekit_db_query.RecommendationDescriptions must describe only their own tool.
tool: vibekit_db_schema
The text tells the model WHEN to call this tool relative to others ("always call first", "before any other tool", "chain to X tool") — a toxic-flow injection that hijacks the agent’s orchestration rather than describing the tool.
nd its columns. Always call this before writing a query with vibekit_db_query. {"type":RecommendationTool metadata must describe only the tool, never sequence the agent’s calls.
tool: vibekit_db_query
A tool description tries to alter the model’s use of another tool.
erver-side; use vibekit_chat or vibekit_submit_task to have the agent make dRecommendationDescriptions must describe only their own tool.
tool: vibekit_db_query
A database tool exposes a query/sql parameter that is a free-form string with no allow-list or parameterisation constraint — a raw-string injection surface. A tool exposing structured filters or an `enum` of named queries does not fire.
unconstrained query parameter "sql"RecommendationExpose parameterised operations instead of a raw query string; never build queries from unvalidated model output.
tool: vibekit_list_deploys
A tool description tries to alter the model’s use of another tool.
here to pass to vibekit_rollback_deploy.RecommendationDescriptions must describe only their own tool.
tool: vibekit_rollback_deploy
A tool description tries to alter the model’s use of another tool.
e deployId from vibekit_list_deploys). The container restarts on the rolled-back buiRecommendationDescriptions must describe only their own tool.
tool: vibekit_run_qa
A tool description tries to alter the model’s use of another tool.
osted app. Poll vibekit_qa_status for results.RecommendationDescriptions must describe only their own tool.
tool: vibekit_submit_task
A tool description tries to alter the model’s use of another tool.
a taskId — poll vibekit_get_task or block with vibekit_wait_for_task. Use for 'bRecommendationDescriptions must describe only their own tool.
tool: vibekit_get_task
A tool description tries to alter the model’s use of another tool.
k submitted via vibekit_submit_task.RecommendationDescriptions must describe only their own tool.
tool: vibekit_wait_for_task
A tool description tries to alter the model’s use of another tool.
Use right after vibekit_submit_task when you want the final result inline.RecommendationDescriptions must describe only their own tool.
tool: vibekit_list_skills
A tool description tries to alter the model’s use of another tool.
tching one with vibekit_get_skill.RecommendationDescriptions must describe only their own tool.
tool: (server instructions)
A tool description tries to alter the model’s use of another tool.
an appId — call vibekit_list_apps first to resolve one. Confirm destructive actioRecommendationDescriptions must describe only their own tool.
The server accepts tool enumeration (and likely invocation) with no authentication.
RecommendationRequire OAuth 2.1 authorization for any server exposing non-public tools.
tool: vibekit_delete_app
The server advertises open-world / broadly-scoped capabilities.
annotations.destructiveHint = trueRecommendationScope tools to the minimum needed.
tool: vibekit_chat
The server advertises open-world / broadly-scoped capabilities.
annotations.openWorldHint = trueRecommendationScope tools to the minimum needed.
tool: vibekit_submit_task
The server advertises open-world / broadly-scoped capabilities.
annotations.openWorldHint = trueRecommendationScope tools to the minimum needed.
tool: vibekit_delete_schedule
The server advertises open-world / broadly-scoped capabilities.
annotations.destructiveHint = trueRecommendationScope tools to the minimum needed.
tool: vibekit_list_skills
The server advertises open-world / broadly-scoped capabilities.
annotations.openWorldHint = trueRecommendationScope tools to the minimum needed.
tool: vibekit_get_skill
The server advertises open-world / broadly-scoped capabilities.
annotations.openWorldHint = trueRecommendationScope tools to the minimum needed.
Vantaj uptime monitoring via MCP — manage monitors, heartbeats, incidents, and status pages.
Unified gateway to Algeria's TKAWEN ecosystem: commerce, certification, and AI tools.
Provides access to the Cohereon Doctrine AI safety framework with governance components, tiered access, and agent onboarding.
Agentic rails for complex workflows with receipts, fees, and MCP tool access.
Structural TC39 spec lookup for ECMA-262 and ECMA-402 in AI agents, SHA-pinned and offline-first.
Structural TC39 spec lookup for ECMA-262 and ECMA-402 in AI agents, SHA-pinned and offline-first.
List the starter templates available to vibekit_create_app (e.g. landing, dashboard, blog, saas, crud-api). Call this before vibekit_create_app to choose a valid template.
Deploy a GitHub repo to VibeKit hosting, live at <subdomain>.vibekit.bot (Fargate container behind nginx, SSL automatic). Use when the code already lives in a GitHub repo; for a starter template inste
Redeploy an existing app to pull and ship the latest code. Use after pushing changes to the app's GitHub repo.
Fetch recent container/application logs for an app. Use this to debug crashes, errors, or a deploy that isn't serving.
Restart a hosted app's container. Use when an app is wedged, or to apply changed environment variables.
Stop a hosted app's container. The app stays in your account and can be brought back with vibekit_start_app. Use to take an app offline without deleting it.
Start a stopped hosted app's container. Use to bring an app stopped via vibekit_stop_app back online.
Get the environment variables configured for an app (names and values). Read-only — use vibekit_set_env to change them.
Set or update environment variables for an app (merges with existing). The app must be restarted or redeployed for changes to take effect.
Permanently delete a hosted app — stops the container and removes its workspace, database, env vars, and subdomain. Irreversible (the GitHub repo is NOT touched). Confirm with the user before calling.
Send a message to an app's built-in AI coding agent, which reads, writes, and modifies the app's code and redeploys it. Use for 'build/make a change to my app' requests. If the agent finishes quickly
Check whether an app's AI agent is idle or working, and get its LIVE progress. Returns activity.status = the current human-readable build step (e.g. 'editing index.html', 'deploying'), activity.steps
Get the recent chat history between the user and an app's AI agent.
Provision a Postgres database for an app (idempotent — safe if already enabled). Required before the vibekit_db_* tools work. Note: free-tier apps need the $3/mo Database add-on.
Get an app's database status and connection info (whether it's provisioned, frozen, etc.).
Get an app's database schema — every table and its columns. Always call this before writing a query with vibekit_db_query.
Run a read-only SQL query against an app's Postgres database and return up to 200 result rows. SELECT only — writes and DDL (INSERT/UPDATE/DELETE/ALTER/DROP/…) are rejected server-side; use vibekit_ch
Browse rows of one table with pagination and optional sorting — a quick read-only alternative to hand-writing a SELECT.
List an app's recent deploys, newest first, with status and commit info. Find a deployId here to pass to vibekit_rollback_deploy.
Roll an app back to a previous deploy (get the deployId from vibekit_list_deploys). The container restarts on the rolled-back build; reversible by rolling forward again.
Kick off an automated QA run (headless-browser checks) against a hosted app. Poll vibekit_qa_status for results.
Get the latest automated QA results and status for an app.
Submit an autonomous coding task. The AI writes the code, commits to GitHub, and (by default) deploys to <subdomain>.vibekit.bot. Returns a taskId — poll vibekit_get_task or block with vibekit_wait_fo
Get the status and result of a task submitted via vibekit_submit_task.
List recent coding tasks, optionally filtered by status.
Block until a submitted task finishes (or the timeout), polling every 5 seconds, then return its result. Use right after vibekit_submit_task when you want the final result inline.
Cancel a running task by taskId. No-op if it has already finished.
Create a recurring coding task that the AI runs automatically on a cron schedule (e.g. a weekly SEO pass). Use for 'every Monday, do X to my repo' requests.
List all of the account's scheduled recurring tasks.
Delete a scheduled recurring task by scheduleId. Confirm with the user first.
Get VibeKit account info: plan, credit balance, and usage.
List available implementation skills (IDs, names, descriptions, tags) from the VibeKit skills registry. Discover skills here before fetching one with vibekit_get_skill.
Fetch the full content of a specific skill — implementation patterns, code examples, and best practices for a domain. Fetch on-demand when you need guidance on a specific topic.