# fs-prospecting

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add vitor.baptista/fs-prospecting

# Browse available tools
npx -y smithery tool list vitor.baptista/fs-prospecting

# Get full schema for a tool
npx -y smithery tool get vitor.baptista/fs-prospecting research_prospect

# Call a tool
npx -y smithery tool call vitor.baptista/fs-prospecting research_prospect '{}'
```

## Direct MCP Connection

Endpoint: `https://fs-prospecting--vitor.baptista.run.tools`

## Tools (1)

- `research_prospect` — Creates a Markdown report on the person and organization received.

```bash
# Get full input/output schema for a tool
npx -y smithery tool get vitor.baptista/fs-prospecting <tool-name>
```
