Parallect.ai
MCP Integration

MCP Overview

Connect AI agents to Parallect.ai via the Model Context Protocol

MCP Integration

Parallect.ai exposes a Model Context Protocol (MCP) server that lets AI agents -- Claude Code, Cursor, Claude Desktop, OpenClaw, and others -- directly call research tools without writing HTTP requests.

What is MCP?

The Model Context Protocol is an open standard for connecting AI assistants to external tools and data sources. When you configure an MCP server in your AI client, the client discovers available tools and can invoke them as part of its reasoning process.

Available Tools

ToolDescription
researchSubmit a deep research query
research_statusCheck job progress
get_resultsRetrieve synthesized results
follow_upPursue a follow-on question
list_threadsList research threads
get_threadGet thread with all data
balanceCheck credit balance
usageView usage analytics
list_providersSee available providers and tiers
search_claimsSearch and filter claims from completed research
get_claim_evidenceGet evidence chain and sources for a claim

Authentication Options

Option 1: API Key (simplest)

If your MCP client supports static Bearer tokens, paste your existing Parallect API key directly. No OAuth flow needed.

Option 2: OAuth

For clients that support the MCP OAuth specification, Parallect provides an OAuth flow. The client handles the browser popup automatically.

See MCP Quickstart for setup instructions for each approach.

MCP Server URL

https://parallect.ai/api/mcp/mcp

On this page