Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AUDIT_LOG_PATHNoPath to audit log file (NDJSON, append-only). Default: ./l402-search-mcp-audit.log./l402-search-mcp-audit.log
HTTP_TIMEOUT_MSNoHTTP timeout in milliseconds. Default: 1500015000
SEARCH_SERVICE_URLNoURL of the L402 search endpoint. Default: https://llmops-search.fly.devhttps://llmops-search.fly.dev
CHALLENGE_TTL_SECONDSNoTime-to-live for challenges in seconds. Default: 900900

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
searchA

No-KYC web search, paid per query in Lightning sats (L402). Call with just query → returns a bolt11 invoice + payment_hash. Pay the invoice with your wallet tool (e.g. nwc_pay_invoice), then call again with the SAME query plus payment_preimage from the pay result → returns JSON results. Each payment buys exactly one search of exactly that query.

search_service_infoA

Free: status of the configured L402 search endpoint — reachability, price, and how the payment flow works.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: 'search' performs a paid query, while 'search_service_info' provides free metadata about the service. There is no overlap in functionality.

Naming Consistency4/5

Both tools start with 'search', but one is a single verb while the other is a compound noun. The pattern is mostly consistent, though not fully uniform.

Tool Count3/5

With only 2 tools, the surface is minimal. For the niche L402 search domain, it may be sufficient, but it feels slightly thin compared to typical integration scopes.

Completeness3/5

The set covers the core workflow: check service status and perform a paid search. However, missing features like invoice management or search history create minor gaps for advanced use cases.

Maintenance

ActivitySlowing
ResponsivenessNo issues