MCP.so
登录
T

Toolstem Mcp Server

@toolstem

关于 Toolstem Mcp Server

Agent-ready financial intelligence tools for AI agents. Derives signals like UNDERVALUED, STRONG, and ACCELERATING — one call, one agent-friendly response.

基本信息

分类

其他

传输方式

stdio

发布者

toolstem

提交者

toolstem

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "toolstem": {
      "command": "npx",
      "args": [
        "-y",
        "toolstem-mcp-server"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Toolstem MCP Server?

Toolstem MCP Server is an MCP server that turns raw financial market data into curated, synthesized intelligence for AI agents. It combines multiple data sources, derives signals, and pre-computes financial math so agents get flat, agent-friendly JSON responses without needing to parse nested arrays or stitch across endpoints.

How to use Toolstem MCP Server?

Install globally via npm (npm install -g toolstem-mcp-server) and run with the required FMP_API_KEY environment variable. Supports stdio mode (default) and Streamable HTTP transport (--http flag, optional PORT). Can also be added to Claude Desktop via claude_desktop_config.json, run as an Apify Actor, or self-hosted on any Node runtime.

Key features of Toolstem MCP Server

  • Parallel data fetching from multiple sources concurrently
  • Human-readable derived signals (e.g. UNDERVALUED, STRONG, ACCELERATING)
  • Pre-computed CAGR, YoY growth, margin trends, and FCF yield
  • Flat, predictable response schemas — no nested vendor quirks
  • Graceful degradation — partial nulls if one upstream endpoint fails
  • Four tools: stock snapshot, company metrics, stock screener, company comparison

Use cases of Toolstem MCP Server

  • Get a comprehensive stock overview with quote, profile, DCF valuation, and rating in one call
  • Analyze deep fundamentals — profitability, financial health, cash flow, and growth — from five financial statements
  • Screen stocks by sector, market cap, price range, beta, volume, dividend yield, exchange, and country
  • Compare 2–5 companies side-by-side with automated rankings across valuation, growth, and ratings

FAQ from Toolstem MCP Server

What data source does Toolstem MCP Server use?

Toolstem uses Financial Modeling Prep as its upstream vendor. An FMP_API_KEY is required and can be obtained at financialmodelingprep.com.

What transport protocols does Toolstem MCP Server support?

It supports stdio (default) and Streamable HTTP transport. Use the --http flag and optional PORT environment variable to run as an HTTP server.

Can I run Toolstem MCP Server on the Apify platform?

Yes, it is available on the Apify Store as the toolstem-financial-data Actor and monetizes per tool call via Apify's Pay-Per-Event model.

What is the data delay for responses?

Data delay varies by tool: get_stock_snapshot and get_company_metrics return end-of-day data, while screen_stocks and compare_companies provide real-time data during market hours.

评论

其他 分类下的更多 MCP 服务器