searoute_mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| compute_distanceC | Compute shortest oceangoing route distance in nautical miles. |
| compute_routeB | Compute shortest oceangoing route with distance and waypoints between two coordinates. |
| compute_geodesicA | Compute geodesic great-circle distance in nautical miles (ignores route, this is shortest distance on a sphere). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool serves a distinct purpose: computing oceangoing route distance, geodesic great-circle distance, and full route with waypoints. No overlap or ambiguity.
All tool names follow a consistent verb_noun pattern (compute_distance, compute_geodesic, compute_route), making them predictable.
Three tools is an appropriate size for a focused maritime routing server, covering core functionality without bloat.
The set covers distance (route and geodesic) and route waypoints, but might lack options for routing preferences or alternative paths.