mcp-server
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
- Clone the Repository:
git clone https://github.com/TaiserAI/mcp-server.git
cd mcp-server
- Add a ETH PK:
cp .env.example .env
Then add your ETH_CREDITS_NFT_PRIVATE_KEY to the .env
file.
- Install Dependencies and Build:
npm install
npm run build
- 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 →mcp-server
by financial-datasets
This is a Model Context Protocol (MCP) server that provides access to stock market data from Financial Datasets.
evm-mcp-server
by mcpdotdirect
A comprehensive Model Context Protocol (MCP) server that provides blockchain services across multiple EVM-compatible networks.
razorpay-mcp-server
by razorpay
The Razorpay MCP Server is a Model Context Protocol server that integrates with Razorpay APIs for advanced payment processing.
investor-agent
by ferdousbhai
The investor-agent is a Model Context Protocol server designed to provide comprehensive financial insights and analysis to Large Language Models.
mcp-cn-a-stock
by elsejj
This is an MCP (Model Content Protocol) service providing A-share data for large models.
mcp-trader
by wshobson
A Model Context Protocol (MCP) server designed for stock traders, offering a suite of tools for technical analysis and trading.
freqtrade-mcp
by kukapay
An MCP server that integrates with the Freqtrade cryptocurrency trading bot via its REST API, enabling seamless AI agent interaction for automated trading operation.