MCP.so
登录

Searoute

@Project-Harrison

关于 Searoute

A Maritime Routing MCP Server that computes sea routes and geodesic distances using searoute and geopy. Built for maritime operations and research.

基本信息

分类

其他

传输方式

stdio

发布者

Project-Harrison

提交者

Project Harrison

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "searoute_mcp": {
      "command": "searoute-mcp",
      "args": [],
      "env": {}
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Searoute?

Searoute is an MCP server that integrates searoute-py with the Model Context Protocol to let LLM clients compute oceangoing distances, generate full sea routes with waypoints in GeoJSON format, and compare sea route distances against geodesic great-circle distances from latitude/longitude inputs.

How to use Searoute?

Key features of Searoute

  • Compute oceangoing distances between lat/lon points
  • Generate complete sea routes with waypoints (GeoJSON)
  • Compare sea route distances to great-circle distances

Use cases of Searoute

  • Maritime distance calculation for shipping and logistics
  • Generation of sea route waypoints for map visualization
  • Comparison of actual ocean route length vs. straight-line distance

FAQ from Searoute

评论

其他 分类下的更多 MCP 服务器