S
Ssl MCP Server
作者 @GitHub30
SSL Certificates MCP server by Google Antigravity
创建于 11/27/2025
更新于 18 days ago
README
Repository documentation and setup instructions
SSL MCP Server
A FastMCP server for SSL certificate operations, built with fastmcp, pyopenssl, and cryptography.
MCP Server URL
https://sslmcp.fastmcp.app/mcp
Features
This MCP server provides the following tools:
get_certificate_and_chain: Retrieves the SSL certificate and its full chain from a remote server.generate_self_signed_cert: Generates a self-signed SSL certificate for development purposes.parse_certificate_pem: Parses a PEM-encoded certificate string to extract details.
Installation
-
Clone the repository:
git clone https://github.com/GitHub30/ssl-mcp-server.git cd ssl-mcp-server -
Install dependencies:
pip install -r requirements.txt
Usage
Run the server using fastmcp:
fastmcp run server.py
Development
Run tests:
python test.py
快速设置
此服务器的安装指南
安装包 (如果需要)
uvx ssl-mcp-server
Cursor 配置 (mcp.json)
{
"mcpServers": {
"github30-ssl-mcp-server": {
"command": "uvx",
"args": [
"ssl-mcp-server"
]
}
}
}