MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

SSL Certificates MCP server by Google Antigravity

创建于 11/27/2025
更新于 18 days ago
Repository documentation and setup instructions

SSL MCP Server

Test Status

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

  1. Clone the repository:

    git clone https://github.com/GitHub30/ssl-mcp-server.git
    cd ssl-mcp-server
    
  2. 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" ] } } }