Skip to main content
Glama
zeroatflops

flopsindex-mcp

Related Servers

Alternatives to flopsindex-mcp

No user-submitted related servers found.

    Related Servers

    TDQS

    A4.3/5.0

    Scored across 5 tools

    Disambiguation4/5

    Most tools are clearly distinct: list_indices and search_indices serve discovery, verify checks a submitted value, and get_price/get_index fetch values. The only potential confusion is between get_price and get_index, but their descriptions clearly differentiate (full envelope vs. citation payload), so agents can pick correctly.

    Naming Consistency4/5

    Names follow a consistent verb_noun pattern: list_indices, search_indices, get_price, get_index. The outlier is 'verify', a bare verb lacking an explicit object, but it's still readable and fits the action-oriented style. Overall the pattern is predictable with one minor deviation.

    Tool Count5/5

    Five tools is a well-scoped number for a FLOPS index service. Each tool serves a distinct purpose (list, search, verify, fetch full, fetch citation), leaving no redundant or missing core operations. The count is appropriate for the domain.

    Completeness5/5

    The set covers the full lifecycle of working with FLOPS indices: discovering available indices (list_indices, search_indices), retrieving current values (get_price, get_index), and verifying cited values (verify). No obvious gaps exist; the read-only nature of the service means no update/delete is expected. The inclusion of a citation-specific payload further completes the workflow.

    Maintenance

    ActivitySlowing
    ResponsivenessNo issues