Skip to main content
Glama
hlucent

construction-alert-mcp

by hlucent

Related Servers

Alternatives to construction-alert-mcp

No user-submitted related servers found.

    Related Servers

    • F
      license
      Not graded
      quality
      A
      maintenance
      Personal job posting management MCP server that fetches job postings from multiple Korean job sites and stores them for LLM analysis, enabling timeline tracking and cover letter draft management.
      1
      -
    • A
      license
      A
      quality
      A
      maintenance
      MCP server that wraps the Korean government's '나라장터 사전규격정보서비스' API, enabling natural language search and retrieval of public procurement pre-specifications through simplified tools.
      5
      45 npm
      MIT
    • F
      license
      Not graded
      quality
      B
      maintenance
      MCP server for searching and recommending Korean public resources (rooms, facilities, parking, etc.) using a static snapshot of the eShare OPEN API, with read-only tools for filtered search, detail, recommendation, and filter options.
      1
      -
    • A
      license
      Not graded
      quality
      C
      maintenance
      MCP server for querying Korean school budget, unit projects, and special plans through the School Alert (학교알리미) open data API.
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Remote MCP server for querying Korean statutes, precedents, administrative rules, and local ordinances via the National Law Information Center API without requiring user API keys. It includes caching, global rate limiting, and deployment on Vercel.
      MIT

    TDQS

    A3.6/5.0

    Scored across 4 tools

    Disambiguation2/5

    The two search tools—search_construction_projects and search_construction_work_by_district—both accept district or keyword searches and return overlapping project metadata, so an agent can easily select the wrong one. get_construction_project_photos and get_construction_progress are distinct, but the boundary between the two search tools is unclear.

    Naming Consistency4/5

    Tool names follow a consistent snake_case verb_noun pattern using search_ and get_ prefixes. Minor inconsistency exists because one tool uses 'work' instead of 'projects' and get_construction_progress is actually a search operation, but the overall pattern remains readable and predictable.

    Tool Count4/5

    Four tools is a reasonable size for a read-only construction information server. The set is not bloated, though one of the two overlapping search tools could arguably be eliminated.

    Completeness4/5

    The tool surface covers the core read-only needs: finding projects, viewing progress, and retrieving photos. It lacks a direct project-code lookup or document/notice retrieval, but agents can work around those gaps using the existing keyword searches.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues