IssueBadge MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug mode | false |
| AUTH_METHOD | No | Authentication method to use (sanctum or oauth2) | sanctum |
| MAX_RETRIES | No | Maximum number of retry attempts for failed requests | 3 |
| RETRY_DELAY | No | Delay between retry attempts in milliseconds | 1000 |
| MCP_SERVER_NAME | No | Name of the MCP server | IssueBadge MCP Server |
| REQUEST_TIMEOUT | No | Timeout for API requests in milliseconds | 30000 |
| ISSUEBADGE_API_KEY | No | Your IssueBadge API key for authentication | |
| MCP_SERVER_VERSION | No | Version of the MCP server | 1.0.0 |
| ISSUEBADGE_BASE_URL | No | The base URL for the IssueBadge API | https://app.issuebadge.com/api/v1 |
| ISSUEBADGE_OAUTH_URL | No | The OAuth URL for IssueBadge (Alternative to API key) | https://app.issuebadge.com/api/v1/oauth |
| ISSUEBADGE_OAUTH_TOKEN | No | Your OAuth token for IssueBadge authentication |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| validate_keyA | Validate an IssueBadge API key for authentication. Use this to test if your API credentials are working correctly. |
| get_all_badgesB | Retrieve all available badges for the authenticated organization. Returns a list of badges with their IDs and names. |
| issue_badgeA | Issue a badge to a recipient. This creates a digital certificate and sends notification email with verification URL. |
| create_badgeB | Create a new badge template with optional custom fields and branding. This badge can then be issued to recipients. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/issuebadge/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server