# SSLMate Cert Spotter API — MCP server on mcp.ai > Connect your SSLMate Cert Spotter API account and use 9 tools for security and identity straight from your AI agent. Connect with your own API key. Cert Spotter API by SSLMate monitors Certificate Transparency logs to alert users about SSL/TLS certificates issued for their domains, helping detect unauthorized certificates and potential security issues. By: mcp.ai · official Page: https://mcp.ai/sslmate_cert_spotter_api ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_sslmate_cert_spotter_api?ms=1787293620000 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/sslmate_cert_spotter_api/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/sslmate_cert_spotter_api/ 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/sslmate_cert_spotter_api/skill.md Postman collection (v2.1): https://mcp.ai/sslmate_cert_spotter_api/postman.json ## Tools - sslmate_cert_spotter_api_add_monitored_domain(name: string, enabled?: boolean) — Tool to add or update a monitored domain in Cert Spotter. Use when you need to enable monitoring for a new domain or update an existing one. If the domain already exists, omitted fields retain their e - sslmate_cert_spotter_api_authorize_certificate(tbs_sha256: string) — Tool to authorize a certificate in Cert Spotter. Use when you need to prevent future notifications for a known certificate. Once authorized, the certificate will not trigger alerts if discovered in Ce - sslmate_cert_spotter_api_authorize_public_key(dns_names: string[], pubkey_sha256: string) — Tool to authorize a public key in Cert Spotter. Use when you need to prevent notifications for certificates using a specific public key. Authorizing a key before certificate issuance avoids race condi - sslmate_cert_spotter_api_certspotter_get_event(event_id: string, expand_issuer?: boolean, expand_cert_der?: boolean, expand_dns_names?: boolean) — Tool to retrieve detailed information about a specific CertSpotter certificate issuance. Use when you need to inspect certificate metadata after confirming an issuance ID. - sslmate_cert_spotter_api_delete_monitored_domain(name: string) — Tool to delete a monitored domain from Cert Spotter. Use when you need to remove a domain from monitoring. Returns success confirmation on deletion (HTTP 204). Returns 404 if domain not found. - sslmate_cert_spotter_api_get_certificate_v2(common_name: string) — Tool to retrieve certificate information by common name (domain). Use when you need to inspect certificate metadata, status, or configuration for a specific domain. - sslmate_cert_spotter_api_get_monitored_domain(name: string) — Tool to retrieve a specific monitored domain by its name. Use when you need to check the monitoring status of a domain. - sslmate_cert_spotter_api_list_ct_issuances(after?: string, domain: string, expand?: string, match_wildcards?: boolean, include_subdomains?: boolean) — Tool to list certificate issuances for a domain from Certificate Transparency logs. Use when you need to discover all unexpired certificates issued for a domain or its subdomains. - sslmate_cert_spotter_api_list_monitored_domains() — Tool to list all monitored domains. Use when you need to audit or review the domains currently monitored by Cert Spotter. ## Example prompts - "What can I do in SSLMate Cert Spotter API?" - "Show me a summary of my SSLMate Cert Spotter API account" ## Links Docs: https://mcp.ai/docs/mcps/sslmate_cert_spotter_api Website: https://mcp.ai/mcps/sslmate_cert_spotter_api