1. Conduid
  2. Security
  3. Myssl MCP Server Go
MCP server · Security

Myssl MCP Server Go

MySSL MCP Server

Unclaimed Apache-2.0 last commit a year ago security
49Fair

Scored 3 months ago · breakdown

About Myssl MCP Server Go

Myssl MCP Server Go is an MCP server published by trustasia-com in the Security category: mySSL MCP Server. It has been installed 0 times through Conduid.

The repository has 2 stars and 0 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx myssl-mcp-server-go

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Myssl MCP Server Go

Powered by Claude · Grounded in docs

I know everything about Myssl MCP Server Go. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

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"
}
  1. 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:

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 .

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About Myssl MCP Server Go

How do I install Myssl MCP Server Go?

Run npx myssl-mcp-server-go, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Myssl MCP Server Go safe to use with an AI agent?

Its trust score is 49 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Myssl MCP Server Go still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.