BLT-MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BLT_API_KEY | Yes | Your API key used for secure access to BLT endpoints | |
| BLT_API_BASE | Yes | The base URL for the BLT API (e.g., https://blt.owasp.org/api) | https://blt.owasp.org/api |
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 | {} |
| prompts | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| submit_issueB | Submit a new issue to the BLT system. Use this to report bugs, vulnerabilities, or other issues. |
| award_baconC | Award bacon points to a contributor for their contribution. This is part of BLT's gamification system. |
| update_issue_statusC | Update the status of an existing issue in the BLT system. |
| add_commentC | Add a comment to an existing issue in the BLT system. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| triage_vulnerability | Guides the AI through triaging a vulnerability report, including severity assessment and initial recommendations. |
| plan_remediation | Helps plan remediation steps for a confirmed security issue. |
| review_contribution | Guides the review of a security contribution, including quality assessment and bacon point recommendations. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| BLT Issues | List all issues in the BLT system |
| BLT Issue by ID | Get details for a specific issue by ID |
| BLT Repositories | List all repositories tracked in BLT |
| BLT Repository by ID | Get details for a specific repository by ID |
| BLT Contributors | List all contributors in the BLT system |
| BLT Contributor by ID | Get details for a specific contributor by ID |
| BLT Workflows | List all workflows in the BLT system |
| BLT Workflow by ID | Get details for a specific workflow by ID |
| BLT Leaderboards | View leaderboard rankings and statistics |
| BLT Rewards | List all rewards and bacon points |
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: add_comment modifies an issue's discussion, award_bacon handles gamification rewards, submit_issue creates new issues, and update_issue_status changes issue states. There is no overlap in functionality, making tool selection straightforward for an agent.
All tools follow a consistent verb_noun naming pattern (e.g., add_comment, award_bacon, submit_issue, update_issue_status). The verbs are descriptive and appropriately chosen for their actions, with no deviations in style or convention.
With 4 tools, the server is well-scoped for issue management and gamification in the BLT system. However, it feels slightly thin as it lacks tools for viewing or listing issues, which could be a minor gap in the workflow. The count is reasonable but not fully optimal.
The tools cover core actions like creating, updating, and commenting on issues, plus gamification. However, there are notable gaps: no tools to retrieve or list existing issues, which limits an agent's ability to query the system state. This could cause workarounds or failures in workflows that require issue discovery.