Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BLT_API_KEYYesYour API key used for secure access to BLT endpoints
BLT_API_BASEYesThe base URL for the BLT API (e.g., https://blt.owasp.org/api)https://blt.owasp.org/api

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
submit_issue

Submit a new issue to the BLT system. Use this to report bugs, vulnerabilities, or other issues.

award_bacon

Award bacon points to a contributor for their contribution. This is part of BLT's gamification system.

update_issue_status

Update the status of an existing issue in the BLT system.

add_comment

Add a comment to an existing issue in the BLT system.

Prompts

Interactive templates invoked by user choice

NameDescription
triage_vulnerabilityGuides the AI through triaging a vulnerability report, including severity assessment and initial recommendations.
plan_remediationHelps plan remediation steps for a confirmed security issue.
review_contributionGuides the review of a security contribution, including quality assessment and bacon point recommendations.

Resources

Contextual data attached and managed by the client

NameDescription
BLT IssuesList all issues in the BLT system
BLT Issue by IDGet details for a specific issue by ID
BLT RepositoriesList all repositories tracked in BLT
BLT Repository by IDGet details for a specific repository by ID
BLT ContributorsList all contributors in the BLT system
BLT Contributor by IDGet details for a specific contributor by ID
BLT WorkflowsList all workflows in the BLT system
BLT Workflow by IDGet details for a specific workflow by ID
BLT LeaderboardsView leaderboard rankings and statistics
BLT RewardsList all rewards and bacon points

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/OWASP-BLT/BLT-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server