Skip to main content
Glama

Related Servers

Alternatives to K-Targo Subway MCP Server

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables querying real-time air quality measurements, integrated air quality index (CAI), and monitoring station information from Korea's Air Korea OpenAPI, including station search and nearby station lookup.
      MIT
    • A
      license
      B
      quality
      B
      maintenance
      Enables natural language queries to KORAIL public data including station facilities, train operations, statistics, freight, and urban rail information across various AI clients.
      98
      3
      MIT
    • A
      license
      A
      quality
      B
      maintenance
      Provides South Korean real estate transaction price lookup (sales and rent) for apartments, row houses, single-family homes, and officetels via MCP tools using public data from data.go.kr.
      8
      6 npm
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables querying Korean air quality forecasts, weekly ultrafine dust forecasts, high-concentration PM2.5 forecasts, particulate matter alarm statuses, ozone advisories, and yellow dust advisories from the AirKorea OpenAPI.
      MIT

    TDQS

    A3.5/5.0

    Scored across 3 tools

    Disambiguation5/5

    Each tool has a clearly distinct purpose: get_all_subway_timetables retrieves comprehensive timetables for all days and directions, get_subway_timetable provides filtered timetables by day and direction, and search_subway_station finds station information. There is no overlap or ambiguity between these functions.

    Naming Consistency5/5

    All tool names follow a consistent snake_case pattern with a clear verb_noun structure: get_all_subway_timetables, get_subway_timetable, and search_subway_station. The naming is predictable and readable throughout.

    Tool Count3/5

    With only 3 tools, the server feels thin for a subway domain that might benefit from additional operations like route planning or real-time status. However, the tools cover core timetable and station search functions, making it borderline but functional.

    Completeness4/5

    The tools provide good coverage for timetable retrieval and station search, but there are minor gaps such as missing operations for route calculation, fare information, or real-time updates. Agents can work around these with the available tools for basic queries.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues