Skip to main content
Glama
miyamamoto

JVLink MCP Server

by miyamamoto

Related Servers

Alternatives to JVLink MCP Server

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      D
      maintenance
      Enables natural language interaction with local SQLite databases through Claude Desktop, translating plain English queries into SQL for data analysis and exploration.
      3
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables natural language querying of a sales SQLite database. Provides read-only SQL execution and database statistics tools, allowing AI to answer sales questions using everyday Japanese.
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables Claude to query and manage databases (SQLite, SQL Server, PostgreSQL, MySQL) through natural language, supporting read/write operations and schema management.
      676 npm
      MIT
    • A
      license
      Not graded
      quality
      D
      maintenance
      Enables Formula 1 data analysis through natural language, providing tools like track dominance, lap time analysis, and team performance comparisons.
      Apache 2.0
    • F
      license
      Not graded
      quality
      D
      maintenance
      Query databases in plain English using Claude. Supports SQLite, CSV, PostgreSQL, and MySQL.
      1
      -
    • A
      license
      Not graded
      quality
      D
      maintenance
      Enables querying personal data synced from services like Lunch Money and Strava using SQL via Claude.
      6 npm
      1
      MIT

    TDQS

    C2.9/5.0

    Scored across 22 tools

    Disambiguation2/5

    Tools like get_database_schema, list_tables, get_database_overview, and get_table_info all appear to expose overlapping schema/table metadata, and get_query_examples, list_query_templates, and execute_template_query blur the line between examples, templates, and execution. The specialized analytics tools are well-separated, but there is still real ambiguity between arbitrary SQL search and template-driven execution.

    Naming Consistency3/5

    Most tool names use snake_case with a get_ or list_ prefix, which is readable and mostly predictable. However, the specialized stats tools are noun-first (jockey_stats, frame_stats, favorite_performance), and keiba_data_search does not follow the verb-first pattern, creating a mixed convention.

    Tool Count3/5

    At 22 tools, the server is on the heavy side, and several schema/template helpers overlap rather than earning a clearly distinct place. The specialized horse-racing analytics tools justify much of the count, but the maintenance tools and redundant metadata tools could be consolidated.

    Completeness4/5

    The server covers schema exploration, SQL validation, query generation/execution, templates, sample data, and common horse-racing analytics, which avoids most dead ends. Dedicated conveniences for race results or odds are missing, but the universal keiba_data_search tool makes the overall surface functionally complete.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues