Skip to main content
Glama

SSL Monitor MCP Server

by firesh
package.json1.19 kB
{ "name": "sslmon-mcp", "version": "1.0.4", "description": "MCP server for domain registration info and SSL certificate monitoring", "main": "dist/index.js", "bin": "dist/run.js", "type": "module", "keywords": [ "mcp", "ssl", "certificate", "domain", "whois", "monitoring", "model-context-protocol" ], "author": "firesh", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/firesh/sslmon-mcp.git" }, "homepage": "https://github.com/firesh/sslmon-mcp#readme", "bugs": { "url": "https://github.com/firesh/sslmon-mcp/issues" }, "files": [ "dist/**/*", "README.md", "package.json" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "test": "node --test dist/tests/*.test.js", "test:dev": "tsx --test src/tests/*.test.ts" }, "dependencies": { "@modelcontextprotocol/sdk": "1.17.5", "@types/express": "5.0.3", "express": "5.1.0", "node-forge": "^1.3.1" }, "devDependencies": { "@types/node": "^20.10.0", "tsx": "^4.6.0", "typescript": "^5.3.0" }, "engines": { "node": ">=18" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/firesh/sslmon-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server