General Tools
carbondefi.xyz
Manages Carbon DeFi positions including strategies for limit orders, range orders, recurring strategies, and concentrated liquidity.
ENDPOINT 1
https://mcp.carbondefi.xyz/mcp
MCP server metadata
- Name
- Carbon DeFi
- Version
- 0.7.0
Known tools 25
carbon_get_strategiesSee all your active Carbon DeFi positions — prices, budgets, and strategy IDs.
Inferred read-onlycarbon_create_concentrated_strategyProvide two-sided liquidity within a defined price range and spread.
Inferred read-onlycarbon_create_full_range_strategyMaximum coverage liquidity — widest possible range, both sides, automatic.
Inferred read-onlycarbon_simulate_strategyTest any strategy type against real historical prices before going on-chain.
Inferred read-onlycarbon_helpGet detailed guidance on any Carbon DeFi tool or a full overview of all 16 tools.
Inferred read-onlycarbon_learnLearn about Carbon DeFi concepts, protocol mechanics, and technical details.
Inferred read-onlycarbon_find_opportunitiesFind discount buy or premium sell opportunities on a token pair.
Inferred read-onlycarbon_get_protocol_statsGet Carbon DeFi protocol-level stats — TVL, trading volume, and fees.
Inferred read-onlycarbon_get_trade_quoteGet a quote for swapping tokens against Carbon DeFi liquidity.
Inferred read-onlycarbon_execute_tradeBuild an unsigned swap transaction against Carbon DeFi liquidity.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.