Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PROFITSPOT_API_KEYNoYour ProfitSpot API key to unlock Pro/Enterprise features (all 7 tools, higher rate limits). Not required for free tier.

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
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
discover_yieldsA

Discover top DeFi yield opportunities across 86 chains and 6,500+ pools.

Filter by chain, minimum TVL, minimum APY, and maximum risk grade (A-F). Returns sorted list with pool name, protocol, chain, APY, TVL, risk grade, prediction (stable/up/down), and stablecoin flag.

FREE tier: limited to 10 results, no risk filtering. PRO tier: up to 50 results with full risk grade filtering.

analyze_poolA

Deep analysis of a specific DeFi pool.

Returns: full pool data, historical APY trends (7d/30d/90d), TVL history, risk grade with full breakdown (why it got that grade), IL estimate scenarios for LP pools, and projected returns at current APY for $1K/$10K/$100K over 30/90/365 days.

PRO ONLY — requires PROFITSPOT_API_KEY.

calculate_impermanent_lossA

Calculate exact impermanent loss for a 50/50 LP pair.

Given price change percentages for both tokens, calculates exact IL in USD and percentage. Also returns: value if held vs value in LP, and net gain/loss including trading fees at various APY levels (5%, 10%, 20%, 50%).

ALWAYS FREE — pure math, no API call needed.

simulate_profitA

Project returns for a specific pool using Monte Carlo simulation.

Uses Ornstein-Uhlenbeck APY model that accounts for: APY mean reversion, APY crash events, impermanent loss via geometric Brownian motion, pool failure probability, and gas costs. Runs 1,000 simulations.

Returns optimistic/base/bearish scenarios with dollar amounts, percentiles, probability of profit, and risk factors.

PRO ONLY — requires PROFITSPOT_API_KEY.

risk_scoreA

Get risk grade (A-F) for a specific pool or entire protocol.

Returns overall grade, breakdown scores for: TVL stability, APY sustainability + volatility, protocol reputation + age, IL exposure, pair stability, and security/audit proxy. Each sub-score explained in plain English.

For protocols: scores the top pools and returns an aggregate grade.

PRO ONLY — requires PROFITSPOT_API_KEY.

track_whalesA

Detect large capital movements (whale activity) across DeFi pools.

Finds pools where TVL changed by >$500K since last snapshot. Reports: pool, direction (inflow/outflow), amount, percentage change, and whether this correlates with APY changes.

First call establishes a baseline; subsequent calls detect actual changes. Also uses APY-change heuristics as a proxy for whale activity.

PRO ONLY — requires PROFITSPOT_API_KEY.

defi_overviewA

Big-picture DeFi dashboard.

Returns: total DeFi TVL, TVL by top 10 chains, top 10 protocols by TVL, pool counts, and average yields.

FREE tier: basic stats (TVL, chains, protocols). PRO tier: + average yields by risk grade, stablecoin market cap, hot opportunities (new pools with high APY + good risk grade).

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 has a clearly distinct purpose with no overlap: analyze_pool provides deep pool analysis, calculate_impermanent_loss is a pure math calculator, defi_overview offers a dashboard view, discover_yields enables filtered discovery, risk_score assesses risk, simulate_profit runs Monte Carlo simulations, and track_whales monitors capital movements. The descriptions reinforce these unique functions, eliminating any ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case: analyze_pool, calculate_impermanent_loss, defi_overview, discover_yields, risk_score, simulate_profit, and track_whales. This uniformity makes the tool set predictable and easy to navigate, with no deviations in naming conventions.

Tool Count5/5

With 7 tools, the count is well-scoped for a DeFi analytics server, covering key areas like analysis, calculation, discovery, risk assessment, simulation, and monitoring. Each tool earns its place by addressing a specific aspect of DeFi yield optimization without redundancy or bloat.

Completeness4/5

The tool set provides comprehensive coverage for DeFi yield analysis, including analysis, risk scoring, simulation, and monitoring. Minor gaps exist, such as the lack of tools for managing positions (e.g., stake/unstake) or integrating with wallets, but core workflows for research and decision-making are fully supported.

Maintenance

ActivityMaintained
ResponsivenessNo issues