Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HTTP_HOSTNoHTTP bind address when using HTTP transport.127.0.0.1
MCP_HTTP_PORTNoHTTP port when using HTTP transport.3000
MCP_TRANSPORTNoTransport mode: 'stdio' or 'http'.stdio
VFAT_METRICS_API_URLNoUpstream base URL for the vfat Metrics API.https://info-api.vf.at
VFAT_METRICS_TIMEOUT_MSNoRequest timeout in milliseconds.15000

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_vfat_positionsA

Returns all current vfat/Sickle positions reported for an EVM admin address, including provider metrics and underlying position fields.

get_vfat_positionA

Finds a single position by NFT/token ID among the positions reported for an EVM admin address.

get_vfat_portfolio_summaryA

Returns a compact cross-chain position count, protocol breakdown, range status and provider-derived USD totals for an EVM admin address.

get_vfat_position_actionsA

Returns transaction-grouped lifecycle actions for one vfat/Sickle NFT position, including deposits, rebalances, cashflows, token deltas, dust, rewards and swaps.

get_vfat_position_value_historyA

Returns a chronological time series of position value, normalized underlying token balances and in-range status across NFT migrations and rebalances.

get_vfat_position_performanceA

Returns a chronological APR, ROI, PnL, realized PnL and balance time series for one vfat/Sickle NFT position.

export_vfat_position_csvA

Exports transaction actions, position value history or performance history as RFC-style CSV text for reproducible analysis.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 7 tools

Disambiguation5/5

Each tool targets a distinct aspect: portfolio summary aggregates across chains, positions list all, position finds one, actions provide lifecycle events, value history and performance provide different time series, and export handles CSV output. No two tools overlap in purpose.

Naming Consistency5/5

All tools follow a consistent verb_vfat_noun pattern: get_ or export_ prefix, vfat_ domain marker, and a specific resource or metric. Singular/plural forms are used logically for list vs. single item.

Tool Count5/5

Seven tools is well-scoped for a DeFi metrics server, covering summary, list, detail, history, performance, and export without excess. Each tool earns its place.

Completeness5/5

The toolset covers the full read-only analytics surface for vfat positions: portfolio-level summary, position listing, detail lookup, transaction actions, value history, performance metrics, and CSV export. No obvious gaps for the stated purpose.

Maintenance

ActivitySlowing
ResponsivenessNo issues