Hyperplexity

# Hyperplexity โ€” AI Research Tables with Citations and Confidence Scores **Turn a prompt into a verified, cited research table. Or fact-check any table or document you already have.** Hyperplexity gives Claude the ability to conduct deep, structured research across entire domains โ€” not one question at a time, but hundreds of cells simultaneously, each with a sourced answer, a confidence rating, and links to the evidence. --- ## What it does You describe what you want in plain English. Hyperplexity researches it, validates every fact, and returns a structured table where each cell has: - โœ… A verified answer - ๐Ÿ“Š A confidence score (HIGH / MEDIUM / LOW) - ๐Ÿ”— Citations to the actual sources The output is an Excel file and a shareable interactive viewer. Claude drives the full workflow โ€” you just review and approve. --- ## Three ways to start Once installed, tell Claude what you want in plain English โ€” it drives everything from there. | Goal | What to say to Claude | |------|----------------------| | **Generate a table from a prompt** | *"Use Hyperplexity to create a table of the top 20 US biotech companies with columns: company, market cap, lead drug, and phase."* | | **Validate an existing Excel or CSV** | *"Use Hyperplexity to validate `companies.xlsx`. Interview me about what each column means, then run the preview."* | | **Fact-check a document or passage** | *"Use Hyperplexity to fact-check this analyst report."* *(paste text or share a file path)* | Claude handles the full workflow โ€” upload, configure, preview, approve โ€” pausing only when a decision genuinely needs you. --- ## What each workflow does ### Generate a table from a prompt Claude starts a table-maker session, clarifies the structure if needed, builds the table, runs a free 3-row preview, and waits for your approval before billing. ### Validate an existing Excel or CSV file Upload any table and Hyperplexity fact-checks every cell against live sources. It learns the meaning of your columns through a short interview (or you can skip the interview entirely with a one-line description), then runs the same preview-then-approve flow. ### Fact-check a document or text passage Paste an analyst report, a research abstract, or any text with factual claims. Hyperplexity extracts each claim, verifies it independently, and returns support levels: **SUPPORTED / PARTIAL / UNSUPPORTED / UNVERIFIABLE** โ€” with the source for every verdict. ### Refresh a table you already ran Re-run validation on any prior job to pick up changes in source data. No re-upload or configuration needed. --- ## Why it's different Most AI tools answer one question at a time. Hyperplexity answers a whole research domain at once โ€” running hundreds of targeted searches, applying QC passes, and reconciling conflicting sources โ€” then packages the results into a structured, citable format. The MCP integration means Claude can drive the entire workflow autonomously: upload, configure, preview, approve, and retrieve results โ€” pausing only when a decision genuinely requires human input. --- ## Pricing | | Cost | |--|--| | Preview (first 3 rows) | Free | | Standard validation | ~$0.05 / cell | | Advanced validation | up to ~$0.25 / cell | | Minimum per run | $2.00 | New accounts get **$20 in free credits** โ€” enough for several full tables. --- ## Get started 1. Get your API key at [hyperplexity.ai/account](https://hyperplexity.ai/account) 2. Install the MCP server: **Option A โ€” uvx (recommended):** ```bash claude mcp add hyperplexity uvx mcp-server-hyperplexity \ -e HYPERPLEXITY_API_KEY=hpx_live_your_key_here ``` **Option B โ€” Direct HTTP to Railway:** ```bash claude mcp add hyperplexity \ --transport http \ https://mcp-server-hyperplexity-production.up.railway.app/ \ --header "X-Api-Key: hpx_live_your_key_here" ``` **Option C โ€” Smithery** (for OpenClaw and other Smithery-compatible clients): ```bash npx -y @smithery/cli@latest login npx -y @smithery/cli@latest mcp add hyperplexity/hyperplexity --client claude-code ``` Then open your client โ†’ `/mcp` โ†’ **hyperplexity โ†’ Authenticate** โ†’ enter your API key. 3. Ask your agent: *"Use Hyperplexity to generate a table ofโ€ฆ"* Full documentation: [eliyahu.ai/api-guide](https://eliyahu.ai/api-guide)

filesystem
0Tools
1Findings
Mar 24, 2026Last Scanned
โš 1 low finding detected

Security Category Deep Dive

โšก
Prompt Injection
Prompt & context manipulation attacks
69
Maturity
14
Rules
5
Sub-Categories
1
Gaps
64%
Implemented
56
Tests
1
Stories
PI-DIRDirect Input Injection
100%3 rules
Injection via tool descriptions and parameter fields
GAP-001Prompt Injection Coverage GapMissing detection coverage for emerging prompt injection attack variants not addressed by current rules
PI-INDIndirect / Gateway Injection
100%4 rules
Hidden instructions via external content and tool responses
PI-CTXContext Manipulation
100%2 rules
Context window saturation and prior-approval exploitation
PI-ENCEncoding & Obfuscation
100%3 rules
Payload hiding via invisible chars, base64, schema fields
PI-TPLTemplate & Output Poisoning
100%2 rules
Injection via prompt templates and runtime tool output
Framework Coverage
OWASP MCP Top 1014/14
MITRE ATLAS14/14
CoSAI MCP2/14
OWASP Agentic Top 1012/14
Kill Chain Phases
0Initial Access
0Defense Evasion
0Execution
0Persistence
Hyperplexity Security Report โ€” MCP Sentinel