Issuebage MCP Server
digital badge issuing platform
Ads
Overview
A Model Context Protocol (MCP) server for interacting with the IssueBadge API. This server enables AI assistants like Claude and ChatGPT to manage digital badges and certificates using natural language. - π€ AI-Powered Badge Management: Use natural language to create, issue, and manage badges - π Dual Authentication: Support for both Laravel Sanctum and OAuth2 - π Complete Badge Lifecycle: Create templates, issue to recipients, and verify authenticity - π Multi-tenant Support: Secure tenant isolation for enterprise use - π‘οΈ Idempotency Protection: Prevent duplicate operations with built-in safeguards - π§ Automated Notifications: Automatic email delivery with verification URLs - π¨ Custom Fields: Flexible metadata and custom field support
Installation
npm install
Configuration
{
"mcpServers": {
"issuebadge": {
"command": "node",
"args": ["/absolute/path/to/mcp-server/dist/index.js"],
"env": {
"ISSUEBADGE_BASE_URL": "https://app.issuebadge.com
/api/v1",
"ISSUEBADGE_API_KEY": "",
"AUTH_METHOD": "sanctum"
}
}Capabilities
- Validate an API key
Check whether an IssueBadge API key is valid using `validate_key`.
- List all badges
Retrieve available badge templates for your organization with `get_all_badges`, optionally limiting the count.
- Create a badge template
Define a new badge with a name, description, and custom fields via `create_badge`.
- Issue a badge to a recipient
Award an existing badge to a person by name and email, with optional metadata, using `issue_badge`.
Tags
- document
- identity
- workflow-automation
Related MCP servers
Cua
OfficialMCP server for the Computer-Use Agent (CUA), allowing you to run CUA through Claude Desktop or other MCP clients.
Notion MCP
OfficialOfficial Notion MCP server for searching, reading, creating, and updating Notion pages, databases, and workspace content from AI agents.
Notion MCP Server
Search pages, read blocks, and create content in Notion workspaces.
Laravel Boost
OfficialLaravel Boost is an MCP server equipped with over 15 specialized tools designed to streamline AI-assisted coding workflows.