Skip to main content
Kyoto MCP empowers your AI agents to evaluate and improve their vibe coding; enabling faster, higher-quality iteration and more productive outcomes.
Run the command below to setup the MCP integration in your IDE.
kyoto setup mcp

Tools

Kyoto MCP provides the following tools for code review and quality checking:

code-review

Run all code review agents on unstaged changes. This comprehensive tool executes all individual agents in parallel and returns a combined summary of findings.

Individual Agent Tools

bug-detection

Detect bugs, logic errors, and potential runtime issues within the scope

code-organization

Find functions and components that should be moved to other packages or extracted into helper functions to reduce file sizes

function-consolidation

Highlight opportunities to merge or extract shared helpers from similar functions

library-usage

Check library usage against documentation to ensure best practices and avoid reinventing the wheel

secret-detection

Scan code changes for leaked secrets, API keys, passwords, and other sensitive information

stale-code-detection

Detect unused code that was added in scope or became unreachable due to changes

browser-test

Run browser tests on code changes using an AI agent. Analyzes changes, generates test suggestions, and executes them automatically
Use the code-review tool to run all checks at once, or call individual agent tools for specific analysis. All tools analyze unstaged changes by default.