Skip to main content
Glama
toni0402-han

toni-mcp-server

by toni0402-han

Related Servers

Alternatives to toni-mcp-server

No user-submitted related servers found.

    Related Servers

    • F
      license
      B
      quality
      D
      maintenance
      A TypeScript MCP server boilerplate providing example tools and resources for rapid development of custom Model Context Protocol servers.
      8
      -
    • F
      license
      B
      quality
      D
      maintenance
      A boilerplate project for quickly developing Model Context Protocol (MCP) servers using TypeScript, including example tools and resources to get started.
      4
      -
    • F
      license
      Not graded
      quality
      D
      maintenance
      A boilerplate project for quickly developing Model Context Protocol (MCP) servers using TypeScript, with example tools (calculator, greet) and resources (server info) pre-implemented.
      25 npm
      -
    • A
      license
      B
      quality
      D
      maintenance
      A template/boilerplate project for building Model Context Protocol (MCP) servers with TypeScript. Provides a starting point with configuration examples, development tools, and debugging setup.
      2
      1
      MIT
    • F
      license
      A
      quality
      D
      maintenance
      A starter project for rapidly developing Model Context Protocol servers using TypeScript and the official SDK. It includes pre-implemented examples of tools and resources to help developers jumpstart their custom MCP server development.
      6
      -
    • F
      license
      Not graded
      quality
      D
      maintenance
      A template project for quickly building Model Context Protocol (MCP) servers using TypeScript and the official SDK. It includes pre-configured examples for tools and resources to help developers jumpstart their custom MCP server development.
      25 npm
      -

    TDQS

    B3.4/5.0

    Scored across 7 tools

    Disambiguation5/5

    Each tool targets a clearly distinct operation: greeting, arithmetic, image generation, time lookup, geocoding, weather, and article search. There is no overlap in purpose, so an agent can select the right tool unambiguously. The geocode/get-weather pair even composes cleanly rather than conflicting.

    Naming Consistency2/5

    Conventions are mixed: bare words (greet, calc, geocode), kebab-case (generate-image, get-weather), and snake_case (now_time, search_articles). Verb styles also vary, with some names having no verb at all. No single predictable pattern emerges.

    Tool Count5/5

    Seven tools is well within the healthy 3-15 range and each represents a discrete, self-contained capability. No tool feels redundant or padded, and the set is not so thin that obvious needs are unmet.

    Completeness4/5

    As a grab-bag of stateless utilities, each tool fully covers its single operation (compute, fetch, generate) with no dead ends, and geocode feeds get-weather. The surface is hard to call complete since there is no defined domain lifecycle, but no major gaps are apparent.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues