Skip to main content
Glama
alexandresanlim

mcp-server-ddd-template

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get-recommended-feesB

Get recommended fees for Bitcoin

get-pingA

Get ping to check service is working

get-blockA

Returns details about a block from hash

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct purpose: block details, health check, and fee recommendations. There is no overlap or ambiguity.

Naming Consistency5/5

All tools follow a consistent 'get-' prefix with hyphenated lowercase naming, forming a clear pattern.

Tool Count4/5

Three tools is a reasonable count for a minimal Bitcoin service, though the server's purpose as a template might justify even fewer.

Completeness3/5

The set covers block retrieval, health checking, and fee recommendations, but lacks common Bitcoin operations like transaction handling, making it somewhat incomplete for a full service.

Maintenance

ActivityInactive
ResponsivenessNo issues