Mcp Server

by TaiserAI

178 downloads
Not rated
GitHub

Description

## Getting Started 1. **Clone the Repository:** ```bash git clone https://github.com/TaiserAI/mcp-server.git ``` ```bash cd mcp-server ``` 2. **Add a ETH PK:** ```bash cp .env.example .env ``` Then add your ETH_CREDITS_NFT_PRIVATE_KEY to the `.env` file. 3. **Install…

About

## Getting Started 1. **Clone the Repository:** ```bash git clone https://github.com/TaiserAI/mcp-server.git ``` ```bash cd mcp-server ``` 2. **Add a ETH PK:** ```bash cp .env.example .env ``` Then add your ETH_CREDITS_NFT_PRIVATE_KEY to the `.env` file. 3. **Install Dependencies and Build:** ```bash npm install ```…

Details

Author
TaiserAI
Downloads
178
Categories
Other

- 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

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.

Getting Started

1. Clone the Repository:

git clone https://github.com/TaiserAI/mcp-server.git

cd mcp-server

2. Add a ETH PK:

cp .env.example .env

Then add your ETH_CREDITS_NFT_PRIVATE_KEY to the .env file.

3. Install Dependencies and Build:

npm install

npm run build

4. Interact with the MCP server:

npm run inspector

Open http://127.0.0.1:6274/ with your browser.

Example:

> Connect 
> List tools
> IPOR-VAULT

Amount to deposit: 1
vault: 0x45aa96f0b3188D47a1DaFdbefCE1db6B37f58216
rcpUrl: https://mainnet.base.org/

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.