skedgo/tripgo-mcp-server

skedgo/tripgo-mcp-server

от skedgo
MCP-сервер для интеграции с API TripGo: поиск транспортных локаций, отправлений и мультимодальное построение маршрутов. Полезен разработчикам ИИ-агентов для планирования поездок и анализа транспорта.

TripGo MCP Server

Trust Score

The is a remote MCP server that wraps the TripGo API and provides the following tools:

  • tripgo-locations: Retrieve transport-related locations
  • tripgo-departures: Departures from a specific public transport stop
  • tripgo-routing: Mixed and multi-modal trip planning
  • tripgo-get-trip-url: Get the URL of a trip previously calculated using the tripgo-routing tool

The MCP server is deployed on Cloudflare Workers.

Connect directly to remote MCP

The MCP server is deployed on Cloudflare Workers. You can connect to it directly using the URL https://tripgo-mcp-server.skedgo-account.workers.dev/mcp.

Connect Claude Desktop to public MCP server

You can also connect to your remote MCP server from local MCP clients, by using the mcp-remote proxy.

To connect to your MCP server from Claude Desktop, follow Anthropic's Quickstart and within Claude Desktop go to Settings > Developer > Edit Config.

Use with this configuration:

{
  "mcpServers": {
    "TripGo": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://tripgo-mcp-server.skedgo-account.workers.dev/mcp"
      ]
    }
  }
}
tripgo-departures

Параметры

  • regionstringобязательный

    Region code for the transit system

  • stopCodesstring[]обязательный

    List of stop codes to get departures for

  • timeStampstring

    ISO datetime string for departure time

  • limitnumber

    Maximum number of departures to return

tripgo-get-trip-url

Параметры

  • tripURLstringобязательный

    URL of the trip to fetch as previously returned by tripgo_routing

tripgo-locations

Параметры

  • latnumberобязательный

    Latitude of the search center

  • lngnumberобязательный

    Longitude of the search center

  • radiusnumber

    Search radius in meters

  • modesstring[]

    Transportation modes to include in results

  • limitnumber

    Maximum number of locations to return

tripgo-routing

Параметры

  • fromLatnumberобязательный

    Latitude of the origin location

  • fromLngnumberобязательный

    Longitude of the origin location

  • toLatnumberобязательный

    Latitude of the destination location

  • toLngnumberобязательный

    Longitude of the destination location

  • departureTimestring

    ISO datetime string for departure time

  • arrivalTimestring

    ISO datetime string for arrival time

  • modesstring[]

    Transportation modes to include.

  • maxWalkingTimenumber

    Maximum walking time in minutes

  • wheelchairboolean

    Whether to include wheelchair accessible options

  • limitnumber

    Maximum number of results to return

Другие проверенные MCP-сервера

debridge-finance/debridge-mcp

debridge-finance/debridge-mcp

официальный

MCP сервер deBridge для ИИ-агентов: выполняет кросс-чейн и внутрисетевые свопы, оценивает комиссии и торгует на основных блокчейнах. Упрощает взаимодействие агентов с DeFi, ускоряя развертывание торговых сценариев.

TypeScript32
heurist-network/heurist-mesh-mcp-server

heurist-network/heurist-mesh-mcp-server

официальный

Сервер MCP на базе Heurist Mesh для Web3-аналитики: 30+ AI-агентов для анализа трендов, токенов и кошельков. Интегрируется с Claude, Cursor, оптимизирован для AI. Полезен разработчикам и трейдерам.

Python66
Timeweb MCP

Timeweb MCP

официальный

MCP сервер для автоматизации деплоя приложений в Timeweb Cloud. Создавайте приложения, базы данных, VPC и floating IP прямо из чата. Сервер сам определяет параметры проекта и фреймворк. Идеально для быстрого развертывания в облаке.

TypeScript25
Gitlab MCP

Gitlab MCP

GitLab MCP сервер для AI-клиентов: управляйте проектами, merge request, issues, pipelines, wiki и релизами. Поддерживает PAT, OAuth, read-only режим и удаленную авторизацию. Работает с VS Code, Claude, Cursor и другими MCP инструментами.

TypeScript1819
mnemox-ai/idea-reality-mcp

mnemox-ai/idea-reality-mcp

официальный

MCP-сервер автоматически проверяет, не сделал ли кто-то уже вашу идею. Сканирует GitHub, Hacker News и другие источники, возвращает оценку реалистичности (0-100) с трендами и советами по пивоту. По...

Python760
AIDC-AI/Pixelle-MCP

AIDC-AI/Pixelle-MCP

официальный

Pixelle — MCP сервер для генерации контента (текст, изображения, звук, видео) через ComfyUI. Поддерживает локальный и облачный режимы, превращает рабочие процессы в MCP инструменты без единой строк...

Python1089
© Каталог MCP, 2026. Все права защищены.
Проект не аффилирован с Anthropic и любыми упомянутыми продуктами.
Все названия и торговые марки принадлежат их владельцам.
Контакты для связи: hi@mcp-katalog.ru

Лука Никитин