# Power-Profiling

Intelligent orchestration layer for research queries - auto-routes to optimal Trinity service based on complexity, budget, and quality requirements. Includes quality validation, multi-service synthes…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add HUMANIFIED/Power-profiling

# Browse available tools
npx -y smithery tool list HUMANIFIED/Power-profiling

# Get full schema for a tool
npx -y smithery tool get HUMANIFIED/Power-profiling research_agent

# Call a tool
npx -y smithery tool call HUMANIFIED/Power-profiling research_agent '{}'
```

## Direct MCP Connection

Endpoint: `https://power-profiling--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 tool get HUMANIFIED/Power-profiling <tool-name>
```
