Skip to main content
Glama
rajesh-taylor

@refueler/mcp-server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REFUELER_RAILNoRail to use: identity (default) or anonymousidentity
REFUELER_API_BASENoBase URL for the Refueler Share APIhttps://api.share.refueler.io
REFUELER_LIVE_KEYYesrfs_live_... identification key from your Refueler dashboard
REFUELER_SIGN_KEYYesrfs_sign_... request-signing key from your Refueler dashboard
REFUELER_ANON_CREDITSNoLocal path to anonymous credit stack JSON (anonymous rail, coming in a future release)

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
refueler_capabilitiesA

Fetch current Refueler Share service capabilities, rate card, and feature flags. Call this before any send to gate behaviour on live server state. Unauthenticated, free, costs nothing.

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 1 tool

Disambiguation5/5

With a single tool there is no possibility of misselection or overlapping purpose. Its intent (fetch server capabilities/rate card before sending) is unambiguous.

Naming Consistency4/5

The lone name refueler_capabilities is snake_case and namespaced, which is readable and predictable. It is noun-based rather than a verb_noun action pattern, but consistency cannot really be violated with one tool.

Tool Count2/5

A single tool is far too thin for a server whose description implies a send workflow. There is no operation to actually do anything, making the surface feel like a stub.

Completeness1/5

The tool explicitly exists as a precondition for 'any send', yet no send, quote, status, or account operation is exposed. The advertised domain is essentially uncovered, leaving agents at a dead end.

Maintenance

ActivityMaintained
ResponsivenessNo issues