About
Stock Trade MCP Server connects AI clients to Tiingo stock, forex, news, and fundamentals data.
Features
- Exposes Tiingo stock price, news, forex, fundamentals, dividend, and split endpoints as MCP tools
- Uses stdio transport for MCP-compatible clients such as VS Code extensions or CLI runners
- Requires a Tiingo API token supplied through client configuration
- TypeScript source with npm install and build workflow documented in the README
Use Cases
AI builders
Test finance-oriented MCP access in a local client before using it with sensitive data.
Developers
Inspect repository code, setup instructions, and dependencies before wiring it into an agent workflow.
What This Server Can Do
MCP servers expose three types of capabilities to AI clients. Here's what stock-trade-finance-api supports.
Tools
Supported11 toolsFunctions your AI client can call to perform actions — like querying a database, creating a file, or calling an API.
How to use: Tools run automatically when your AI client decides they're needed. Ask your AI assistant to perform a task, and it will invoke the right tool.
Resources
Not availableThis server does not expose read-only data resources.
Prompts
Not availableThis server does not provide pre-built prompt templates.
For the full list of available tools, resources, and prompts, check the README on GitHub.
Available Tools (11)
get_end_of_day_pricesFetches End-of-Day prices for a given ticker symbol with optional date range and format.
get_newsFetches news articles from Tiingo with filtering options.
get_forex_pricesFetches historical intraday Forex prices for a given ticker symbol with optional date range and frequency.
get_forex_top_of_bookFetches real-time Forex Top-of-Book/Last data for one or more ticker symbols.
get_fundamentals_definitionsFetches available fundamental metrics and their definitions.
get_fundamentals_statementsFetches historical balance sheet, income statement, cash flow, and overview data for a ticker.
get_fundamentals_daily_metricsFetches daily fundamental metrics for a given ticker.
get_fundamentals_metaFetches fundamental meta data for companies.
get_dividend_distributionsFetches historical dividend and distribution data for a ticker.
get_dividend_yieldFetches historical dividend yield data for a ticker.
get_splitsFetches historical split data for a ticker.