Skip to main content
Glama
firetix

MCP Vulnerability Checker Server

by firetix
lookup_log4shell.py408 B
#!/usr/bin/env python3 import asyncio import os import sys # Add parent directory to path so we can import mcp_simple_tool sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) from mcp_simple_tool.tools.cve_lookup import lookup_cve async def main(): result = await lookup_cve("CVE-2021-44228") print(result[0].text) if __name__ == "__main__": asyncio.run(main())

Latest Blog Posts

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/firetix/vulnerability-intelligence-mcp-server'

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