← carbondefi.xyz
INDIVIDUAL MCP TOOL
carbon_create_range_order
Buy or sell gradually across a price range.
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
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.carbondefi-xyz]
url = "https://mcp.carbondefi.xyz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"carbondefi-xyz": {
"type": "http",
"url": "https://mcp.carbondefi.xyz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: carbondefi-xyz
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": {
"carbondefi-xyz": {
"url": "https://mcp.carbondefi.xyz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"carbondefi-xyz": {
"type": "http",
"url": "https://mcp.carbondefi.xyz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "carbondefi-xyz",
"transport": "streamable-http",
"url": "https://mcp.carbondefi.xyz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
carbon_get_strategies— See all your active Carbon DeFi positions — prices, budgets, and strategy IDs.carbon_create_limit_order— Buy or sell at one exact price.carbon_create_recurring_strategy— Buy low, sell high, repeat — forever.carbon_create_concentrated_strategy— Provide two-sided liquidity within a defined price range and spread.carbon_create_full_range_strategy— Maximum coverage liquidity — widest possible range, both sides, automatic.carbon_reprice_strategy— Shift your strategy's price ranges up or down.carbon_edit_strategy— Change prices and budgets together in one transaction.carbon_deposit_budget— Add funds to a live strategy without interrupting it.