
Seny
- Updated May 29, 2026
- devlift/seny-mcp
seny is a Claude Code skill in the Backend & APIs category. Manage your Seny workspace from your AI assistant — agents, conversations, campaigns, sites, reports, and simulations — over MCP, scoped to your API key.
Key points
- seny
- Backend & APIs
- AI-coding skill
Seny by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add devlift/seny-mcp/plugin install seny@senyAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | May 29, 2026 |
|---|---|
| Repository | devlift/seny-mcp ↗ |
What it does
Manage your Seny workspace from your AI assistant — agents, conversations, campaigns, sites, reports, and simulations — over MCP, scoped to your API key.
README.md
Seny
Manage your Seny workspace from Claude Code (or any MCP-aware assistant) — run your agents, campaigns, conversations, sites, reports, and simulations by just asking.
This plugin contributes one remote MCP server pointed at the Seny account-management API. Every tool is scoped to your API key: a read-only key can inspect everything but change nothing; a full key can manage your whole workspace.
Install
/plugin marketplace add devlift/seny-mcp
/plugin install seny@seny
Authenticate
The server authenticates with a Seny API key, supplied via the
SENY_API_KEY environment variable. Generate one from your dashboard at
Settings → API keys (or the "Manage Seny from your AI" card), pick
the scope you want, then export it:
export SENY_API_KEY=seny_xxxxxxxxxxxxxxxxxxxx
Add that line to your shell profile (~/.zshrc, ~/.bashrc) or a
project .env so it's set whenever Claude Code starts. Keys are shown
once at creation — store it in a password manager.
What you get
Tools are filtered to your key's permissions. With a full key, that includes (non-exhaustive): list/create/update agents, read conversation transcripts, manage campaigns and approvals, trigger re-crawls, run and read reports, and kick off simulations.
To tighten or revoke a key, head back to Settings → API keys in the dashboard — the change takes effect immediately, no reinstall needed.
Endpoint
https://app.seny.ai/api/v1/mcp
Streamable HTTP (JSON-RPC 2.0), Bearer-authenticated, org-scoped. See the full docs at https://seny.ai/docs/mcp.