Google Flights Mcp
C 63 completed
Other
unknown / python · tiny
6
Files
127
LOC
0
Frameworks
3
Languages
Pipeline State
completedRun ID
#1546251Phase
doneProgress
0%Started
2026-04-16 23:54:54Finished
2026-04-16 23:54:54LLM tokens
0Pipeline Metadata
Stage
CatalogedDecision
proceedNovelty
18.67Framework unique
—Isolation
—Last stage change
2026-05-10 03:34:57Deduplication group #47242
Member of a group with 6,089 similar repo(s) — canonical #190789 view group →
All rows scored by the Repobility analyzer (https://repobility.com)
🧪 Code Distillation
Browse all specs →AI Prompt
Create a Python-based MCP server that wraps the fast-flights library to search Google Flights. The server should expose two main tools: `search_flights` for one-way or round-trip searches between two airports, and `search_multi_city` for multi-city itineraries. The implementation should use a local fetch mode, meaning all web requests happen on the machine running the server, and it should be runnable via a `server.py` file.
python mcp google-flights api server fast-flights tool-calling scripting
Generated by gemma4:latest
Catalog Information
Create a Python-based MCP server that wraps the fast-flights library to search Google Flights. The server should expose two main tools: search_flights for one-way or round-trip searches between two airports, and search_multi_city for multi-city itineraries. The implementation should use a local fetch mode, meaning all web requests happen on the machine running the server, and it should be runnable via a server.py file.
Tags
python mcp google-flights api server fast-flights tool-calling scripting
Quality Score
C
63.0/100
Structure
49
Code Quality
100
Documentation
43
Testing
0
Practices
78
Security
100
Dependencies
80
Strengths
- Consistent naming conventions (snake_case)
- Good security practices — no major issues detected
- Properly licensed project
Weaknesses
- No tests found — high risk of regressions
- No CI/CD configuration — manual testing and deployment
Recommendations
- Add a test suite — start with critical path integration tests
- Set up CI/CD (GitHub Actions recommended) to automate testing and deployment
- Add a linter configuration to enforce code style consistency
Languages
Frameworks
None detected
Symbols
function3
variable2
Embed Badge
Add to your README:
Repobility · code-quality intelligence platform · https://repobility.com
BinComp Dependency Hardening
All packages →1 of this repo's dependencies have been scanned for binary hardening. Grade reflects RELRO / stack canary / FORTIFY / PIE coverage.