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
tasty-agent connects an MCP client to a TastyTrade brokerage account, covering monitoring, research and execution. Account tools return balances including net liquidating value and the list of open positions, with an include parameter so the caller requests only what it needs and the output stays compact. Market data tools stream real-time quotes for stocks, options, futures and indices over DXLink, and return option Greeks — delta, gamma, theta, vega and rho — which is what makes it usable for options work rather than only equity positions. Further tools cover order placement and management, so the server can execute trades and not merely report. The README notes automated implied-volatility analysis prompts, giving the model a structured approach to evaluating an options position. Authentication is OAuth: an application is registered in TastyTrade's developer settings, a personal OAuth grant produces a refresh token, and that is what the server is configured with — better than storing account credentials, and scoped by the grant. It is a Python project. The obvious caveat is that this places real money within reach of a model, and the scopes granted decide whether it can only observe or also trade. The audience is TastyTrade users who want portfolio analysis in conversation.
https://github.com/ferdousbhai/tasty-agent
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.