Spaces:
Runtime error
Runtime error
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,13 +1,57 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
-
python_version: '3.13'
|
| 9 |
app_file: app.py
|
| 10 |
-
pinned:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: MCP Tool Hub
|
| 3 |
+
emoji: 🧰
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: "4.44.0"
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
+
pinned: true
|
| 10 |
+
license: apache-2.0
|
| 11 |
+
tags:
|
| 12 |
+
- mcp
|
| 13 |
+
- hub
|
| 14 |
+
- mobile
|
| 15 |
+
- tools
|
| 16 |
+
- dispatchai
|
| 17 |
---
|
| 18 |
|
| 19 |
+
# 🧰 dispatchAI MCP Tool Hub
|
| 20 |
+
|
| 21 |
+
**One Space, four MCP tools.** Add this single Space to get all dispatchAI tools.
|
| 22 |
+
|
| 23 |
+
## Tools
|
| 24 |
+
|
| 25 |
+
| Tool | Description |
|
| 26 |
+
|------|-------------|
|
| 27 |
+
| `recommend_model(ram_mb, task)` | Find the best mobile model for your device |
|
| 28 |
+
| `estimate_latency(params, quant)` | Predict inference speed on Snapdragon 865 |
|
| 29 |
+
| `calculate_savings(daily_queries, cloud_cost_per_1k)` | Cloud vs on-device cost comparison |
|
| 30 |
+
| `search_models(query)` | Search the dispatchAI model catalog |
|
| 31 |
+
|
| 32 |
+
## Usage in Claude Desktop
|
| 33 |
+
|
| 34 |
+
```json
|
| 35 |
+
{
|
| 36 |
+
"mcpServers": {
|
| 37 |
+
"dispatchai-hub": {
|
| 38 |
+
"url": "https://huggingface.co/spaces/dispatchAI/mcp-hub/mcp"
|
| 39 |
+
}
|
| 40 |
+
}
|
| 41 |
+
}
|
| 42 |
+
```
|
| 43 |
+
|
| 44 |
+
Or in Cursor: Settings → MCP → Add Server → `https://huggingface.co/spaces/dispatchAI/mcp-hub/mcp`
|
| 45 |
+
|
| 46 |
+
## Individual Tools
|
| 47 |
+
|
| 48 |
+
Prefer individual tools? Each is also available as a standalone Space:
|
| 49 |
+
|
| 50 |
+
- [Model Recommender](https://huggingface.co/spaces/dispatchAI/mcp-model-recommender)
|
| 51 |
+
- [Latency Estimator](https://huggingface.co/spaces/dispatchAI/mcp-latency-estimator)
|
| 52 |
+
- [Cost Calculator](https://huggingface.co/spaces/dispatchAI/mcp-cost-calculator)
|
| 53 |
+
- [Arabic Translate](https://huggingface.co/spaces/dispatchAI/mcp-arabic-translate)
|
| 54 |
+
- [Summarize](https://huggingface.co/spaces/dispatchAI/mcp-summarize)
|
| 55 |
+
- [GGUF Inspector](https://huggingface.co/spaces/dispatchAI/mcp-gguf-inspector)
|
| 56 |
+
|
| 57 |
+
🚀 [dispatchAI](https://huggingface.co/dispatchAI) — Small. Mobile. Free. UAE-built.
|