Skip to main content
Glama
ColinEdw

fomo-mcp

by ColinEdw

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FOMO_CA_IDNoOptional. Binds requests to the session that minted the tokens.
FOMO_ID_TOKENYesThe ID token used as Bearer token on every API call. Lasts about an hour. Can be obtained from the Authorization header of any request to prod-api.fomo.family after logging in at fomo.family.
FOMO_ACCESS_TOKENYesPrivy API token.
FOMO_REFRESH_TOKENYesLong-lived token used to keep the Privy session alive via POST /api/v1/sessions.

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
fomo_get_user_by_handleB

Get a fomo.family user by handle

fomo_get_userC

Get a fomo.family user by id

fomo_get_following_idsB

Ids of users the current account follows

fomo_search_usersA

Fuzzy-search users by term

fomo_get_user_swapsA

Swap history for a user, optionally filtered to one token

fomo_get_user_rankC

Leaderboard rank cut for a user (all-time, 24h, 7d, 30d)

fomo_get_spotlightC

Best trades and comments for a user

fomo_get_recommended_usersB

Recommended users for an account

fomo_get_balancesC

Token balances for a user

fomo_get_pnl_equity_seriesC

PnL/equity series. timestamp is ISO (start of window)

fomo_get_snapshot_by_idC

PnL/equity at one snapshot id

fomo_get_leaderboardC

User leaderboard. window: 24h, 7d, 30d, all

fomo_get_clan_leaderboardC

Clan leaderboard by window

fomo_search_clansC

Search clans by term

fomo_get_clanC

Clan detail, optionally for a window (e.g. 7d)

fomo_get_clan_holdingsC

Token holdings of a clan

fomo_get_clan_holding_breakdownC

Per-member breakdown of one clan holding

fomo_get_clan_feedD

Clan activity feed

fomo_get_tradesC

Trades, filterable by user, close order and token

fomo_get_tradeC

Single trade with token metadata

fomo_get_trade_commentsC

Comments on a trade, paged by lastCommentId

fomo_request_swap_quoteB

Quote a swap. Token ids are :, amount in base units

fomo_filter_tokensC

Batch token market data by token id

fomo_search_tokensC

Search tokens by phrase

fomo_token_detailsB

Buy/sell counts, volumes, holders for a token id

fomo_token_warningsC

Allowlist / buy-sell flags for a token

fomo_verified_tokensD

Verified token list

fomo_top_holdersC

Top holders for a list of tokens

fomo_dev_holdingsC

Dev holdings for a token

fomo_friends_holdingsC

Which friends hold which tokens

fomo_token_allow_listD

Detailed token allowlist

fomo_ohlcvC

Candles. chain like evm:4663, period like 1m

fomo_token_feedD

Swap feed for a token

fomo_token_thesisD

Thesis posts for a token

fomo_token_sorted_thesisD

Thesis posts with time paging

fomo_trading_activityC

Global trading activity feed

fomo_get_watchlistC

Current watchlist

fomo_add_watchlistC

Add a token to the watchlist

fomo_remove_watchlistB

Remove a token from the watchlist

fomo_transfers_withD

Transfers with another user

fomo_supported_transfer_tokensC

Tokens supported for transfers

fomo_get_configD

App config

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2/5.0

Scored across 42 tools

Disambiguation2/5

Multiple tools overlap: fomo_token_warnings, fomo_token_allow_list, and fomo_verified_tokens all describe token status/allowlist data; fomo_token_thesis and fomo_token_sorted_thesis are near-duplicates; fomo_get_user_swaps, fomo_get_trades, fomo_trading_activity, and fomo_token_feed all expose trade/swap feeds. An agent would need to understand subtle scope differences to choose the right tool.

Naming Consistency3/5

Most tools share the fomo_ prefix and snake_case, and many use verb-first names like fomo_get_* and fomo_search_*. However, a substantial minority use bare noun phrases (fomo_ohlcv, fomo_token_details, fomo_top_holders, fomo_token_allow_list) and fomo_transfers_with is an odd verb form, so the pattern is readable but inconsistent.

Tool Count2/5

With 42 tools, the surface is well above the 25-tool threshold and creates significant selection overhead. Several tools could be consolidated, such as the thesis variants, token allowlist variants, and overlapping trade/swap feeds.

Completeness3/5

Read coverage is extensive across users, clans, trades, tokens, watchlist, and transfers, but the surface has dead ends: comments can be read but not created, swap quoting is present without swap execution, and transfer tools only query history. Core analytics workflows are covered, but transactional/social actions are missing.

Maintenance

ActivityMaintained
ResponsivenessNo issues