Awesome MCPFinance & Trading

kukapay/crypto-indicators-mcp

⭐ 130 JavaScript added to this list on 2025-05-06 repository created 2025-03-23

Crypto Indicators MCP Server computes technical-analysis indicators over cryptocurrency market data and returns them to an MCP client. It publishes more than fifty indicators grouped into trend, momentum, volatility and volume families, and for each one a corresponding strategy tool that reduces the indicator to a discrete signal: -1 for sell, 0 for hold, 1 for buy. That split lets a model either read raw indicator values and reason about them itself, or ask for the strategy verdict directly. Market data comes from an exchange adapter built on ccxt; Binance is the default and any other ccxt-supported exchange can be configured instead, so the same tool set works across venues without code changes. The implementation is Node.js 18 or newer, organised so indicators and strategies live in per-category modules. Installation is a git clone plus npm install, after which the server is registered in an MCP client configuration such as Claude Desktop as a node command. The project is MIT licensed and part of a larger family of crypto-related MCP servers from the same author. It is aimed at people building trading or market-analysis agents who need standard indicator maths available as tools rather than reimplemented in prompts.

https://github.com/kukapay/crypto-indicators-mcp

mcpcryptocurrencytechnical-analysisindicatorstradingccxtbinancenodejs

Also in Finance & Trading

HKUDS/Vibe-Trading

Vibe-Trading is an AI-powered personal trading agent designed to assist with algorithmic trading, backtesting, and quantitative finance, leveraging large language models and multi-agent systems.

xbtlin/ai-berkshire

AI Berkshire is an investment research framework leveraging AI agents powered by Claude Code and Codex to apply the methodologies of legendary value investors like Buffett and Munger, aiming to red...

financial-datasets/mcp-server

An MCP server that enables AI assistants to access comprehensive stock market and cryptocurrency data from Financial Datasets via the Model Context Protocol interface.

stripe/agent-toolkit

The Stripe Agent Toolkit is a library that integrates Stripe's API into various agent frameworks and the Model Context Protocol (MCP) to enable seamless payment and billing automation in intelligent agent workflows.

sendaifun/solana-agent-kit

Solana Agent Kit is an open-source toolkit that enables AI agents to autonomously perform a wide range of actions on Solana blockchain protocols, integrating AI models with decentralized finance, NFTs, and cross-chain operations.

whchien/ai-trader

AI-Trader is a professional backtesting framework for algorithmic trading with multi-market support and integrated Model Context Protocol (MCP) server enabling AI assistant interaction.

goat-sdk/goat

GOAT is a comprehensive agentic finance toolkit enabling AI agents to autonomously perform financial activities using blockchain, cryptocurrencies, wallets, and supports the Model Context Protocol (MCP) along with other agent frameworks.

alpacahq/alpaca-mcp-server

Alpaca MCP Server is an MCP server implementation that enables large language models to interact with Alpaca's trading API using natural language for stock, options, and crypto trading, portfolio management, and real-time market data access.