Skip to main content
Glama
1franky

Data Platform MCP

by 1franky

Related Servers

Alternatives to Data Platform MCP

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      C
      maintenance
      A minimal MCP server that provides a single 'hello' tool returning 'Hello, world!'.
      2
      6 npm
      MIT
    • F
      license
      Not graded
      quality
      D
      maintenance
      A demonstration MCP server implementation with Docker support that provides a simple hello-world tool and includes a web-based inspector for interactive testing and exploration of MCP tools.
      -
    • F
      license
      Not graded
      quality
      D
      maintenance
      A minimal MCP server that exposes a 'say_hello' tool and serves an Angular UI as an MCP App resource, demonstrating the MCP App architecture.
      -
    • A
      license
      A
      quality
      D
      maintenance
      A simple Model Context Protocol server that provides a hello world greeting tool, serving as a boilerplate template for quickly creating new MCP servers.
      1
      6 npm
      MIT
    • A
      license
      Not graded
      quality
      D
      maintenance
      A demonstration MCP server that provides basic utility tools including hello world functionality and string reversal operations. Shows how to build and deploy MCP tools using the MCPO orchestrator framework.
      GPL 3.0
    • A
      license
      Not graded
      quality
      D
      maintenance
      A simple MCP server built with MCPize providing hello and echo tools for demonstration purposes.
      1 npm
      MIT

    TDQS

    B3.1/5.0

    Scored across 29 tools

    Disambiguation3/5

    Several tools overlap in purpose, particularly hello_world vs health_check, and the family of generate_and_execute_query, generate_report, generate_sql, and execute_read_query. The descriptions help clarify boundaries, but the large number of similar actions creates potential for misselection.

    Naming Consistency4/5

    Most tools follow a consistent verb_noun pattern (list_schemas, execute_read_query, refresh_schema_cache). Minor deviations like hello_world, health_check, and generate_and_execute_query break the pattern, but the convention is largely readable and predictable.

    Tool Count2/5

    At 29 tools, the server exceeds the typical well-scoped range. There is notable redundancy (hello_world and health_check both check connectivity; separate SQL and Mongo execute tools could be unified) and the count feels heavy for an agent to navigate.

    Completeness4/5

    The tool surface covers schema discovery, SQL validation/execution/explanation, Mongo querying, document indexing, and connection management. Missing write operations for SQL/Mongo appear intentional for a read-only platform, so the gaps are minor.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues