MCP-Server-MySSL

by trustasia-com

2 stars
256 downloads
Not rated
GitHub

About

MCP-Server-MySSL is an MCP server that provides domain and IP security checking through the MySSL API. It is designed for users of compatible AI clients who need to verify HTTPS deployments and service health.

Details

Author
trustasia-com
GitHub stars
2
Downloads
256
Categories
Other

- Domain check tool for HTTPS deployment verification
- Health check tool for MySSL service status
- Seamless integration with compatible AI clients
- MCP protocol support for tool invocation
- Platform-specific prebuilt releases available

Download the appropriate release for your platform, extract it, and set your MySSL API credentials (AccessKey and SecretKey) as environment variables. Then register the server with your AI client by specifying a name (myssl-mcp-server), version (1.0.0), the path to the executable, and the working directory. Once registered, you can use the domain_check and health_check tools via natural language prompts.

myssl-mcp-server

An MCP server implementation that provides domain and IP security checking capabilities through the MySSL API.

Features

- Domain Check Tool: Query information about domains to ensure secure HTTPS deployments
- Health Check Tool: Verify the MySSL service is operational
- AI Client Integration: Seamlessly integrates with compatible AI clients via the MCP protocol

Requirements

- MySSL API credentials (AccessKey and SecretKey)
- Compatible AI client that supports MCP servers

Installation

1. Download the appropriate release for your platform from the Releases page
2. Extract the package
3. Set your MySSL API credentials as environment variables:

{
"AccessKey": "ak_name",
"SecretKey": "sk_value"
}

4. The following authorizations are available and are valid for 1 month:
msp-test-pub-2,6e01b7c975b23f87b6b71a7822fa330250997cc2e1b69f3db4638e2a57a0b0a7

Registering with AI Client

To use this MCP server, you need to register it with your AI client:

1. Open your AI client's plugin/extension management interface
2. Add a new MCP server with:
- Name: myssl-mcp-server
- Version: 1.0.0
- Command: Path to the executable
- Working Directory: Where you extracted the files

Usage

Once registered with your AI client, you can use the following tools:

domain_check

Check information about a domain or IP.

Example prompt in your AI client:
<p align='center'>



</p>

health_check

Check if the MySSL service is operational.

Example prompt in your AI client:
> Check if the MySSL service is working

Development

Building from source:
go build -o myssl-mcp-server .

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.