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.
Awesome MCP › Finance & Trading
CCXT MCP Server exposes cryptocurrency exchange APIs to MCP clients through the CCXT library, which covers more than one hundred exchanges behind a common interface. It is distributed on npm and can be installed globally or run directly with npx, optionally pointing at a configuration file. Configuration can live in two places. The simpler path puts everything in the Claude Desktop configuration file, listing the server command and an accounts array where each entry names an account, the exchange id, the API key and secret, and a default market type such as spot or swap, so several accounts on the same exchange can be addressed separately. The alternative keeps an accounts array at the root of a dedicated JSON file passed with a config flag, which the README recommends for separating secrets from client settings, avoiding recursive references, and managing development, test and production environments. When the server runs in HTTP with SSE mode, a bearer token set in the same configuration must be sent by clients in the Authorization header. The documented capabilities fall into four groups. Market information covers listing exchanges and their markets, prices and order books for a symbol, and historical OHLCV candles. Trading covers market and limit orders, order cancellation and status, account balances and trade history. Trading analysis computes daily, weekly and monthly performance, win rates over several windows, average profit and loss expressed as an R multiple, longest winning and losing streaks, equity changes, and period returns. Position management covers sizing as a percentage of account capital, leverage settings for futures, volatility-based dynamic sizing and split entry strategies, with a further section on risk management. Written in TypeScript and MIT licensed.
https://github.com/lazy-dinosaur/ccxt-mcp
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.
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...
An MCP server that enables AI assistants to access comprehensive stock market and cryptocurrency data from Financial Datasets via the Model Context Protocol interface.
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.
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.
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 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.
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.