Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available: 6.13.0
🚀 MCP Hackathon Submission Checklist
✅ Project Files Ready
-
app.py- Main Gradio application -
weather_server.py- Weather MCP server -
flights_server.py- Flights MCP server -
hotels_server.py- Hotels MCP server -
activities_server.py- Activities MCP server -
dining_server.py- Dining MCP server -
transport_server.py- Transport MCP server -
recommendations_server.py- Smart recommendations MCP server -
poster_server.py- AI poster generation MCP server -
requirements.txt- Dependencies -
README.md- Documentation with hackathon tags
✅ Hackathon Requirements
- Track tag in README:
mcp-in-action-track-consumer - MCP servers functioning (8 total)
- Gradio app (using Gradio 6)
- Demonstrates autonomous agent behavior
- Demo video (1-5 minutes) - NEED TO RECORD
- Social media post - NEED TO POST
- HF Space published - NEED TO DEPLOY
📤 Deployment Steps
1. Create Hugging Face Space
# Install HF CLI if not installed
pip install huggingface_hub
# Login to HF
huggingface-cli login
# Create Space (from project directory)
huggingface-cli repo create AI-Travel-Concierge --type space --space-sdk gradio
2. Upload Files
# Clone the space
git clone https://huggingface.co/spaces/YOUR_USERNAME/AI-Travel-Concierge
cd AI-Travel-Concierge
# Copy your files
cp -r /path/to/your/project/* .
# Add secrets via HF web interface:
# - NEBIUS_API_KEY
# Push to HF
git add .
git commit -m "Initial submission for MCP Hackathon"
git push
3. Configure Secrets on HF Space
Go to Settings → Repository Secrets:
NEBIUS_API_KEY- Your Nebius API key for Qwen model
4. Record Demo Video
- Use OBS or screen recorder
- 1-5 minutes showing:
- UI overview
- Full trip planning flow
- Smart destination finder
- AI poster generation
- Upload to YouTube (unlisted is fine)
- Add link to README.md
5. Post on Social Media
- Copy from
SOCIAL_MEDIA_POSTS.md - Post on X/Twitter AND/OR LinkedIn
- Add link to README.md
6. Final Verification
- Space is running without errors
- All 8 agents respond correctly
- Booking links work
- Demo video link in README
- Social media link in README
🏷️ Track Information
Track: Track 2 - MCP in Action
Category: Consumer
Tag: mcp-in-action-track-consumer
📅 Deadline
Submissions close: November 30, 2025, 11:59 PM UTC
🔗 Important Links
⚠️ Don't Forget!
- Join the HF Organization: Click "Request to join this org" on MCP-1st-Birthday
- Register: Complete the registration form
- Social Post Required: Must include link to social media post
- Demo Video Required: 1-5 minutes showing app in action
Good luck! 🍀