Skip to content

Commit 1bf416e

Browse files
Sbussisoclaude
andcommitted
Update landing page MCP section for read-only tools
- Change MCP CTA from "Try It Free" → "Try with Pro" linking to /pricing - Replace write-tool example prompt with read-only alternative - Update tool count from 15 to 12 - Update description to say "system data" instead of "settings" Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d3b1d8a commit 1bf416e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

frontend/src/pages/LandingPage.jsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -445,15 +445,15 @@ function LandingPage() {
445445
<p>
446446
Pro and Business users can generate an MCP API key and connect any
447447
compatible AI tool — Claude Code, Cursor, or custom agents — directly
448-
to their organization's cameras, nodes, and settings.
448+
to their organization's cameras, nodes, and system data.
449449
</p>
450450
<div className="landing-mcp-examples">
451451
<div className="landing-mcp-example">"Show me what the front door camera sees"</div>
452452
<div className="landing-mcp-example">"Watch the garage cam for 30 seconds"</div>
453-
<div className="landing-mcp-example">"Enable 24/7 recording on all nodes"</div>
453+
<div className="landing-mcp-example">"Are any cameras offline right now?"</div>
454454
</div>
455-
<Link to="/sign-up" className="landing-btn landing-btn-primary">
456-
Try It Free
455+
<Link to="/pricing" className="landing-btn landing-btn-primary">
456+
Try with Pro
457457
</Link>
458458
</div>
459459
<div className="landing-mcp-right">
@@ -477,7 +477,7 @@ function LandingPage() {
477477
}`}</pre>
478478
</div>
479479
<div className="landing-mcp-tools-count">
480-
<span>15</span> tools available
480+
<span>12</span> tools available
481481
</div>
482482
</div>
483483
</div>

0 commit comments

Comments
 (0)