Certifications
v1.0.0Professional certifications and achievements
certificationsachievementsprofessionalcredentials
Server Information
- Server ID
- certs
- Endpoint URL
- https://bookchaowalit-certs-frontend.vercel.app
- Author
- bookchaowalit
- Available Tools
- 4 tools
About
A showcase of certifications, awards, and professional achievements. Features verification links. ## Features - Certification gallery - Issuer filtering - Badge images - Verification links
Available Tools
certs_get_certs
Get all certifications
Input Schema
{
"type": "object",
"properties": {}
}certs_get_by_issuer
Filter by issuer
Input Schema
{
"type": "object",
"properties": {
"issuer": {
"type": "string"
}
}
}certs_get_badge
Get certification badge
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string"
}
}
}certs_verify
Verify certification
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string"
}
}
}Usage Example
Connect to this MCP server using the Model Context Protocol:
{
"mcpServers": {
"certs": {
"command": "node",
"args": ["path/to/server.js"],
"env": {
"SERVER_URL": "https://bookchaowalit-certs-frontend.vercel.app"
}
}
}
}