CodePeel MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CODEPEEL_TOKEN | Yes | Your API token from Settings (starts with `cpk_`) | |
| CODEPEEL_API_URL | No | API base URL (default: https://codepeel.com/api) | https://codepeel.com/api |
| CODEPEEL_REVIEW_URL | No | Review endpoint URL (default: Firebase function) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| review_codeA | Review code changes for bugs, security issues, and best practice violations. Pass a unified diff or file contents. Returns findings with severity, explanation, and suggested fixes. |
| fix_codeB | Generate a fix for a specific code issue. Provide the file path, problem description, and optionally the problematic code snippet. |
| ask_codepeelA | Ask CodePeel a question about code. Can analyze code patterns, explain issues, suggest improvements, or answer architecture questions. Optionally provide a diff for context. |
| check_creditsA | Check your CodePeel account balance, plan tier, and usage for the current billing period. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: general Q&A, credit checking, bug fixing, and code review. No overlap.
All tool names follow a consistent verb_noun pattern (ask_codepeel, check_credits, fix_code, review_code).
4 tools is appropriate for this code assistance server, covering key actions without being too many or too few.
The set covers asking questions, checking account, fixing, and reviewing code. Minor gaps like listing code might exist, but the ask tool can bridge them.