by JesusRS1
Stock Trade MCP server in Tiingo with stock prices, news, forex, and fundamentals programmatically via the MCP
Unlocks once the catalog security scan passes (runs nightly).
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
# Add to your Claude Code skills
git clone https://github.com/JesusRS1/stock-trade-finance-apiGuides for using mcp servers skills like stock-trade-finance-api.
A Model Context Protocol (MCP) server that exposes various Tiingo API endpoints as tools. This server allows programmatic access to financial data including stock prices, news, forex, fundamentals, and corporate actions via the MCP protocol.
Clone the repository or ensure you are in the project directory.
Install dependencies:
npm install
Obtain Your Tiingo API Key: To use this server, you need a Tiingo API token.
Set Tiingo API Key: This server requires your Tiingo API key. You can typically provide the API key in your MCP client's configuration (see "Running the Server" below for an example).
Build the server:
npm run build
This will create a build directory with the compiled JavaScript code.
TIINGO_API_TOKEN in the env block of the configuration.
Example MCP settings entry:
"mcp-tiingo": {
"transportType": "stdio",
"command": "node",
"args": [
"/path/to/mcp-tiingo/build/index.js"
],
"env": {
"TIINGO_API_TOKEN": "YOUR_API_KEY_HERE"
}
// ... other optional settings ...
}
(Replace /path/to/mcp-tiingo and YOUR_API_KEY_HERE accordingly)The server exposes the following Tiingo API endpoints as tools via MCP:
ticker, startDate, endDate, resampleFreqtickers, tags, sources, startDate, endDate, limitticker, startDate, endDate, resampleFreqticker or tickersticker, startDate, endDate, year, quarterticker, startDate, endDate, columnsticker, startExDate, endExDateticker, startDate, endDate, columnsticker, startExDate, endExDateTo add more Tiingo API endpoints as tools:
src/tools/ defining the tool's name, description, input schema (using Zod), and handler function to call the Tiingo API.tiingoTools array in src/tools/index.ts.npm run build).stock-trade-finance-api is an open-source mcp servers skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by JesusRS1. Stock Trade MCP server in Tiingo with stock prices, news, forex, and fundamentals programmatically via the MCP. It has 91 GitHub stars.
stock-trade-finance-api's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/JesusRS1/stock-trade-finance-api" and add it to your Claude Code skills directory (see the Installation section above).
stock-trade-finance-api is primarily written in TypeScript. It is open-source under JesusRS1 on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other MCP Servers skills you can browse and compare side by side. Open the MCP Servers category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh stock-trade-finance-api against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars