Skip to content

Releases: toolstem/toolstem-mcp-server

v1.2.9 — Three-tier per-result pricing

Choose a tag to compare

@toolstem toolstem released this 03 May 18:58

Toolstem Financial Intelligence MCP — v1.2.9

Three-tier per-result pricing live. Tool calls now charge by complexity, not flat-rate.

Tool Tier Price per call
get_stock_snapshot Cheap $0.005
get_company_metrics Standard $0.05
compare_companies Premium $0.50

What this server does

Stock data, financial statements, peer comparison, and DCF analysis for AI agents — fronted by Financial Modeling Prep and Yahoo Finance. Designed for agent workflows: every tool returns structured JSON with deterministic field shapes.

How agents reach it

Listed at

Full changelog: CHANGELOG.md

v1.1.0 — Screening & Comparison

Choose a tag to compare

@toolstem toolstem released this 21 Apr 03:28

What's New

Added

  • screen_stocks tool — Screen and filter stocks by sector, market cap, price, beta, volume, dividend yield, exchange, and country. Returns derived cap_category, volatility_category, and liquidity_category signals for every match. All filters optional; configurable limit up to 200.
  • compare_companies tool — Side-by-side comparison of 2–5 companies across price, valuation (P/E, DCF), profitability (margins, ROE, ROIC), financial health, growth, dividends, and ratings. Auto-computed rankings identify leaders in each dimension: lowest_pe, highest_margin, strongest_balance_sheet, best_growth, most_undervalued, highest_rated.
  • FMP client now supports batch quote endpoint (getBatchQuote) for efficient multi-symbol price retrieval.

Changed

  • .actor/input_schema.json updated — symbol is no longer required at the schema level (each tool validates its own inputs).
  • Apify Actor versioning aligned to MAJOR.MINOR format per platform requirements.

Docs

  • README expanded with full input/output examples and derived-signal documentation for all 4 tools.

Install: npm install -g toolstem-mcp-server@1.1.0
Apify: apify.com/toolstem/toolstem-mcp-server
MCP Registry: io.github.toolstem/toolstem-mcp-server