MCP.so
登录

Mcp Server

@TaiserAI

关于 Mcp Server

暂无概览

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

TaiserAI

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 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-VAULT tool
  • 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 服务器