Skip to main content
Glama

Find Flights MCP Server

by ravinahp
pyproject.toml534 B
[project] name = "flights-mcp" version = "0.1.0" description = "Flight search MCP server using Duffel API" requires-python = ">=3.10" dependencies = [ "httpx", "python-dotenv", "pydantic", "mcp", ] license = "MIT" [project.scripts] flights-mcp = "flights:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/flights"] [tool.pytest.ini_options] asyncio_mode = "auto" testpaths = ["tests"] python_files = ["test_*.py"] pythonpath = ["src"]

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/ravinahp/flights-mcp'

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