Mcp Server
@TaiserAI
关于 Mcp Server
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Mcp Server?
Mcp Server is a Model Context Protocol server for interacting with IPOR vaults on the Base mainnet (Ethereum). It requires an Ethereum private key for a credits NFT to operate. It is intended for developers using MCP-compatible clients to manage deposits into IPOR vaults.
How to use Mcp Server?
Clone the repository, copy .env.example to .env, and add your ETH_CREDITS_NFT_PRIVATE_KEY. Then install dependencies with npm install, build with npm run build, and start the MCP inspector with npm run inspector. Open http://127.0.0.1:6274/ to connect and list tools. Example: use the IPOR-VAULT tool with parameters Amount to deposit, vault, and rcpUrl.
Key features of Mcp Server?
- Deposits into IPOR vaults via the
IPOR-VAULTtool - Requires an Ethereum private key for credits NFT authentication
- Runs locally via MCP inspector on port 6274
- Connects to the Base mainnet (default RPC URL provided)
- Simple setup with Node.js and npm
Use cases of Mcp Server?
- Depositing funds into IPOR vaults programmatically
- Testing IPOR vault interactions in a local MCP environment
- Automating DeFi operations with MCP-compatible clients
FAQ from Mcp Server
What dependencies are required?
Node.js and npm. Follow the clone, install, and build steps.
How do I configure the server?
Copy .env.example to .env and set ETH_CREDITS_NFT_PRIVATE_KEY to your Ethereum private key.
What transport does the server use?
The server runs via MCP inspector, which typically uses stdio or HTTP. The inspector provides a web UI at http://127.0.0.1:6274/.
Which blockchain network does it support?
It connects to the Base mainnet as shown by the example RPC URL https://mainnet.base.org/.
Is there any authentication or key requirement?
Yes, you must provide a valid Ethereum private key for a credits NFT in the .env file.
其他 分类下的更多 MCP 服务器
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
评论