# Alan McIntyre

Query Alan McIntyre's consulting profile — skills, project history, availability, and technical background for CodeReclaimers LLC engagements.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list recursive/alan

# Get full schema for a tool
npx -y @smithery/cli@latest tool get recursive/alan query.capabilities

# Call a tool
npx -y @smithery/cli@latest tool call recursive/alan query.capabilities '{}'
```

## Direct MCP Connection

Endpoint: `https://alan--recursive.run.tools`

**Optional config:**
- `timeout` (query) — Request timeout in seconds for tool calls.

## Tools (3)

- `query.capabilities` — Query the knowledge base of Alan McIntyre, an independent consultant specializing in computational geometry, scientific…
- `data.availability` — Returns current availability status for Alan McIntyre (CodeReclaimers LLC). Use for fast scheduling checks before a ful…
- `data.manifest` — Returns the full structured capability manifest for Alan McIntyre (CodeReclaimers LLC), including domains, engagement t…

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

## Prompts (2)

- `discover-capabilities` — Walk through this agent's capabilities step by step: list available tools, check data endpoints, then ask a sample ques…
- `available-tools` — List all tools with descriptions. Tools: query.capabilities, data.availability, data.manifest
