We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/FortripEngineering/duffel-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•201 B
"""MCP tools for Duffel API."""
# Import tool modules to register them with the MCP server
from . import flights
from . import stays
from . import airports
__all__ = ["flights", "stays", "airports"]