{"name":"CodeMouse MCP","version":"1.0.0","description":"Read-only access to your CodeMouse accounts, repositories, and PR reviews.","transport":"streamable-http","endpoint":"/api/mcp","auth":{"bearer":{"types":["oauth2"],"oauth2":{"authorization_server_metadata":"https://codemouse.ai/.well-known/oauth-authorization-server","protected_resource_metadata":"https://codemouse.ai/.well-known/oauth-protected-resource/mcp"}}},"tools":[{"name":"list_accounts","description":"List the CodeMouse accounts (organizations) you are a member of, with your role and subscription status. An \"account\" is the billing/team unit that owns reviews and repositories."},{"name":"list_repositories","description":"List the GitHub orgs/accounts (App installations) and their repositories that CodeMouse can access, for the accounts you belong to. Optionally scope to one account."},{"name":"list_reviews","description":"List recent pull-request reviews for one CodeMouse account, newest first. Returns a summary per review (status, PR, repo, duration, cost). Use get_review for full detail."},{"name":"get_review","description":"Get full detail of a single review: status, timing/duration, total cost and tokens, per-provider runs, comments posted, and any error/failure detail."}]}