Skip to main content
Glama
vinnyang

moat-mcp

by vinnyang

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DATABASE_URLNoPostgreSQL connection string for the database. If not provided, a development default is used.

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
queryA

Execute a SELECT-style query inside a read-only transaction on the Postgres business database.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool available, there is no possibility of confusion or overlap between tools. The single 'query' tool's purpose is clearly distinct by default.

Naming Consistency5/5

The tool name 'query' is a simple, accurate verb. With no other tools to compare against, the naming is trivially consistent.

Tool Count3/5

A single tool feels thin, even for a narrowly scoped query-only server. It borders on being under-scoped, though it could work for a very specific use case.

Completeness2/5

The server lacks schema discovery or metadata inspection tools, forcing agents to rely on prior knowledge of the database structure. This is a significant gap that could lead to failures when querying unfamiliar tables.

Maintenance

ActivityActive
ResponsivenessNo issues