Releases: toolstem/toolstem-mcp-server
Releases · toolstem/toolstem-mcp-server
Release list
v1.2.9 — Three-tier per-result pricing
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
- Free agent calls: Apify Console (sign in, run with empty input → free
AAPLsnapshot demo) - Paid agent calls (PPE): Apify MCP gateway, charged per-tool by tier
- AI-to-AI x402 payments:
https://mcp.toolstem.com/mcp/finance— pay $0.01 USDC per call on Base mainnet, no Apify account required (live mainnet TX example on Basescan) - Local install:
npx toolstem-mcp-server@1.2.9
Listed at
Full changelog: CHANGELOG.md
v1.1.0 — Screening & Comparison
What's New
Added
screen_stockstool — Screen and filter stocks by sector, market cap, price, beta, volume, dividend yield, exchange, and country. Returns derivedcap_category,volatility_category, andliquidity_categorysignals for every match. All filters optional; configurable limit up to 200.compare_companiestool — 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-computedrankingsidentify 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.jsonupdated —symbolis no longer required at the schema level (each tool validates its own inputs).- Apify Actor versioning aligned to
MAJOR.MINORformat 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