Codacy
Codacy is an automated code review tool that helps developers monitor code quality, track technical debt, and enforce coding standards across multiple programming languages.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Codacy authenticates with an API key. Generate the credential in your Codacy account, then paste it into FlyMyAI the first time an agent uses a Codacy action.
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Codacy API Token | The API token used for authenticating requests to the Codacy API. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
CODACY_CREATE_API_TOKEN | Tool to create a new api token for the authenticated user's account. use after authenticating when you need to generate a fresh token for integrations. | name, scope |
CODACY_DELETE_API_TOKEN | Tool to delete a specific api token from the authenticated user's account. use after confirming the token id. | tokenId |
CODACY_GET_ACCOUNT_DETAILS | Tool to retrieve details of the authenticated user's account. use when confirming authentication before user-level operations. | - |
CODACY_GET_ORGANIZATION_REPOSITORIES | Tool to list all repositories under a specific organization and provider. use when you need to enumerate organization-scoped repositories. | organizationProvider, organizationName |
CODACY_GET_USER_ORGANIZATIONS | Tool to list all organizations the authenticated user belongs to. use after authenticating and need to discover accessible organizations. | - |
CODACY_LIST_PROJECTS | Tool to list all projects accessible to the authenticated user. use when you need a list of repositories after confirming api token validity. | - |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Codacy!