Back to Browse

Stravue Platform MCP Server

Developer ToolsModerate5.9MCP RegistryLocal
Free

Server data from the Official MCP Registry

Competitor research for AI agents: real competitor pages, side by side on one slide and deck.

About

Competitor research for AI agents: real competitor pages, side by side on one slide and deck.

Security Report

5.9
Moderate5.9Moderate Risk

Valid MCP server (2 strong, 3 medium validity signals). 3 code issues detected. 3 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

10 files analyzed · 7 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

What You'll Need

Set these up before or after installing:

Your Stravue API key, created on your stravue.com account page. A new account's first 3 pages are free.Required

Environment variable: STRAVUE_API_KEY

Optional. Defaults to https://stravue.com.Optional

Environment variable: STRAVUE_BASE_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "com-stravue-mcp": {
      "env": {
        "STRAVUE_API_KEY": "your-stravue-api-key-here",
        "STRAVUE_BASE_URL": "your-stravue-base-url-here"
      },
      "args": [
        "-y",
        "stravue"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Stravue for AI agents

Competitor research for AI agents. Give your assistant a question and a few competitors. Stravue finds the pages that answer it, captures them full-page on desktop and phone, drafts comments that quote each page, and lays every competitor side by side on one Comparison Slide and one deck you can hand to a person.

Not a screenshot API. The output is the finished comparison: the real pages, at the same scale, with the question as the title.

Runs over stdio. Works with Claude Code, Claude Desktop, Cursor, and any other MCP client.

Listed on the official MCP registry as com.stravue/mcp.

PackageWhat it is
@stravue/mcpThe MCP server described on this page.
stravueThe same service from a terminal: npx stravue.

60-second setup

  1. Get an API key. Sign up at stravue.com, open your account page, and create a key. It is shown once, so copy it. Keys look like sk_stravue_live_.... A new account's first 3 pages are free.

  2. Add the server to your client.

Claude Code:

claude mcp add stravue --env STRAVUE_API_KEY=sk_stravue_live_... -- npx -y @stravue/mcp

Claude Desktop (claude_desktop_config.json) or Cursor (.cursor/mcp.json):

{
  "mcpServers": {
    "stravue": {
      "command": "npx",
      "args": ["-y", "@stravue/mcp"],
      "env": {
        "STRAVUE_API_KEY": "sk_stravue_live_..."
      }
    }
  }
}
  1. Ask for a comparison. For example:

Compare how Calendly, Cal.com and SavvyCal present their pricing, and give me the comparison slide.

How a comparison works

  1. capture once per competitor, each with the same comparison name.
  2. get_comparison until ready is true (at least two competitors finished).
  3. export_comparison_slide for the one picture, export_comparison_deck for the whole .pptx, or share_comparison for one public link.

Tools

ToolWhat it does
captureCapture one competitor: urls for exact pages, or site + ask to let Stravue pick. Add comparison to group competitors. Returns an id immediately; a capture takes minutes.
get_captureOne capture's status, share link and frames, each with why it was picked, and an honest failure word when a site walled the page.
get_comparisonEvery competitor's status in a comparison, and the slide and deck once ready.
export_comparison_slideSaves the Comparison Slide (JPEG): every finished competitor on one slide.
export_comparison_deckSaves one .pptx for the whole comparison, the slide as slide two.
share_comparisonOne public link to the whole comparison, for a person who does not use Stravue.
export_deckSaves one capture's .pptx.
export_markdownOne capture's comments and page text as Markdown, for an agent to read.
map_siteLists a site's pages before you choose what to capture.

Every response includes a share link when one exists, because the browsable result is what gets handed to a person.

What it will not do

Sign in to sites, pass paywalls or human-verification checks (it reports them honestly instead), click through flows, submit forms, or reach private addresses. A page that produced nothing is absent, never faked.

Pricing

  • A new account's first 3 pages are free. The capture response says how many are left.
  • After that, captures use your Stravue plan, the same plan as the app: Pro is £29 or $39 a month for 60 captures, Studio and Agency above it. Cancel anytime, and email support@stravue.com within 7 days of paying for a full refund. See stravue.com/pricing.
  • When the allowance runs out, the tool returns the price and the billing link. The same key keeps working as soon as the plan is active.
  • A capture that produces nothing hands its allowance back.

Limits

  • 120 requests per key per 5 minutes → 429. Poll every 15-30 seconds.
  • Up to 30 pages per capture.
  • Errors always carry the server's own message; nothing is invented.

Config

VariableMeaning
STRAVUE_API_KEYRequired. Created on your stravue.com account page.
STRAVUE_BASE_URLOptional. Defaults to https://stravue.com.

License

MIT for the code in this repository. The MIT licence does not cover the Stravue name or logo. Both packages are thin clients: every capture, pick, comment and comparison is made by the Stravue service at stravue.com, behind your API key.

Support: support@stravue.com

Reviews

No reviews yet

Be the first to review this server!