# Toolstem Financial Intelligence

Agent-ready financial intelligence MCP server. Three curated tools for AI agents analyzing public equities:

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add toolstem/toolstem-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list toolstem/toolstem-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get toolstem/toolstem-mcp-server toolstem--toolstem-mcp-server

# Call a tool
npx -y @smithery/cli@latest 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.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get toolstem/toolstem-mcp-server <tool-name>
```

## Prompts (1)

- `GetLatestNewsOnTopic` (topic, timespan) — This prompt retrieves the latest news articles on a selected topic.
