Accredible certificates

Accredible certificates

Accredible Certificates is a platform that enables organizations to create, manage, and distribute digital certificates, open badges, and blockchain credentials.

52VIEWS
2139USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app accredible_certificatesnpx @composio/cli add cursor --app accredible_certificatesnpx @composio/cli add cursor --app accredible_certificatesnpx @composio/cli add cursor --app accredible_certificates

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Bulk Create Credentials (v2)

Tool to bulk create credentials. use when batching up to 30 credentials in one call; supports multi-status (207) responses.

Clone Group

Tool to clone an existing group. use after confirming the source group exists and you need a copy with optional overrides.

Create Collection

Tool to create a new collection. use when you need a curated set of groups.

Create Evidence Item

Tool to create a new evidence item for a credential. use after confirming credential id.

Create Group

Tool to create a new group. use after gathering all group details.

Delete Credential

Tool to delete a credential. use after confirming you want to permanently remove an existing credential. executes delete on /credentials/{credential id} endpoint and returns status code.

Delete Group

Tool to delete a group. use after confirming no credentials remain and when you need to permanently remove the group.

Delete Reference

Tool to delete a specific reference by id. use after confirming both credential id and reference id. example: "delete reference 1234 from credential 'abc123'."

Generate Pdfs For Credentials

Tool to generate pdfs for multiple credentials. use when you need to batch-download a zip archive of certificate pdfs for a list of published credential ids. example: "generate pdfs for credentials [10000005, 10272642]".

List Templates

Tool to retrieve a list of all templates. use after authentication to fetch paginated certificate templates.

Search Collections

Tool to search for collections. use when you need to filter collections by ids, name, or public flag and paginate through results. e.g., "search for public collections named 'abc' on page 2."

Update Group

Tool to update an existing group. use when you need to modify group details after fetching its current data.

Update Reference

Tool to update a reference by id. use when you need to modify a reference's details for a credential. use after retrieving the reference id to change comments or relationship.

View All Skill Categories

Tool to retrieve all skill categories. use when you need to list all available skill categories (e.g., to link them to groups).

14 actions available