Skip to main content
Glama
mitchallen

random-mcp-server

by mitchallen

Related Servers

Alternatives to random-mcp-server

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      B
      maintenance
      MCP server that wraps the StupidAPIs' 'The Committee' tool, which convenes five random number generators to argue and vote with one always dissenting.
      20 npm
      MIT
    • A
      license
      Not graded
      quality
      D
      maintenance
      A simple MCP server that provides tools for generating unique IDs in several formats, useful for when you need an LLM to create data containing new IDs.
      Eclipse Public 2.0
    • F
      license
      Not graded
      quality
      C
      maintenance
      A simple MCP server that generates random jokes with setup and punchline
      -
    • F
      license
      A
      quality
      D
      maintenance
      An MCP server that provides tools to interact with the JSONPlaceholder fake REST API for testing and prototyping, supporting CRUD operations on posts, comments, todos, and users.
      7
      -
    • A
      license
      Not graded
      quality
      C
      maintenance
      An MCP server that answers one question well: 'has this JSON changed since I last saw it?'
      MIT

    TDQS

    A3.9/5.0

    Scored across 4 tools

    Disambiguation5/5

    Each tool has a distinct purpose: counting records, retrieving by ID, listing with options, and server health. No ambiguity among them.

    Naming Consistency4/5

    Most tools follow verb_noun pattern (count_records, get_record, list_records), but server_info deviates as a noun_verb? phrase, causing minor inconsistency.

    Tool Count5/5

    Four tools is well-scoped for a simple read-only data server, each tool earns its place without unnecessary complexity.

    Completeness3/5

    The server covers basic read operations (list, get, count) but lacks create, update, delete functionalities, leaving notable gaps for a full data API.

    Maintenance

    ActivityActive
    ResponsivenessNo issues