We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/arjunprabhulal/mcp-flight-search'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•320 B
"""
MCP Flight Search package.
A flight search service implementing Anthropic's Model Context Protocol (MCP).
This package provides MCP-compliant tools that allow AI models to search
for flight information using structured tool calls.
"""
__version__ = "0.2.0"
from mcp_flight_search.models.schemas import FlightInfo