# pigeon-superstition-superposition

Psychological Profiling Toolkit, contains a 16-framework cognitive surrogate construction system.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add elbpr/pigeon-superstition-superposition

# Browse available tools
npx -y @smithery/cli@latest tool list elbpr/pigeon-superstition-superposition

# Get full schema for a tool
npx -y @smithery/cli@latest tool get elbpr/pigeon-superstition-superposition list_frameworks

# Call a tool
npx -y @smithery/cli@latest tool call elbpr/pigeon-superstition-superposition list_frameworks '{}'
```

## Direct MCP Connection

Endpoint: `https://pigeon-superstition-superposition--elbpr.run.tools`

## Tools (4)

- `list_frameworks` — List all 16 psychological profiling frameworks with their descriptions and trigger profile_signals. Use this first to u…
- `assess` — Describe the current profile state and available evidence and this tool will assess the type of profile gap, recommend …
- `get_framework` — Load the full methodology for a specific profiling framework by its ID. Use list_frameworks first to see available IDs,…
- `get_profiling_toolkit` — Load the master Profiling Toolkit — the orchestration router that maps profile gaps to frameworks. Contains the full di…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get elbpr/pigeon-superstition-superposition <tool-name>
```
