SonarCloud for your agents.
Connect SonarCloud once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 10 curated tools, discovered on demand, with your key stored on your machine and every call going direct to SonarCloud.
What agents can do with SonarCloud
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
sonarcloud_search_projectsSearch for projects you have access to on SonarCloud.
sonarcloud_get_project_measuresGet quality measures for a project. `metricKeys` is a comma-separated list like alert_status,bugs,coverage,code_smells,duplicated_lines_density.
sonarcloud_list_issuesSearch for issues (bugs, vulnerabilities, code smells) in a project.
sonarcloud_list_hotspotsList security hotspots for a project.
sonarcloud_list_quality_gatesList quality gates available to the user.
sonarcloud_get_projectGet details of a specific project by key, including links and quality gate status.
sonarcloud_list_quality_profilesList available quality profiles (rule sets) for each language.
sonarcloud_get_quality_gateGet the details of a specific quality gate, including conditions.
sonarcloud_create_issue_commentAdd a comment to a specific issue by issue key.
sonarcloud_get_component_treeGet the component tree (files/directories) of a project with their measures.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Log in to SonarCloud, click your avatar and go to My Account > Security.
- Enter a token name and click Generate. Copy the token.
- Paste the token.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect SonarCloud to Even: call connect_begin("sonarcloud") on the even-connect MCP and walk me through it.
Analyze SonarCloud project metrics, list code quality issues, and review security hotspots.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.