everruns-integrations-parallel
Parallel web search and fetch for Everruns agents.
everruns-integrations-parallel contributes Parallel's
hosted MCP server so agents get provider-owned web_search and web_fetch
tools — free by default, with an optional Parallel API-key connection for
authenticated usage.
Part of the Everruns ecosystem — the durable agentic
harness engine for building unstoppable agents. It registers with
everruns-core through the Everruns
integration plugin system.
Quick Example
use Capability;
use ParallelCapability;
let capability = ParallelCapability;
assert_eq!;
What It Provides
parallel_searchcapability contributing the hosted Parallel MCP server (mcp_parallel__web_search,mcp_parallel__web_fetch)- Optional user-scoped Parallel API-key connection with bearer auth and an OAuth-compatible endpoint mode
- A separate paid
parallelcapability (search/extract/task tools) that routes spend through the corePaymentAuthority; gated behind themachine_paymentsfeature flag and off by default - Inventory-based Everruns integration registration
Documentation
License
Licensed under the MIT License.