# Trinity Research - UPDATED Endpoint Integration Guide

Conducts deep, structured research using a specialized 7-step methodology to ensure comprehensive information gathering. Verifies and analyzes data from multiple sources to provide high-quality, synt…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list HUMANIFIED/trinity-research1

# Get full schema for a tool
npx -y @smithery/cli@latest tool get HUMANIFIED/trinity-research1 research_agent

# Call a tool
npx -y @smithery/cli@latest tool call HUMANIFIED/trinity-research1 research_agent '{}'
```

## Direct MCP Connection

Endpoint: `https://trinity-research1--humanified.run.tools`

## Tools (1)

- `research_agent` — Autonomous Research Agent - Executes structured research queries using 7-step TRINITY-PROFILING: (1) Clarification (2) …

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