Spaces:
Running
Running
MCP's 1st Birthday Hackathon - Requirements Analysis
Deadline: November 30, 2025 11:59 PM UTC
Track Selection: MCP in Action (Track 2)
DeepCritical fits Track 2: MCP in Action - AI agent applications.
Required Tags (pick one)
tags:
- mcp-in-action-track-enterprise # Drug repurposing = enterprise/healthcare
# OR
- mcp-in-action-track-consumer # If targeting patients/consumers
Track 2 Requirements
| Requirement | DeepCritical Status | Action Needed |
|---|---|---|
| Autonomous Agent behavior | β Have it | Search-Judge-Synthesize loop |
| Must use MCP servers as tools | β MISSING | Add MCP server wrapper |
| Must be a Gradio app | β Have it | src/app.py |
| Planning, reasoning, execution | β Have it | Orchestrator + Judge |
| Context Engineering / RAG | β Have it | LlamaIndex + ChromaDB |
Prize Opportunities
Current Eligibility vs With MCP Integration
| Award | Prize | Current | With MCP |
|---|---|---|---|
| MCP in Action (1st) | $2,500 | β Eligible | β STRONGER |
| Modal Innovation | $2,500 | β Not using | β ELIGIBLE (code execution) |
| Blaxel Choice | $2,500 | β Not using | β οΈ Could integrate |
| LlamaIndex | $1,000 | β Using (Mario's code) | β ELIGIBLE |
| Google Gemini | $10K credits | β Not using | β οΈ Could add |
| Community Choice | $1,000 | β οΈ Possible | β Better demo helps |
| TOTAL POTENTIAL | ~$2,500 | $8,500+ |
Submission Checklist
- HuggingFace Space in
MCP-1st-Birthdayorganization - Track tags in Space README.md
- Social media post link (X, LinkedIn)
- Demo video (1-5 minutes)
- All team members registered
- Original work (Nov 14-30)
Priority Integration Order
P0 - MUST HAVE (Required for Track 2)
- MCP Server Wrapper - Expose search tools as MCP servers
- See:
02_mcp_server_integration.md
- See:
P1 - HIGH VALUE ($2,500 each)
- Modal Integration - Already have code, need to wire up
- See:
03_modal_integration.md
- See:
P2 - NICE TO HAVE
- Blaxel - MCP hosting platform (if time permits)
- Gemini API - Add as LLM option for Google prize
What MCP Actually Means for Us
MCP (Model Context Protocol) is Anthropic's standard for connecting AI to tools.
Current state:
- We have
PubMedTool,ClinicalTrialsTool,BioRxivTool - They're Python classes with
search()methods
What we need:
- Wrap these as MCP servers
- So Claude Desktop, Cursor, or any MCP client can use them
Why this matters:
- Judges will test if our tools work with Claude Desktop
- No MCP = disqualified from Track 2