Skip to main content
Glama
stevyf93II

catalog-mcp

by stevyf93II

Related Servers

Alternatives to catalog-mcp

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      An MCP server that enables AI agents to generate, search, and reason over knowledge graphs from code, databases, docs, and open-data portals without requiring an LLM or API key.
      Apache 2.0
    • A
      license
      Not graded
      quality
      A
      maintenance
      A dead-simple, self-hosted MCP server for querying your databases with AI agents.
      105 PyPI
      2
      MIT
    • A
      license
      Not graded
      quality
      A
      maintenance
      An integration layer for AI agents that provides a catalog of tools from various sources (OpenAPI, GraphQL, MCP, etc.) and can be used as an MCP server for compatible agents.
      3,915
      MIT
    • F
      license
      Not graded
      quality
      A
      maintenance
      An MCP server that exposes relational databases (PostgreSQL/MySQL) to AI agents with natural language to SQL query support.
      19
      -
    • A
      license
      A
      quality
      B
      maintenance
      An MCP server that speaks GraphQL, enabling AI agents to read the schema and compose precise queries with nested relations and field selection.
      4
      MIT

    TDQS

    A4/5.0

    Scored across 7 tools

    Disambiguation3/5

    catalog_values and catalog_count_by both return per-value occurrence counts, catalog_top is essentially a sorted special case of catalog_query, and catalog_stats overlaps with catalog_schema's min/max summaries. Each tool has a slightly different focus, but the boundaries are fuzzy enough that an agent could easily misselect.

    Naming Consistency4/5

    All tool names share the catalog_ prefix and snake_case, so the namespace is predictable. The suffixes are not uniformly verb_noun—schema/stats/values are nouns while get/query/count_by/top are verb-like—so it is mostly consistent rather than perfectly patterned.

    Tool Count5/5

    Seven tools is a well-scoped size for a catalog exploration server: enough for schema discovery, statistics, filtering, record retrieval, grouping, and value enumeration without bloat.

    Completeness5/5

    For a read-only catalog/exploration domain, the set covers the full workflow: understand the schema, inspect summary statistics, learn field vocabulary, filter/sort/page records, fetch by id, and aggregate/rank. No obvious dead-end operation is missing.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues