Processes and categorizes financial transaction data within an MCP server, outputting organized CSV files for personal finance management—an example of a task-specific MCP server implementation.
Loading more......
An MCP server providing comprehensive financial data from Financial Modeling Prep API, supporting company profiles, metrics, filings, and more via MCP endpoints.
Octagon AI's MCP server integrates private and public market data for AI agents, facilitating data-driven applications through Model Context Protocol.
An MCP server for Ramp that automates expense reconciliation, syncs finance approvals, and links transactions with projects. Essential for finance workflows and transaction sync in operational environments.
MCP server for accessing professional financial data from multiple providers such as Tushare.
An MCP server integrating with the Alpha Vantage API to provide stock data, including current quotes and historical data, for LLM and MCP workflows.
A Model Context Protocol (MCP) server that provides tools to search and retrieve economic data series from the Federal Reserve Economic Data (FRED) API. Directly exemplifies a data-focused MCP server.
Custom MCP Servers is an open-source Model Context Protocol (MCP) server designed to process and categorize financial transaction data. It interacts with the Financial Datasets stock market API and provides organized data outputs (such as CSV files) for personal finance management. The server exposes a set of tools for retrieving various financial data, making it useful for AI assistants and finance-related applications.
get_income_statements: Retrieve income statements for a specific stock.get_balance_sheets: Retrieve balance sheets for a stock.get_cash_flow_statements: Retrieve cash flow statements for a stock.get_current_price: Get the latest stock price information.get_prices: Fetch historical stock prices with customizable date ranges and intervals.get_news: Retrieve the latest news for a stock.uv package managerFor more details and installation instructions, visit the GitHub repository.