# Certifier — MCP server on mcp.ai > Connect your Certifier account and use 9 tools for documents straight from your AI agent. Connect with your own API key. Certifier is a platform that enables organizations to create, manage, and issue digital certificates and credentials. By: mcp.ai · official Page: https://mcp.ai/certifier ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_certifier?ms=1787295900000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/certifier/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/certifier/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/certifier/skill.md Postman collection (v2.1): https://mcp.ai/certifier/postman.json ## Tools - certifier_create_issue_send_credential(groupId: string, issueDate?: string, recipient: object, expiryDate?: string, customAttributes?: object) — Tool to create, issue, and send a credential in a single request. Use when group ID and recipient details are ready. - certifier_list_attributes(limit?: integer, cursor?: string) — Tool to list all attributes available for credentials. Use when you need to retrieve attribute definitions with pagination. - certifier_list_credential_interactions(limit?: integer, cursor?: string, credentialId?: string) — Tool to list credential interactions. Use when you need to retrieve interaction events for a specific credential, with optional filtering and pagination. - certifier_list_credentials(limit?: integer, cursor?: string) — Tool to list credentials. Use after authentication to retrieve paginated credentials. - certifier_list_designs(limit?: integer, cursor?: string) — Tool to list all designs. Use after authentication to retrieve certificate and badge designs with pagination. - certifier_list_email_templates(limit?: integer, cursor?: string) — Tool to list all email templates available for credential delivery. Use when you need to retrieve available email templates for sending credentials. - certifier_list_groups(limit?: integer, cursor?: string) — Tool to list all groups. Use when you need to retrieve groups with pagination (limit and cursor). - certifier_search_credentials(sort?: object, limit?: integer, cursor?: string, filter: object) — Tool to search for credentials using advanced filters and criteria. Use when you need to find specific credentials based on status, recipient, dates, or other properties. Supports complex queries with - certifier_send_credential(id: string, deliveryMethod: string) — Tool to send a published credential via email. Use after confirming the credential is published. ## Example prompts - "What can I do in Certifier?" - "Show me a summary of my Certifier account" ## Links Docs: https://mcp.ai/docs/mcps/certifier Website: https://mcp.ai/mcps/certifier