# Parallel Tasks (verified)

Execute Parallel.ai Tasks in Parallel for extremely powerful data enrichment from the web

## Quick Start

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

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

# Get full schema for a tool
npx -y @smithery/cli@latest tool get parallel/tasks createMultitask

# Call a tool
npx -y @smithery/cli@latest tool call parallel/tasks createMultitask '{}'
```

## Direct MCP Connection

Endpoint: `https://tasks--parallel.run.tools`

## Tools (2)

- `createMultitask` — Creates a new task group for batch processing. Responds with a URL in format https://task-mcp.parallel.ai/{taskGroupId}…
- `getTaskGroupResultsMarkdown` — Get Task Group Results as Markdown

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