Skip to main content
Glama

Related Servers

Alternatives to MCP Playground

No user-submitted related servers found.

    Related Servers

    • F
      license
      Not graded
      quality
      C
      maintenance
      A sample employee database exposed as an MCP server, enabling AI agents to search employees and query organizational structure.
      -
    • F
      license
      Not graded
      quality
      D
      maintenance
      An employee-analytics MCP server backed by SQLite with pre-seeded sample data, providing tools for common SQL analytics such as top N earners, department averages, window functions, and subqueries.
      -
    • A
      license
      Not graded
      quality
      D
      maintenance
      An open-source MCP server that imports HR CSV data into an in-memory SQLite database for structured querying and metadata retrieval. It enables users to perform read-only SQL queries and structured searches on employee data through natural language.
      MIT
    • A
      license
      Not graded
      quality
      D
      maintenance
      MCP server providing natural-language tools for managing and querying an employee database, including user CRUD, search, and statistics.
      MIT
    • F
      license
      Not graded
      quality
      C
      maintenance
      An employee-analytics MCP server backed by SQLite that provides hand-written SQL queries for common analytics tasks like salary ranking and department statistics. It self-seeds sample data, enabling immediate testing of GROUP BY, window functions, NULL handling, and subqueries.
      -
    • A
      license
      Not graded
      quality
      D
      maintenance
      This MCP server imports HR CSV data into an in-memory SQLite database to enable structured querying and metadata retrieval. It provides tools for executing read-only SQL queries and searching employee records through a standardized JSON-RPC interface.
      MIT

    TDQS

    D1.6/5.0

    Scored across 3 tools

    Disambiguation3/5

    get_users and get_all_employee_profiles likely serve similar purposes, potentially causing confusion. Without descriptions, an agent may select the wrong tool.

    Naming Consistency4/5

    All tools follow a verb_noun pattern (get_, send_), but the noun forms are inconsistent: 'users' versus 'all_employee_profiles' and 'email'.

    Tool Count3/5

    With only 3 tools, the set is small but might be adequate for a simple playground. The count is borderline but not extreme.

    Completeness2/5

    Missing basic CRUD operations for users/employees (create, update, delete) and limited email functionality (only send). Significant gaps for a typical management domain.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues