# Consensus (verified)

Search academic research papers with AI-powered analysis. Find studies, extract key findings, and get evidence-based answers to research questions.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list consensus

# Get full schema for a tool
npx -y @smithery/cli@latest tool get consensus search

# Call a tool
npx -y @smithery/cli@latest tool call consensus search '{}'
```

## Direct MCP Connection

Endpoint: `https://consensus.run.tools`

## Tools (1)

- `search` — Search academic research papers using the Consensus API to find relevant peer-reviewed studies.

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

## Resources

- `ui://widget/research-papers.html` — HTML template for research papers widget
