← stakedotlink.money

INDIVIDUAL MCP TOOL

sdl_get_espresso

Espresso staking status with on chain balances and external market price context.

stakedotlink.moneynone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

stakedotlink.money

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.stakedotlink-money]
url = "https://www.stakedotlink.money/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "stakedotlink-money": {
      "type": "http",
      "url": "https://www.stakedotlink.money/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: stakedotlink-money
Remote MCP URL: https://www.stakedotlink.money/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "stakedotlink-money": {
      "url": "https://www.stakedotlink.money/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "stakedotlink-money": {
      "type": "http",
      "url": "https://www.stakedotlink.money/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "stakedotlink-money",
  "transport": "streamable-http",
  "url": "https://www.stakedotlink.money/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • sdl_health_check — Server health and source availability across the canonical SDL MCP v2 data layer.
  • sdl_get_registry — Canonical stake.link registry for contracts, docs, repos, and upstream venue sources.
  • sdl_get_contract — Resolve one stake.link contract by name, id, or address with proxy and verification details.
  • sdl_get_contract_abi — Fetch the verified ABI for a live stake.link contract from Sourcify.
  • sdl_get_contract_source — Fetch the verified Solidity source for a live stake.link contract from Sourcify.
  • sdl_protocol_summary — Canonical protocol wide SDL snapshot from on chain state with explicit source labeling.
  • sdl_get_prices — Canonical price snapshot for core SDL assets and adapter rates.
  • sdl_get_exchange_rates — Canonical LST exchange rates from contract views.