mcp-server

mcp-server

3.4

The Model Context Protocol (MCP) server is designed to facilitate interactions with LLM and MCP technologies, providing a structured environment for managing model contexts.

Getting Started

  1. Clone the Repository:
git clone https://github.com/TaiserAI/mcp-server.git
cd mcp-server
  1. Add a ETH PK:
cp .env.example .env

Then add your ETH_CREDITS_NFT_PRIVATE_KEY to the .env file.

  1. Install Dependencies and Build:
npm install
npm run build
  1. 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/

Related MCP Servers

View all finance servers →