← nestegg.money

INDIVIDUAL MCP TOOL

margin-markup

Convert between margin and markup.

nestegg.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

nestegg.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.nestegg-money]
url = "https://nestegg.money/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: nestegg-money
Remote MCP URL: https://nestegg.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": {
    "nestegg-money": {
      "url": "https://nestegg.money/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • amortization — Monthly loan amortization schedule and summary.
  • loan-payoff — Time and interest saved by paying a fixed extra amount every month on a loan, versus the baseline schedule.
  • future-value — Future value of a single lump sum compounded annually.
  • contributions — Future value of a fixed monthly contribution, optionally stepping up each year.
  • cagr — Compound annual growth rate between two values over a number of years.
  • savings-rate — Fraction of income saved (savings divided by income).
  • fx-convert — Convert an amount using a rate supplied by the caller (units of target currency per unit of source).
  • depreciate — Value after compounding down (or up) at a yearly percentage rate over a number of years.