Server Details
Audit certificates and keystores to surface expiry risks, weak algorithms, and misconfigurations.…
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- PabloLec/KeyProbe-MCP
- GitHub Stars
- 0
Available Tools
2 toolsanalyze_from_b64_stringTry in Inspector
Analyze a certificate/keystore provided as base64 and return a JSON summary. Use this when the client cannot expose a local path (e.g., remote deployment). Read-only and idempotent.
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | Original filename (used for type heuristics only, not for reading from disk). | |
| password | No | Optional password for protected containers (e.g., PKCS#12) or keystores (JKS/JCEKS/BKS). Leave null if not required. | |
| content_b64 | Yes | RFC 4648 raw base64-encoded bytes of the file |
analyze_from_local_pathTry in Inspector
Analyze a local certificate/keystore file and return a detailed JSON summary. Read-only and idempotent. Best for sandboxed setups where the server can read files.
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Local path to the target file. | |
| password | No | Optional password for protected containers (e.g., PKCS#12) or keystores (JKS/JCEKS/BKS). Leave null if not required. |
FAQ
How do I claim this server?
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}
The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
What are the benefits of claiming a server?
- Control your server's listing on Glama, including description and metadata
- Receive usage reports showing how your server is being used
- Get monitoring and health status updates for your server
Try in Browser
Your Connectors
Sign in to create a connector for this server.