- Home
- MCP servers
- Boosty
Boosty
- typescript
3
GitHub Stars
typescript
Language
2 months ago
First Indexed
3 weeks ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"nirholas-boosty": {
"command": "node",
"args": [
"/path/to/boosty-mcp-servers/packages/combined/dist/cli.js"
],
"env": {
"REDIS_URL": "redis://localhost:6379",
"DATABASE_URL": "postgresql://localhost:5432/boosty",
"SOLANA_RPC_URL": "https://api.mainnet-beta.solana.com",
"ALCHEMY_API_KEY": "your-key-here",
"COINGECKO_API_KEY": "your-key-here"
}
}
}
}Available tools
getTokenPrice
Fetch current price and market data for a token, including price, change, and market stats.
getGasPrices
Retrieve current gas prices for a specified chain, including base and priority fees.
getTopMovers
Return top gainers and losers in the connected markets with optional limits.
getFearGreedIndex
Obtain the current crypto Fear & Greed Index with a timestamp.
comparePrices
Compare multiple tokens side by side and identify best and worst performers.
getWalletPortfolio
Get a complete portfolio overview for a wallet across chains.
getTokenBalances
Fetch token balances for a wallet on a given chain.
getDeFiPositions
Retrieve DeFi protocol positions for a wallet, including APY and rewards.
getTopYields
List highest yield opportunities across supported protocols and chains.
getRiskAssessment
Analyze the risk of a liquidity pool or yield position and provide recommendations.