Profitspot MCP Server

Quick Install • Examples • Tool Reference • Pricing • Self-Hosting

Local serverstdioPython

What is the Profitspot MCP MCP server?

Connect Profitspot MCP to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Quick Install • Examples • Tool Reference • Pricing • Self-Hosting. The profitspot mcp mcp server is what makes that connection.

What the server does

ProfitSpot MCP gives any AI agent — Claude, GPT, Gemini, or your custom agent — instant access to the same DeFi intelligence that powers profitspot.live. Think of it as the Bloomberg Terminal for AI agents.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Ornstein — Uhlenbeck process** — APY reverts toward a long-term mean (high APY pools decay faster)
  • chain — string \
  • min_tvl — float
  • min_apy — float
  • max_risk — string
  • limit — int
  • pool_id — string
  • token_a_price_change — float
  • token_b_price_change — float
  • investment_amount — float
  • investment — float
  • days — int

Installation

Installation goes through your MCP client rather than a global install: point it at profitspot-mcp on PyPI and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

Credentials and setup notes

Configuration is passed through the environment: PROFITSPOT_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Where it fits

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Profitspot MCP's toolset — Ornstein, chain, min_tvl and 11 more — is a fair guide to whether it matches your workflow. It is maintained by omniologynow-rgb; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Profitspot MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Profitspot MCP.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
OrnsteinUhlenbeck process** — APY reverts toward a long-term mean (high APY pools decay faster)
chainstring \
min_tvlfloat
min_apyfloat
max_riskstring
limitint
pool_idstring
token_a_price_changefloat
token_b_price_changefloat
investment_amountfloat
investmentfloat
daysint
compoundbool
protocolstring \

How to install the Profitspot MCP MCP server

{
  "mcpServers": {
    "profitspot": {
      "command": "uvx",
      "args": ["profitspot-mcp"],
      "env": {
        "PROFITSPOT_API_KEY": "your-pro-key-here"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
PROFITSPOT_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Profitspot MCP to Ornstein.
  • Use Profitspot MCP to chain.
  • Use Profitspot MCP to min tvl.

Frequently asked questions

It connects Profitspot MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (Ornstein, chain, min_tvl, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Profitspot MCP directly.