# Hive Consult

Hive is a 70-service trust and settlement network built for autonomous AI agents.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list srotzin-adqm/hiveconsult

# Get full schema for a tool
npx -y @smithery/cli@latest tool get srotzin-adqm/hiveconsult hiveconsult_reason

# Call a tool
npx -y @smithery/cli@latest tool call srotzin-adqm/hiveconsult hiveconsult_reason '{}'
```

## Direct MCP Connection

Endpoint: `https://hiveconsult--srotzin-adqm.run.tools`

## Tools (4)

- `hiveconsult_reason` — Submit a question or problem for structured chain-of-thought reasoning. Returns step-by-step analysis with confidence s…
- `hiveconsult_analyze` — Analyze data for trends, anomalies, forecasts, or comparisons. Returns structured findings with confidence scores.
- `hiveconsult_decide` — Decision support: rank options against weighted criteria. Returns scored and ranked options with reasoning.
- `hiveconsult_review` — Review code, contracts, documents, or strategies. Returns issues, recommendations, and risk score.

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