We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sdelements/sde-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•296 B
"""Tools module for SD Elements MCP Server"""
from .projects import *
from .applications import *
from .surveys import *
from .countermeasures import *
from .users import *
from .business_units import *
from .scans import *
from .diagrams import *
from .reports import *
from .generic import *