Skip to main content
Glama
oleksii-donets

simple_mcp

Related Servers

Alternatives to simple_mcp

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables connecting a LangChain client to math and weather services over both stdio and Streamable HTTP transports, allowing tool invocation for arithmetic operations and deterministic weather forecasts.
      GPL 3.0
    • F
      license
      Not graded
      quality
      D
      maintenance
      Provides math and weather tools accessible via LangGraph agent using MCP protocol with stdio and streamable HTTP transports.
      1
      -
    • F
      license
      D
      quality
      D
      maintenance
      Provides basic mathematical operations (addition, subtraction, multiplication, division) through a calculate tool. Supports both stdio and HTTP/SSE transport modes.
      1
      10 npm
      -
    • A
      license
      Not graded
      quality
      C
      maintenance
      A zero-dependency Python framework for building Model Context Protocol servers using a simple @tool decorator, with support for stdio and SSE transports.
      MIT
    • F
      license
      Not graded
      quality
      C
      maintenance
      Exposes local Python tools via a persistent Streamable HTTP endpoint, allowing an OpenAI Agents SDK notebook to discover and invoke them while using Groq for reasoning and tool selection.
      -

    TDQS

    A3.9/5.0

    Scored across 2 tools

    Disambiguation5/5

    The two tools, random_float and wait, have completely distinct purposes—one generates a random number and the other introduces a delay. There is no ambiguity whatsoever.

    Naming Consistency4/5

    Both names are in lowercase snake_case, but random_float is a noun phrase while wait is a verb, creating a minor inconsistency in style. However, with only two tools, the names are clear and identifiable, so the deviation is negligible.

    Tool Count3/5

    The server exposes only two tools, which feels thin for a general-purpose utility server. However, the scope itself is extremely narrow (random number and delay), so the count is borderline—not excessive, but minimal for broader use cases.

    Completeness3/5

    The domain appears to be basic utility operations, but with only two tools, there are obvious gaps such as random integer generation or more granular timing controls. The surface is too minimal to consider it complete for any meaningful utility purpose.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues