AgentFeed
Server Details
AgentFeed: 47 tools — our own liquidation tape + tokenized-equity peg data, paid in USDC.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- seekdaseek/agentfeed
- GitHub Stars
- 0
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.1/5 across 43 of 44 tools scored. Lowest: 3.5/5.
Each tool targets a very specific data point or analysis, with clear distinctions even among similar tools (e.g., cascade alert vs scan vs history, liquidation stats vs recent vs history). Descriptions explicitly differentiate scope and purpose, minimizing confusion.
All 44 tools follow a consistent 'get_' prefix with snake_case verb_noun pattern (e.g., get_btc_price, get_funding_extremes). No mixing of styles or inconsistent verbs.
With 44 tools, the count is high but each tool provides a unique data service within a broad domain (crypto perps, tokens, network, etc.). While comprehensive, the sheer number may overwhelm agents, pushing it to the upper edge of 'borderline' rather than 'well-scoped'.
The tool set covers an extensive range of crypto market data: perpetual futures (funding, liquidations, OI, order book, squeezes, spreads), token and wallet analytics, Solana network stats, DeFi TVL, and even niche features like World Cup betting markets. No obvious gaps for a data feed API.
Available Tools
47 toolsget_basisInspect
Perp-vs-spot basis for any USDT pair: premium/discount %, contango/backwardation read, funding context. Costs $0.01 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | USDT perp symbol e.g. SOLUSDT |
get_btc_priceInspect
Live BTC/USD spot price with confidence interval (Pyth oracle). Costs $0.001 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_cascade_alertInspect
Liquidation cascade detector for the 5 majors (SOL, BTC, ETH, XRP, DOGE): returns cascades active NOW - clustered same-side liquidations with symbol, side, USD total, prints, duration, severity (minor/major/extreme). Empty cascades array = no cascade in window. For all ~600 USDT perps across 3 exchanges, use get_cascade_scan. Costs $0.01 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
| window | No | lookback window seconds, 30-300, default 90 | |
| min_usd | No | min summed USD, default 50000 | |
| min_events | No | min prints to qualify, default 4 |
get_cascade_historyInspect
PAST liquidation cascades reconstructed from our tape: clustered same-side flush events with start/end, prints, USD total, peak print. get_cascade_alert tells you NOW; this tells you what already happened, up to 72h back. Costs $0.03 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
| gap_s | No | max gap seconds within an event, default 60 | |
| hours | No | 1-72, default 24 | |
| scope | No | ||
| symbol | No | USDT perp symbol e.g. SOLUSDT, BTCUSDT (default SOLUSDT) | |
| min_usd | No | min event USD, default 100k (250k for scope=all) |
get_cascade_scanInspect
FULL-UNIVERSE cascade scan: detects liquidation cascades across ~600 USDT perps on Bybit, OKX and Binance simultaneously - not just majors. Bybit is the only complete unthrottled liquidation tape in crypto and no exchange publishes history of it, so this coverage is not available anywhere else. Returns symbol, side, USD total, prints, duration, severity. Costs $0.05 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
| window | No | lookback window seconds, 30-300, default 90 | |
| min_usd | No | min summed USD, default 50000 | |
| min_events | No | min prints to qualify, default 4 |
get_dex_quoteInspect
Live Jupiter swap quote for any SPL pair: output amount, price impact, route. The real executable price on Solana, not an index price. Costs $0.005 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | amount in raw base units of input mint | |
| input_mint | Yes | input mint (base58) | |
| output_mint | Yes | output mint (base58) |
get_fear_greedInspect
Crypto Fear & Greed index (0-100) with classification. Free.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_funding_crossInspect
Funding for ANY USDT perp across Bybit + OKX + Hyperliquid in one call, with cross-venue spread and crowding read. (get_funding_rate covers SOL+BTC only.) Costs $0.01 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | USDT perp symbol e.g. SOLUSDT |
get_funding_extremesInspect
Most crowded trades across ~600 USDT perps: top most-positive and most-negative funding with annualized %, 24h price move and OI. Crowded shorts = squeeze candidates. Costs $0.02 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | top N each side, 1-25, default 10 | |
| min_turnover_usd | No | liquidity floor, default 1M |
get_funding_historyInspect
Funding-rate history for any USDT perp (up to 200 intervals): average, annualized, share of positive intervals — what the carry has actually been. Costs $0.005 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | intervals, 1-200, default 30 | |
| symbol | Yes | USDT perp symbol e.g. SOLUSDT |
get_funding_rateInspect
Current SOL and BTC perp funding rates, mark prices, open interest (Hyperliquid). Costs $0.002 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_jito_tipsInspect
Jito bundle tip floor percentiles (p25-p99, SOL) — what landed bundles are actually paying, with a landing recommendation. Costs $0.005 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_last_liquidationInspect
FREE taster: last SOL and BTC liquidation (15-min delayed). Real-time via get_recent_liquidations. Free.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_liq_heatmapInspect
Liquidation heatmap by PRICE LEVEL from our own tape: where leverage actually got flushed in the last N hours — USD, prints, long/short split per price zone, hottest zone flagged. Real prints, not entry-price estimates. Costs $0.05 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
| hours | No | lookback 1-168, default 24 | |
| symbol | Yes | USDT perp symbol e.g. SOLUSDT | |
| buckets | No | price buckets 5-50, default 20 |
get_liq_historyInspect
HISTORICAL liquidation tape, time-bucketed: total/long/short USD, prints, biggest print per bucket. Any USDT perp or the whole ~600-perp universe, up to 7 days back. Bybit is the only complete liq tape in crypto and no exchange publishes history of it — this data exists nowhere else. Costs $0.05 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
| hours | No | lookback 1-168, default 24 | |
| scope | No | all = whole universe | |
| symbol | No | USDT perp symbol e.g. SOLUSDT, BTCUSDT (default SOLUSDT) | |
| bucket_min | No | bucket minutes 5-1440, default 60 |
get_liquidation_leadersInspect
What is blowing up RIGHT NOW: top symbols ranked by liquidation USD across ~600 USDT perps on Bybit, OKX and Binance. Per symbol: total liquidated, long vs short split, biggest single print, venue count, dominant side. The fastest read on where leverage is being flushed. Costs $0.02 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | top N symbols, 1-50, default 10 | |
| window_min | No | lookback minutes, 5-1440, default 60 |
get_liquidation_statsInspect
Liquidation aggregates for the 5 majors (SOL, BTC, ETH, XRP, DOGE): 1h and 24h totals, longs vs shorts USD split, biggest print, broken out per exchange. Costs $0.004 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_long_shortInspect
Long/short account ratio for ANY USDT perp with 1h and 24h trend (retail crowding gauge). Costs $0.01 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | USDT perp symbol e.g. SOLUSDT |
get_market_snapshotInspect
SOL+BTC prices, funding rates, and Fear & Greed in one call. Costs $0.003 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_oi_spike_scanInspect
Abnormal open-interest jumps across ~600 USDT perps vs a 30min+ baseline — where new leverage is piling in, with funding and price context. Squeeze/flush precursor screener. Costs $0.02 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | top N, 1-25, default 10 |
get_open_interestInspect
Open interest for ANY USDT perp: Bybit OI in base + USD with 1h/24h change, plus OKX OI. (get_positioning covers SOL+BTC only.) Costs $0.01 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | USDT perp symbol e.g. SOLUSDT |
get_orderbook_imbalanceInspect
Bid/ask resting-liquidity imbalance within ±N bps of mid for any USDT perp: USD each side, ratio, skew read. Costs $0.01 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
| bps | No | window ±bps around mid, 5-500, default 50 | |
| symbol | Yes | USDT perp symbol e.g. SOLUSDT |
get_orderbook_wallsInspect
Largest resting orders each side of the book for any USDT perp, with USD size and distance from mid. Costs $0.01 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | walls per side, 1-15, default 5 | |
| symbol | Yes | USDT perp symbol e.g. SOLUSDT |
get_peg_deviationAInspect
Peg deviation for a tokenized US equity on Solana: on-chain DEX price vs the underlying last real trade, in bps, with 24h stats split into market-open and off-hours. Sampled every 5 minutes by our own collector; this tape exists nowhere else. Costs $0.02 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
| hours | No | lookback 1-168, default 24 | |
| symbol | Yes | Tokenized equity symbol e.g. CRCLx, MSTRx, COINx |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description bears full burden. It discloses the tool is read-only, has a cost, samples every 5 minutes, and uses a unique collector. It does not mention rate limits or error handling, but the cost and uniqueness are well stated.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three sentences, front-loading the core purpose and then adding unique context (data source, cost). Every sentence adds necessary information without fluff.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a paid tool with 2 parameters and no output schema, the description covers purpose, data source, cost, sampling, and time split. It lacks explanation of return value structure, which would be helpful, but overall it is sufficiently complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline is 3. The description adds value by providing example symbol formats (CRCLx, MSTRx, COINx) and implying the hours parameter via '24h stats', though it doesn't detail the range. The examples enhance understanding.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns peg deviation for tokenized US equities on Solana, specifying it measures on-chain DEX price vs underlying trade in bps with 24h stats split by market-open and off-hours. This distinguishes it from siblings like get_basis or get_spread_arb.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides context on data uniqueness and cost ($0.02 USDC per call), implying it's a premium data tool. However, it does not explicitly state when to use vs alternatives or when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_peg_sessionsAInspect
Peg deviation broken out by trading session (open, premarket, afterhours, overnight, weekend): mean, p95, max bps and median liquidity per session, with the worst off-hours window flagged. Market-open acts as the control. Costs $0.03 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | lookback 1-30, default 7 | |
| symbol | Yes | Tokenized equity symbol e.g. CRCLx, MSTRx, COINx |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It discloses cost ($0.03 USDC) and mentions flagged worst off-hours window and market-open control, but does not discuss idempotency, permissions, or side effects. Adequate but minimal.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences with key information front-loaded: purpose, metrics, cost. No redundant words, efficiently structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema, the description adequately hints at return structure (mean, p95, max bps, median liquidity per session, flagged worst window). Missing pagination or more detailed output format, but sufficient for context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% (both parameters described). The description adds no additional meaning beyond the schema's descriptions for 'days' and 'symbol'; it does not elaborate on parameter usage or constraints.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description explicitly states it breaks out peg deviation by trading session and lists metrics: mean, p95, max bps, median liquidity. It also mentions control and flagging of worst off-hours window, clearly differentiating from sibling tools like get_peg_deviation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description does not explicitly state when to use this tool versus alternatives. While the cost and session breakdown imply usage for detailed session analysis, no when-not-to-use or alternative guidance is provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_peg_universeAInspect
Every tokenized US equity we track, ranked by off-hours peg risk: p95 and max deviation bps, market-open deviation as control, median liquidity. Dead pools are excluded rather than reported as perfect pegs. Costs $0.05 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | lookback 1-30, default 7 | |
| min_liquidity_usd | No | filter out thinner pools |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses the cost ($0.05 USDC per call) and the exclusion of dead pools, which are important behavioral traits. However, it does not mention idempotency, rate limits, or whether sorting order is stable.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise and front-loaded with the core purpose. Every sentence adds value, and there is no redundant information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Despite no output schema, the description adequately explains the return structure (ranked list with specific fields) and adds context about cost and dead pool exclusion. It is complete for an agent to understand what to expect.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% for both parameters (days and min_liquidity_usd). The description does not add additional meaning beyond what the schema already provides, so baseline score 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns a ranked list of tokenized US equities with specific metrics (off-hours peg risk, p95, max deviation bps, etc.). It distinguishes itself from other peg-related tools like get_peg_deviation by focusing on a universe ranking.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description does not explicitly state when to use this tool over alternatives. While the purpose is clear, there is no guidance on scenarios where it is preferred or when other tools (e.g., get_peg_deviation) might be more appropriate.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_positioningInspect
SOL+BTC positioning: long/short account ratio (retail crowding) + open interest with 1h/24h change (Bybit). Costs $0.004 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_priority_feesInspect
Solana priority-fee estimate right now, all levels (min to unsafeMax) in micro-lamports/CU, with a recommended tip. For bots that need txs to land. Costs $0.005 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_recent_liquidationsInspect
Recent perp liquidations across Bybit (complete unthrottled tape), OKX and Binance: timestamp, long/short, size, price, USD value. Any USDT perp (~600 symbols), not just majors. Costs $0.003 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | max rows, 1-100, default 25 | |
| scope | No | core = the 5 majors (default), all = every recorded USDT perp | |
| symbol | No | SOL, BTC, ETH, XRP, DOGE, or any USDT perp e.g. SXTUSDT (omit for majors) | |
| min_usd | No | only prints >= this USD size |
get_sharp_moveInspect
SHARP MONEY DETECTOR for World Cup betting markets. Finds abnormal PRE-MATCH moves in the de-margined consensus win probability (TxODDS StablePrice, cryptographically anchored on Solana). Because no match is in play, there is nothing to react to - a win probability that jumps before kickoff is money arriving, not a reaction to a goal or a red card. Default threshold 2.81 percentage points per 5 minutes is the p99.9 of 8,464,803 real odds ticks harvested across 137 matches; the median 5-minute move is 0.08pp, so a firing is roughly 35x normal. Returns match, competition, minutes to kickoff, the probability path, move size, direction (odds shortening or drifting) and severity (notable/sharp/extreme). Use before placing or pricing a World Cup bet, or to detect informed money entering a market. Costs $0.02 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
| min_pp | No | minimum move in percentage points, default 2.81 (= p99.9 of real moves) | |
| window | No | lookback window in seconds, 60-1800, default 300 | |
| lookback_min | No | how far back to search, minutes, 5-1440, default 60 |
get_sol_networkInspect
Solana network health: recent average TPS, current slot, epoch and epoch progress. Costs $0.005 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_sol_priceInspect
Live SOL/USD spot price with confidence interval (Pyth oracle). Costs $0.001 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_spread_arbInspect
Best bid/ask for a USDT perp across Bybit, OKX and Hyperliquid, with the best cross-venue edge in bps (pre-fee). Costs $0.02 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | USDT perp symbol e.g. SOLUSDT |
get_squeeze_scoreInspect
FLAGSHIP: short-squeeze / long-flush score 0-100 for any USDT perp. Composite of funding, long/short crowding, 24h OI build, and liq-skew from our exclusive tape. One number that answers "is this trade crowded and about to hurt someone". Costs $0.1 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | USDT perp symbol e.g. SOLUSDT |
get_stablecoin_flowsInspect
Total stablecoin supply with 7d/30d deltas and top stables — the macro risk-on/risk-off dial for crypto. Costs $0.01 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_token_holdersInspect
Top holders of any SPL token with per-account share and top1/top5/top10 concentration. Deeper cut than get_token_risk's summary. Costs $0.02 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
| mint | Yes | SPL token mint address (base58) |
get_token_metadataInspect
SPL token metadata: name, symbol, decimals, supply, price (Helius DAS). Costs $0.005 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
| mint | Yes | SPL token mint address (base58) |
get_token_riskInspect
SPL token rug-risk signals: mint/freeze authority status (revoked = safer), top-1/top-10 holder concentration, and risk flags. Not a honeypot/LP-lock checker. Costs $0.01 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
| mint | Yes | SPL token mint address (base58) |
get_top_moversInspect
24h top gainers and losers across ~600 USDT perps with a liquidity floor, funding attached. The "what moved" screener. Costs $0.01 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | top N each side, 1-25, default 10 | |
| min_turnover_usd | No | liquidity floor, default 1M |
get_trade_contextInspect
Full market state in one call: SOL+BTC prices, funding, Fear & Greed, long/short positioning, open interest, and liquidation stats. The complete pre-trade picture. Costs $0.01 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_tvlInspect
TVL for any DeFi protocol (with 1d/7d change) or top-15 chains ranking. DefiLlama-backed. Costs $0.005 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | protocol slug/name e.g. jito, marinade — omit for top chains |
get_volatilityInspect
Realized volatility for any USDT perp: 7d and 30d annualized from daily closes, plus today's range. Position-sizing input. Costs $0.01 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | USDT perp symbol e.g. SOLUSDT |
get_wallet_activityInspect
Recent transactions of any Solana wallet, parsed human-readable: type, protocol, description, fee, failures (Helius enhanced). Costs $0.02 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | tx count, 1-25, default 10 | |
| wallet | Yes | Solana wallet address (base58) |
get_wallet_holdingsInspect
Solana wallet holdings: native SOL, SPL tokens with USD values, NFT count (Helius DAS). Costs $0.008 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
| wallet | Yes | Solana wallet address (base58) |
get_whale_tradesInspect
Large prints from the live trade tape for any USDT perp: trades over a USD threshold, buy/sell totals, net flow, dominant side. Costs $0.02 USDC per call (x402, Solana mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | max trades returned, 1-50, default 20 | |
| symbol | Yes | USDT perp symbol e.g. SOLUSDT | |
| min_usd | No | min print USD, default 100k |
pricingInspect
Free: list all agentfeed tools with USDC prices.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!