kinetifi-mcp
Cross-chain MCP server that coordinates operations between Casper and Mantle networks, enabling yield scanning, portfolio aggregation, and intent-based strategy generation.
README
KinetiFi Cross-Chain MCP Server (kinetifi-mcp)
A high-performance Model Context Protocol (MCP) server built with Python and FastMCP. This server coordinates cross-chain operations between the Casper Network and the Mantle Network, enabling agentic systems to scan yields, aggregate multi-chain portfolio balances, and generate intent-based execution strategies.
Features
- Cross-Chain Yield Scanner: Connects to DefiLlama (for Mantle) and CSPR.cloud APIs (for Casper) to scan active DEX volumes, estimate APYs, and identify yield-generating pools.
- Unified Portfolio Aggregator: Aggregates and standardizes balances for both Casper and Mantle accounts, parsing raw base units (motes/wei) into standardized, human-readable decimal strings.
- Intent-Based Strategy Generator: Evaluates a user's natural language goal against their liquid holdings and active cross-chain yields to design optimal transaction paths (bridges, swaps, or stakes).
- Stateless & Secure: Functions strictly as a read-only advisor. It does not handle private keys or execute transactions, adhering to KinetiFi's Zero-Trust design.
Repository Structure
kinetifi-mcp/
├── .ai_rules # Local developer instructions
├── requirements.txt # Python dependencies
├── server.py # Server entrypoint and tool registration
├── models/ # Pydantic models defining standard schemas
│ ├── execution_intent.py # Strategy intent blueprint schema
│ ├── portfolio_state.py # Cross-chain asset balance schema
│ └── yield_state.py # Cross-chain pool yield schema
├── tools/ # Sub-modules implementing individual query logic
│ ├── __init__.py
│ ├── generate_strategy.py # Strategy formulation logic
│ ├── get_portfolio_state.py# Portfolio balancer logic
│ └── scan_yields.py # DefiLlama and CSPR.cloud scanners
└── tests/ # Offline unit and integration tests
├── test_smoke.py # Basic connection tests
├── test_phase2_yields.py # Yield scanner mock assertions
├── test_phase3_portfolio.py # Portfolio state mock tests
└── test_phase4_strategy.py # Intent strategy generator tests
Prerequisites
Ensure you have the following installed:
- Python 3.10+ (verified on Python 3.14)
- Virtual Environment Tool (
venv) - MCP Host (e.g., Claude Desktop, KinetiFi Agent, or any custom client)
Installation & Setup
-
Navigate to the Directory:
cd /home/tmalone1250/KinetiFi_local/KinetiFi/kinetifi-mcp -
Create and Activate a Virtual Environment:
python3 -m venv .venv source .venv/bin/activate -
Install Dependencies:
pip install --upgrade pip pip install -r requirements.txt
Configuration
Set up your .env file in the project root to authenticate with Casper APIs:
# KinetiFi MCP Environment Variables
CSPR_CLOUD_BASE_URL=https://api.testnet.cspr.cloud
CSPR_CLOUD_API_KEY=your_cspr_cloud_api_key_here
Running the Server
Development Mode (with Live Reload Dashboard)
fastmcp dev server.py
Production Mode (stdio transport)
python server.py
MCP Tool Reference
kinetifi-mcp exposes 4 tools to clients:
1. get_status
Checks the server health.
- Response Format:
"KinetiFi MCP Server is operational."
2. scan_yields
Aggregates live yield opportunities across Casper DEXs (e.g., Friendly Market) and Mantle L2 DEXs (e.g., Agni, Merchant Moe).
- Response Format:
A JSON string representing a list of cross-chain pool yields:
[ { "network": "Mantle", "dex_name": "merchant-moe", "trading_pair": "WMNT-USDT", "apy": 45.2, "pool_hash": "0x365722f12ceb2063286a268B03c654Df81B7C00F" }, { "network": "Casper", "dex_name": "Friendly Market", "trading_pair": "CSPR-USDC", "apy": 12.45, "pool_hash": "hash-abcd..." } ]
3. get_portfolio_state
Aggregates portfolio balances from Casper and Mantle addresses, converting them into standardized decimal representation.
- Arguments:
casper_account(string, required): The Casper public key or account hash.mantle_account(string, required): The Mantle EVM wallet address.
- Response Format:
{ "balances": [ { "network": "Casper", "asset_symbol": "CSPR", "balance": "1500.2500", "usd_value_estimate": null }, { "network": "Mantle", "asset_symbol": "USDC", "balance": "250.00", "usd_value_estimate": null } ] }
4. generate_strategy
Analyzes the aggregated portfolio and yield conditions to design a non-binding execution plan that maximizes yields or balances risks.
- Arguments:
user_goal(string, required): The user's goal (e.g."Maximize yield on my Casper assets").portfolio_state(object, required): Output fromget_portfolio_state.yield_state(array, required): Output fromscan_yields.
- Response Format:
{ "action_type": "bridge_and_swap", "source_network": "Casper", "target_network": "Mantle", "asset_to_deploy": "CSPR", "estimated_amount": "1500.2500", "target_protocol": "merchant-moe", "expected_apy": 45.2, "reasoning": "Matched highest available APY (45.2%) on merchant-moe by routing CSPR to Mantle L2." }
Testing
Run the test suite offline (all external API calls are fully mocked):
.venv/bin/pytest -v
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。