AGENT INSTALLER / REVIEWED GITHUB RELEASE
Install one exact agent signal.
The installer adds the public TrendsFast skill and a local stdio bridge to the live Remote MCP server. It contains no private research, routing, scoring, prompts, or provider logic.
TESTED CLIENTS / EXACT LABELS
Connect one supported client.
Choose one or more clients in the interactive installer. Other clients must use the generic stdio contract and are not represented as native integrations.
SUPPORTED CLIENT
Generic stdio MCP
For any MCP client that can launch a local stdio command.
Installer selector: --client generic
- At the prompt, enter generic, or pass --client generic for a non-interactive install.
- Use the installer-reported config path and let the managed process inherit TRENDSFAST_API_KEY from its environment.
SUPPORTED CLIENT
Claude Code
A tested managed MCP entry and installed TrendsFast skill.
Installer selector: --client claude-code
- At the prompt, enter claude-code, or pass --client claude-code for a non-interactive install.
- Restart Claude Code from a shell that already has TRENDSFAST_API_KEY in its environment.
SUPPORTED CLIENT
Codex
A tested managed MCP entry and installed TrendsFast skill.
Installer selector: --client codex
- At the prompt, enter codex, or pass --client codex for a non-interactive install.
- Restart Codex from a shell that already has TRENDSFAST_API_KEY in its environment.
VERIFY / ZERO SCAN
Verify before you create.
Doctor and the default demo are read-only. Neither command creates a scan, invokes a provider or model, reserves cost, approves, delivers, publishes, or schedules.
RECOVERY / NO SECRET COPYING
Troubleshoot without exposing a key.
Start with Doctor. If the managed files drift, remove only the installer-owned entries and reinstall from the same reviewed source.
Node is too old
Install Node.js 22 or newer, then rerun the primary install command.
Key is missing or revoked
Set an active project-scoped key in TRENDSFAST_API_KEY. Never put the key in argv or client configuration.
Install is missing
Run the primary install command above, then run Doctor again.
Managed configuration drift
Do not hand-edit the managed entry. Uninstall it, rerun the reviewed installer, then verify with Doctor.
Client is unsupported
Use Generic stdio MCP, or switch to the tested Claude Code or Codex integrations.
A clean reinstall is needed
Run the immutable uninstall command below, rerun the primary install command, and finish with Doctor.
CONNECTION CONTRACT
Bring a key and declare the protocol.
Access is feature-gated. Use an active project-scoped key and keep it in the Authorization header; never place credentials in a URL or persist them in an MCP session.
POST https://trendsfast.com/api/mcp
Authorization: Bearer <project-scoped-api-key>
Content-Type: application/json
Accept: application/json, text/event-stream
MCP-Protocol-Version: 2026-07-28
Mcp-Method: server/discover
AUTHENTICATION
The key supplies the project
Tool arguments never grant project access. Every resource handle is checked again against the authenticated project on every call.
CLIENT ACCEPT
Advertise JSON and event streams
V1 returns one JSON response, while clients advertise both required media types for Streamable HTTP compatibility.
Read tools create no scan, provider call, model call, reservation, approval, delivery, publication, or scheduling event.
TWO EXPLICIT FLOWS
Read without effects. Create only on purpose.
MCP returns public-safe projections from existing TrendsFast services. It never reads raw provider payloads or turns a handoff into a ShipToUsers network call.