Renzo
commited on
Commit
Β·
3e602d8
1
Parent(s):
5080c58
Add demo video link and enhance README with features overview
Browse files
README.md
CHANGED
|
@@ -12,4 +12,19 @@ short_description: Executes geo-calculations without third-party APIs
|
|
| 12 |
tag: mcp-server-track
|
| 13 |
---
|
| 14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 12 |
tag: mcp-server-track
|
| 13 |
---
|
| 14 |
|
| 15 |
+
# π Geocalc MCP Server
|
| 16 |
+
|
| 17 |
+
A Model Context Protocol (MCP) server that provides geographic calculation tools for AI models.
|
| 18 |
+
|
| 19 |
+
## π₯ Demo Video
|
| 20 |
+
|
| 21 |
+
[Watch the demo video](https://drive.google.com/file/d/1ii642MrCFl4k9Ikz7WXKtFXl5jiMBdmn/view?usp=sharing) to see how the MCP server works in action.
|
| 22 |
+
|
| 23 |
+
## Features
|
| 24 |
+
|
| 25 |
+
- Address geocoding
|
| 26 |
+
- Distance calculations
|
| 27 |
+
- Route planning with visualization
|
| 28 |
+
- Optimized for context window efficiency
|
| 29 |
+
|
| 30 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
app.py
CHANGED
|
@@ -113,6 +113,10 @@ with gr.Blocks() as about_tab:
|
|
| 113 |
3. Use Extract tools to get specific metrics
|
| 114 |
4. Use Generate Route Map to visualize the route
|
| 115 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 116 |
## If you have any questions or feedback, please don't hesitate to reach me.
|
| 117 |
|
| 118 |
[GitHub](https://github.com/renzo4web)
|
|
|
|
| 113 |
3. Use Extract tools to get specific metrics
|
| 114 |
4. Use Generate Route Map to visualize the route
|
| 115 |
|
| 116 |
+
## π₯ Demo Video
|
| 117 |
+
|
| 118 |
+
[Watch the demo video](https://drive.google.com/file/d/1ii642MrCFl4k9Ikz7WXKtFXl5jiMBdmn/view?usp=sharing) to see how the MCP server works in action.
|
| 119 |
+
|
| 120 |
## If you have any questions or feedback, please don't hesitate to reach me.
|
| 121 |
|
| 122 |
[GitHub](https://github.com/renzo4web)
|