← Registry

General Tools

carbondefi.xyz

Manages Carbon DeFi positions including strategies for limit orders, range orders, recurring strategies, and concentrated liquidity.

1 endpoint25 known toolsFirst detected May 12, 2026Last detected September 14, 2026

ENDPOINT 1

https://mcp.carbondefi.xyz/mcp

No auth detected

MCP server metadata

Name
Carbon DeFi
Version
0.7.0
Capabilities
tools.listChangedresources.listChangedprompts.listChanged

Known tools 25

carbon_get_strategies

See all your active Carbon DeFi positions — prices, budgets, and strategy IDs.

Inferred read-only
carbon_create_limit_order

Buy or sell at one exact price.

Inferred read-only
carbon_create_range_order

Buy or sell gradually across a price range.

Inferred read-only
carbon_create_recurring_strategy

Buy low, sell high, repeat — forever.

Inferred read-only
carbon_create_concentrated_strategy

Provide two-sided liquidity within a defined price range and spread.

Inferred read-only
carbon_create_full_range_strategy

Maximum coverage liquidity — widest possible range, both sides, automatic.

Inferred read-only
carbon_reprice_strategy

Shift your strategy's price ranges up or down.

Inferred read-only
carbon_edit_strategy

Change prices and budgets together in one transaction.

Inferred read-only
carbon_deposit_budget

Add funds to a live strategy without interrupting it.

Inferred read-only
carbon_withdraw_budget

Pull funds out of a strategy without closing it.

Inferred read-only
carbon_pause_strategy

Pause a strategy — orders go inactive, funds stay inside.

Inferred read-only
carbon_resume_strategy

Wake up a paused strategy.

Inferred read-only
carbon_delete_strategy

Close a strategy permanently and return all funds.

Inferred read-only
carbon_get_activity

See what's happened — fills, deposits, edits, transfers.

Inferred read-only
carbon_simulate_strategy

Test any strategy type against real historical prices before going on-chain.

Inferred read-only
carbon_explore_pair

Discover what's working on any token pair.

Inferred read-only
carbon_help

Get detailed guidance on any Carbon DeFi tool or a full overview of all 16 tools.

Inferred read-only
carbon_learn

Learn about Carbon DeFi concepts, protocol mechanics, and technical details.

Inferred read-only
carbon_resolve_token

Resolve a token symbol or name to its on-chain address.

Inferred read-only
carbon_find_opportunities

Find discount buy or premium sell opportunities on a token pair.

Inferred read-only
carbon_get_strategy

Look up any Carbon DeFi strategy by ID.

Inferred read-only
carbon_get_protocol_stats

Get Carbon DeFi protocol-level stats — TVL, trading volume, and fees.

Inferred read-only
carbon_get_price_history

Get historical OHLC price data for any token pair.

Inferred read-only
carbon_get_trade_quote

Get a quote for swapping tokens against Carbon DeFi liquidity.

Inferred read-only
carbon_execute_trade

Build an unsigned swap transaction against Carbon DeFi liquidity.

Inferred read-only

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.carbon-defi]
url = "https://mcp.carbondefi.xyz/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "carbon-defi": {
      "type": "http",
      "url": "https://mcp.carbondefi.xyz/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "carbon-defi": {
      "type": "http",
      "url": "https://mcp.carbondefi.xyz/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "carbon-defi",
  "transport": "streamable-http",
  "url": "https://mcp.carbondefi.xyz/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.