Awesome MCPs
An awesome collection of Model Context Protocol (MCP) tools
kewin1807
README
Awesome MCPs
A collection of Model Context Protocol (MCP) tools for crypto market data analysis, focusing on liquidation heatmaps and whale tracking on HyperLiquid.
Overview
This repository contains MCP tools that provide real-time crypto market data analysis capabilities, including:
- Liquidation heatmaps and maps from various exchanges
- HyperLiquid whale activity tracking
- Position and PnL analysis for HyperLiquid accounts
- Vietnam Stock Market data analysis via Fireant
Installation
# Clone the repository
git clone https://github.com/kewin1807/awesome-mcps.git
cd awesome-mcps
# Install dependencies
yarn install
Build
yarn build
Usage
# Start the MCP server by stdio
yarn start:stdio
# Start the MCP server by sse
yarn start
Available MCP Tools
Liquidation Analysis
-
get_liquidation_heatmap: Get the liquidation heatmap data of a cryptocurrency pair.
- Parameters:
symbol: Trading pair (e.g., BTCUSDT, ETHUSDT)interval: Time interval (12h, 1d, 3d, 1w, 2w, 1m, 3m, 6m, 1y)exchangeName: Exchange name (Binance, Bybit, Okex)
- Parameters:
-
get_liquidation_map: Get detailed information about liquidation positions by price level.
- Parameters:
symbol: Trading pair (e.g., BTCUSDT, ETHUSDT)interval: Time interval (1d, 1w)exchange: Exchange name (Binance, Bybit, Okex)
- Parameters:
HyperLiquid Whale Tracking
-
get_latest_whale_actions: Get the latest whale actions on the HyperLiquid platform.
-
get_whale_pnl_statistics: Get PnL statistics of whales on HyperLiquid.
-
get_whale_positions: Get the list of whale positions on HyperLiquid.
- Parameters:
page(optional): Page numbersize(optional): Number of results per page
- Parameters:
Address-specific Analysis
-
get_address_total_pnl: Get the total PnL of a specific address on HyperLiquid.
- Parameters:
address: HyperLiquid wallet address
- Parameters:
-
get_address_current_position: Get the current position of a specific address.
- Parameters:
address: HyperLiquid wallet address
- Parameters:
-
get_address_position_history: Get the transaction/position history of a specific address.
- Parameters:
address: HyperLiquid wallet address
- Parameters:
Vietnam Stock Market Tools
-
get_official_posts_vnstock: Get the list of official posts from Vietnam stock market.
- Parameters:
offset(optional): The offset valuelimit(optional): Number of results to returnsymbol(optional): Filter by stock symbol
- Parameters:
-
get_user_posts_vnstock: Get the list of user posts from Vietnam stock market.
- Parameters:
offset(optional): The offset valuelimit(optional): Number of results to returnsymbol(optional): Filter by stock symbol
- Parameters:
-
get_fundamental_analysis_vnstock: Get fundamental analysis data of a Vietnam stock ticker.
- Parameters:
symbol: The stock symbol (e.g., VNM, FPT, VIC)
- Parameters:
-
get_company_profile_vnstock: Get company profile information of a Vietnam stock ticker.
- Parameters:
symbol: The stock symbol (e.g., VNM, FPT, VIC)
- Parameters:
-
get_major_holders_vnstock: Get major shareholders information of a Vietnam stock ticker.
- Parameters:
symbol: The stock symbol (e.g., VNM, FPT, VIC)
- Parameters:
-
get_historical_price_vnstock: Get historical price data of a Vietnam stock ticker.
- Parameters:
symbol: The stock symbol (e.g., VNM, FPT, VIC)startDate(optional): The start date in YYYY-MM-DD formatendDate(optional): The end date in YYYY-MM-DD formatoffset(optional): The offset valuelimit(optional): Number of records to return
- Parameters:
-
get_financial_statement_vnstock: Get financial statement data of a Vietnam stock ticker.
- Parameters:
symbol: The stock symbol (e.g., VNM, FPT, VIC)type: Financial statement period - 'Q' (quarterly) or 'Y' (yearly)count(optional): Number of records to return
- Parameters:
Implementation Details
The tools connect to various crypto data providers, including Coinank's API for market data and Fireant for Vietnam stock market data. The API keys are automatically fetched during runtime using a headless browser.
Recommended Servers
mixpanel
Connect to your Mixpanel data. Query events, retention, and funnel data from Mixpanel analytics.
Sequential Thinking MCP Server
This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.
MCP PubMed Search
Server to search PubMed (PubMed is a free, online database that allows users to search for biomedical and life sciences literature). I have created on a day MCP came out but was on vacation, I saw someone post similar server in your DB, but figured to post mine.
dbt Semantic Layer MCP Server
A server that enables querying the dbt Semantic Layer through natural language conversations with Claude Desktop and other AI assistants, allowing users to discover metrics, create queries, analyze data, and visualize results.
Crypto Price & Market Analysis MCP Server
A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.
Nefino MCP Server
Provides large language models with access to news and information about renewable energy projects in Germany, allowing filtering by location, topic (solar, wind, hydrogen), and date range.
Vectorize
Vectorize MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking.
MATLAB MCP Server
Integrates MATLAB with AI to execute code, generate scripts from natural language, and access MATLAB documentation seamlessly.
Macrostrat MCP Server
Enables Claude to query comprehensive geologic data from the Macrostrat API, including geologic units, columns, minerals, and timescales through natural language.
MCP Word Counter
A Model Context Protocol server that provides tools for analyzing text documents, including counting words and characters. This server helps LLMs perform text analysis tasks by exposing simple document statistics functionality.