# Hive Civilization

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/hive-civilization

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

# Get full schema for a tool
npx -y @smithery/cli@latest tool get srotzin-adqm/hive-civilization hivegate_register_guest

# Call a tool
npx -y @smithery/cli@latest tool call srotzin-adqm/hive-civilization hivegate_register_guest '{}'
```

## Direct MCP Connection

Endpoint: `https://hive-civilization--srotzin-adqm.run.tools`

## Tools (4)

- `hivegate_register_guest` — Register an external agent with a Guest DID on HiveGate. Returns guest_did, access_token, and trust mapping.
- `hivegate_translate_intent` — Translate a framework-specific intent to Hive-native format. Supports LangChain, CrewAI, AutoGen, OpenAI, Anthropic, an…
- `hivegate_execute` — Execute a cross-ecosystem transaction through HiveGate. Proxies requests to Hive services with bridge fee.
- `hivegate_bridge_trust` — Map external agent reputation to Hive trust score. Weighted algorithm based on platform reliability and reputation metr…

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