How to Use the Credly MCP in Claude Code
Pipe Credly badge and organization data directly into your shell scripts and CI/CD pipelines with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Credly MCP to Claude Code
Create your Vinkius account to connect Credly to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Automate HR Reporting from the Terminal
Set up a cron job to generate a weekly report of all newly issued badges. A simple shell script using Claude Code can call `list_issued_badges` and pipe the JSON output to `jq` for filtering or to a file for archival. This is perfect for compliance. You can create a GitHub Action that runs on a schedule, calls `list_authorized_issuers`, and compares it against a source-of-truth file in your repo. If there's a mismatch, the pipeline fails.
Feed Live Badge Data into Your Services
Your backend services can use Claude Code to query Credly on the fly. When a user logs into your internal portal, you could have a script call `get_badge_details` for their most recent certification to display it on their profile. This MCP Server makes it easy to work with the data. Just run `claude mcp call credly-mcp list_badge_skills` and you get clean JSON back. No need to mess with OAuth tokens or SDKs in your production code.
Headless Credly Management with Claude Code
This is for anyone who lives in the terminal. You can quickly check on your organization's status by running commands like `claude mcp call credly-mcp list_org_members` or `list_badge_templates`. It's a fast, scriptable way to interact with your Credly account. Pipe the output of one command into another. For instance, get a list of recipients with `list_badge_recipients`, then loop through them to get details for each one.
Set up Credly MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seecredly-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Credly transactions." It will automatically discover and invoke the available Credly tools.
claude mcp add --transport http credly-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Credly MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Credly MCP today
We host it, we monitor it, we maintain it. You just paste one token.