HomeBack to recipes
RecipesDevOps[Benchmark] Tavily + Context7 Multi-MCP

TL;DR

[Benchmark] Tavily + Context7 Multi-MCP is a devops workflow that chains Tavily + Context7 to automate a common task. Internal benchmark recipe — multi-MCP: Tavily for news, Context7 for canonical docs. Once configured, it saves n/a and runs through Claude Code, Cursor, Windsurf or any MCP-compatible AI agent.

🔍📚
DevOpsIntermediate

[Benchmark] Tavily + Context7 Multi-MCP

Internal benchmark recipe — multi-MCP: Tavily for news, Context7 for canonical docs.

15-40s per run2 MCPs requiredSaves n/a

How it works

🔍Tavily
📚Context7
Automated
1tavily.search(topic + ecosystem news)2context7.resolve-library-id(library)3context7.get-library-docs(id, topic)
Hostable — runs in your browser2/2 MCPs hosted

Run with MCPizy

New

Execute this recipe in your browser — no local install, no Claude Code. Streams results live.

Whitelisted MCPs: perplexity, notion, anthropic, openai, tavily, firecrawl, coingecko, stripe, slack, github, gitlab, linear, resend, sendgrid, elevenlabs, shopify, sentry, posthog, supabase-mcp, context7, deepwiki~4k tokens  ·  ~$0.012 est.

Why this combo?

Benchmark only — multi-MCP 3-step to validate APC across MCPs.

Without this workflow

N/A

With MCPizy

N/A

Business value

Concrete ROI — not marketing fluff.

Time saved

n/a

  • Benchmark only

Workflow steps

  1. 1
    tavily.search(topic + ecosystem news)
  2. 2
    context7.resolve-library-id(library)
  3. 3
    context7.get-library-docs(id, topic)

Use cases

  • APC benchmark: multi-MCP 3-step

MCPs required

🔍

Tavily

Tavily MCP Server

View
📚

Context7

Context7 MCP Server

View

Agent prompt (copy into Claude Code)

This prompt is the workflow. Paste into Claude Code, Cursor, or Windsurf.

You are a combined research agent. Given a library name and a feature:
1. Call tavily.tavily-search with query="<library> <feature> latest news 2026" and max_results=2 for recent ecosystem signal
2. Call context7.resolve-library-id with libraryName=<library>
3. Call context7.get-library-docs with the id from step 2 and topic=<feature>
4. Respond with a 4-sentence summary combining news + official docs.
Do not call any other tool.

Trigger & credentials

How this workflow fires and what env vars you need.

.env.example
ManualTrigger
🔍Tavily· 1 var
TAVILY_API_KEYGet key

Tavily API key

e.g. tvly-...

📚Context7· 0 var

One-command deploy

Install everything — MCPs, prompt, env template — in a single call.

$ mcpizy recipe install bench-tavily-context7-combo

✓ Installs all 2 MCP servers
✓ Writes prompt to ~/.mcpizy/prompts/bench-tavily-context7-combo.md
✓ Generates .env.example in current directory
✓ Ready to paste into Claude Code

Requires mcpizy CLI v1.1+ — install via npm i -g mcpizy.

Quick install (MCPs only)

15-40s per run
$ n/a

More DevOps recipes

🟢🐙

Auto DB Migrations on Push

Every push to main triggers a Supabase migration automatically. Schema diffs are committed and applied with zero manual steps.

🐙▲

Preview Deploy on Every PR

Open a PR and a Vercel preview URL appears as a comment within minutes. Branches are cleaned up automatically when PRs close.

🐳☁️

Container Deployment to AWS

Build, tag, push to ECR and deploy to ECS in one automated pipeline triggered by a git tag or manual dispatch.

⚡🐙

Branch-per-PR Databases

Each PR gets its own Neon database branch for isolated testing. Branch is deleted automatically when the PR closes.

Frequently asked questions

What is this workflow?

[Benchmark] Tavily + Context7 Multi-MCP is a devops automation that uses Tavily + Context7 together via the Model Context Protocol. Internal benchmark recipe — multi-MCP: Tavily for news, Context7 for canonical docs.

How long does setup take?

Setup takes around 15-40s per run. You install the required MCP servers with `n/a`, connect your accounts, and the workflow is ready to run.

How much time does this workflow save?

Once running, this workflow saves n/a. The concrete business value: Benchmark only.

Which MCP servers do I need for this?

You need 2 MCP servers: Tavily (mcpizy install tavily), Context7 (mcpizy install context7). All are installable in one command via the MCPizy CLI and configured in your `.claude.json` or `.cursor/mcp.json`.

Does this work with Claude Code, Cursor, and Windsurf?

Yes. The workflow runs with any MCP-compatible AI agent — Claude Code, Claude Desktop, Cursor, Windsurf, VS Code with Copilot, and custom agents built on the MCP SDK. The MCP servers are identical across clients; only the config file path (`.claude.json` vs `.cursor/mcp.json`) changes.

Start building this workflow

Install the required MCPs from the marketplace and automate this in 15-40s per run.

$ n/a

🔍Install Tavily📚Install Context7

Free to install. Connect your accounts and this workflow runs itself.