Toolstem Financial Intelligence
Agent-ready financial intelligence MCP server. Three curated tools for AI agents analyzing public equities:
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add toolstem/toolstem-mcp-server
# Browse available tools
npx -y smithery tool list toolstem/toolstem-mcp-server
# Get full schema for a tool
npx -y smithery tool get toolstem/toolstem-mcp-server toolstem--toolstem-mcp-server
# Call a tool
npx -y smithery tool call toolstem/toolstem-mcp-server toolstem--toolstem-mcp-server '{}'Direct MCP Connection
Endpoint: https://toolstem-mcp-server--toolstem.run.tools
Required config:
apifyToken(query) — apifyToken
Tools (2)
toolstem--toolstem-mcp-server— This tool calls the Actor "toolstem/toolstem-mcp-server" and retrieves its output results.get-actor-output— Retrieve the output dataset items of a specific Actor run using its datasetId.
# Get full input/output schema for a tool
npx -y smithery tool get toolstem/toolstem-mcp-server Prompts (1)
GetLatestNewsOnTopic(topic, timespan) — This prompt retrieves the latest news articles on a selected topic.