# Signpath — MCP server on mcp.ai > Connect your Signpath account and use 5 tools for security and identity straight from your AI agent. Connect with your own API key. SignPath is a code signing service that integrates with your build system to automate the signing of your software artifacts, ensuring their authenticity and integrity. By: mcp.ai · official Page: https://mcp.ai/signpath ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_signpath?ms=1787295960000 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/signpath/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/signpath/ 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/signpath/skill.md Postman collection (v2.1): https://mcp.ai/signpath/postman.json ## Tools - signpath_get_health_check() — Tool to check if the SignPath API is healthy and operational. Use this to verify API availability before performing other operations. - signpath_list_certificates() — Retrieve all certificates available in a SignPath organization. Use this to discover certificate IDs needed for signing operations. Requires a valid organization_id which can be obtained from your Sig - signpath_list_projects(skip?: integer, take?: integer) — Tool to list all projects for an organization. Use after confirming the organization ID to retrieve and paginate project records. - signpath_retrieve_signing_policy_details(project_slug?: string, signing_policy_slug?: string) — Retrieve signing policy details for code signing operations. Returns certificate info, RSA key parameters, and policy metadata for the authenticated user's accessible signing policies. Without filters - signpath_retrieve_system_info() — Retrieves SignPath system information including the application version and the web UI base URL. Use this tool to verify the SignPath installation version or to obtain the web interface URL. ## Example prompts - "What can I do in Signpath?" - "Show me a summary of my Signpath account" ## Links Docs: https://mcp.ai/docs/mcps/signpath Website: https://mcp.ai/mcps/signpath