mcpserver.lol
registry/coderegistry
Connection check verified live · 27h ago

coderegistry

Enterprise code intelligence for M&A, security audits, and tech debt. Hosted server with 200k free.

Tools 23
GitHub stars 1
Installs / wk
Licence MIT
Transport streamable-http
Last checked 27h ago

Tools & capabilities

23 tools

Read from the running server on 27h ago.

create_account name*email*team_name*integrator_idintegrator_name
Creates a new Code Registry account and returns API credentials. Required fields: email (account owner's email), name (account owner's full name), team_name (team or company name).…
create-code-vault namebranchapi_keyuser_idpasswordusername +4
Creates a code vault and queues the initial analysis. Choose source_type based on what is available in your environment: (1) LOCAL_AGENT — preferred when Docker is available; runs…
create_project name*api_keyuser_id*description
Creates a project for a team user. Requires X-API-Key (existing users can generate an API key in the web app). If headers aren't supported, pass api_key in arguments.
delete_account api_keyconfirm*
Deletes the team account plus all projects and vaults. Requires X-API-Key (existing users can generate an API key in the web app). If headers aren't supported, pass api_key in argu…
delete-code-vault api_keyvault_id*
Deletes a code vault and related analysis data. Requires X-API-Key (existing users can generate an API key in the web app). If headers aren't supported, pass api_key in arguments.
delete_project api_keyproject_id*
Deletes a project and its vaults. Requires X-API-Key (existing users can generate an API key in the web app). If headers aren't supported, pass api_key in arguments.
get_account api_key
Returns the team owner account information. Requires X-API-Key (existing users can generate an API key in the web app). If headers aren't supported, pass api_key in arguments.
get-code-iq-automated-queries api_keyvault_idproject_idanalysis_key
Returns trimmed Code IQ automated analyses (architecture, scalability, EOL, AI functionality, etc.) for a project (aggregated) or a single vault. Excludes The Code Score — use get-…
get-code-smells filelimitoffsetapi_keyissue_idvault_id +2
Returns code smell findings for a project (all vaults) or a single vault. Provide exactly one of project_id or vault_id. Requires full data access (a paid plan; verification-only p…
get-code-vault-reports api_keyvault_id*
Returns report URLs (snapshot/comparison) for a vault. Completion rules: if version is 1.0.0, snapshot indicates completion and comparison is null; for versions above 1.0.0, compar…
get-code-vault-results api_keyvault_id*
Returns analysis results for a vault. Free-tier teams receive summary-only results; paid teams receive full facet data and AI insights. Analysis is async; if status is 'processing'…
get-code-vault-summary api_keyvault_id*
Returns the latest version/status info for a vault. Analysis is async; if status is 'processing', poll with exponential backoff (5s, 10s, 20s, 40s, max 60s). Analysis can be as qui…
get-components urlnamelimitoffsetvendorapi_key +4
Returns detected open-source/CMS components for a project (all vaults) or a single vault. Provide exactly one of project_id or vault_id. Requires full data access (a paid plan; ver…
get-contributors limitauthorbranchoffsetapi_keydate_to +3
Returns aggregated contributor stats (commit count, lines added/deleted, first/last commit) for a project (all vaults) or a single vault. Provide exactly one of project_id or vault…
get-git-history limitauthorbranchoffsetapi_keydate_to +3
Returns git commit history for a project (all vaults) or a single vault. Provide exactly one of project_id or vault_id. Requires full data access (a paid plan; verification-only pl…
get_project api_keyproject_id*
Returns a specific project by id. Requires X-API-Key (existing users can generate an API key in the web app). If headers aren't supported, pass api_key in arguments.
get-security-issues tagfilelimitoffsetstatusapi_key +5
Returns deduplicated security findings for a project (all vaults) or a single vault. Provide exactly one of project_id or vault_id. Requires full data access (a paid plan; verifica…
get-the-code-score api_keyvault_idproject_id
Returns The Code Score (security/code-quality/dependencies, 1000 points) for a project (aggregated) or a single vault. Provide exactly one of project_id or vault_id. Requires full…
get_vault api_keyvault_id*
Returns a specific vault by id. Requires X-API-Key (existing users can generate an API key in the web app). If headers aren't supported, pass api_key in arguments.
list_projects api_key
Lists all projects for the authenticated team. Requires X-API-Key (existing users can generate an API key in the web app). If headers aren't supported, pass api_key in arguments.
list_vaults api_keyproject_id*
Lists vaults within a project. Requires X-API-Key (existing users can generate an API key in the web app). If headers aren't supported, pass api_key in arguments.
reanalyze-code-vault authorapi_keycommentuser_idvault_id*
Creates a new analysis version for an existing code vault using its existing source settings. For LOCAL_AGENT, the response includes next_steps.commands and the local agent must be…
rotate_api_key api_keyintegrator_idintegrator_name
Issues a fresh integrator API key. Requires X-API-Key (existing users can generate an API key in the web app). If headers aren't supported, pass api_key in arguments.