censys_cert_search
Pack: censys · Endpoint: https://gateway.pipeworx.io/censys/mcp
Search certificates for
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
q | string | yes | Censys certificate query (CenQL), e.g. “names: example.com”, “parsed.issuer.organization: \“Let’s Encrypt\"", or a SHA-256 fingerprint |
per_page | integer | no | Max certificates to return (default 25, max 50) |
_apiKey | string | yes | Censys Platform Personal Access Token. Optionally ” |
Example call
curl -X POST https://gateway.pipeworx.io/censys/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"censys_cert_search","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"censys": {
"url": "https://gateway.pipeworx.io/censys/mcp"
}
}
}
See Getting Started for client-specific install steps.