We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/marlinkcyber/basicsec-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•245 B
"""
BasicSec MCP Server
A Model Context Protocol server that provides DNS and email security scanning capabilities
using the basicsec library.
"""
__version__ = "1.0.0"
__author__ = "Vlatko Kosturjak"
__email__ = "vlatko.kosturjak@marlink.com"