# AltBots — Fund Manager Intelligence

Institutional-grade research and diligence reports on hedge funds, private equity and venture capital. SEC filings, personnel, sanctions screening and social signals in 60 seconds.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list ndatta18-b06a/altbots

# Get full schema for a tool
npx -y @smithery/cli@latest tool get ndatta18-b06a/altbots generate_manager_tearsheet

# Call a tool
npx -y @smithery/cli@latest tool call ndatta18-b06a/altbots generate_manager_tearsheet '{}'
```

## Direct MCP Connection

Endpoint: `https://altbots--ndatta18-b06a.run.tools`

## Tools (4)

- `generate_manager_tearsheet` — Generate an institutional intelligence brief on any SEC-registered alternative investment manager. Returns a 2-page PDF…
- `get_manager_coverage` — Check data coverage and quality score for a manager before generating a full report. Returns per-section coverage asses…
- `list_available_managers` — List all alternative investment managers indexed in the AltBots database, sorted by AUM descending.
- `get_pipeline_status` — Get current server health, tool count, managers indexed and pipeline status.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get ndatta18-b06a/altbots <tool-name>
```

## Prompts (2)

- `research_manager` (manager_name) — Generate a complete due diligence research brief on a fund manager
- `screen_managers` (manager_list) — Screen multiple managers for sanctions, regulatory flags and coverage quality
