Skip to main content
Glama
yasinozen35

free-etf-flows-mcp

by yasinozen35

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ETF_FLOWS_API_KEYNoYour Pro API key for the ETF Flows MCP server. If omitted or empty, the server runs in Free Preview Mode (limited to 3 latest records with a 1-day delay).

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_latest_etf_flowsA

Fetch the most recent Spot ETF flow records for a given ticker (BTC or ETH).

Args: ticker: The asset ticker, either 'BTC' or 'ETH' (default 'BTC')

query_etf_flows_by_date_rangeA

Query historical ETF flows within a specific date range.

Args: start_date: Start date in YYYY-MM-DD format end_date: End date in YYYY-MM-DD format ticker: Optional asset ticker ('BTC' or 'ETH') to filter the query

get_pro_access_infoA

Get information on how to upgrade to a Pro API Key for unlimited real-time Spot ETF flow queries.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.3/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a distinct purpose: one fetches latest flows, one queries a date range, and one provides account upgrade info. No overlap or ambiguity in their roles.

Naming Consistency4/5

All names follow a verb-noun pattern, but 'query' in the second tool is a slight deviation from the 'get' used in the other two. Overall, names are clear and predictable.

Tool Count4/5

Three tools is a reasonable count for a focused ETF flow server, though it sits at the lower boundary of the typical well-scoped range. The purpose is narrow, so the count feels appropriate.

Completeness4/5

The tools cover the core data retrieval needs: latest flows and historical range queries. A minor gap is the lack of a direct 'get all flows' without a date range, but users can work around with broad dates. The pro access tool adds useful context.

Maintenance

ActivitySlowing
ResponsivenessNo issues