Skip to main content
Glama
getuniq

Uniq

Official
by getuniq

See it, don't believe it

We ran the GTM stack's own tools through Uniq — each one "pitching" a company from its own orbit. Real generations, untouched, each page in the prospect's brand with the seller's sign-off:

What if…

The email Uniq opened with

Live page

Clay pitched Ramp

"the CFO-switch signal Ramp isn't using yet"

uniq.team/p/clay-ramp-9izev

Apollo pitched Rippling

"the 6-month VC offer + a faster way to fill it"

uniq.team/p/apollo-rippling-mcjzh

Oxygen pitched Vercel

"your enterprise page vs. your GTM stack"

uniq.team/p/oxygen-agent-vercel-1xxag

Instantly pitched Gong

"gong's outbound has a domain collision problem"

uniq.team/p/instantly-gong-1nxp8

n8n pitched Twilio

"the glue code behind Conversation Orchestrator"

uniq.team/p/n8n-twilio-v0331

HubSpot pitched Loom

"the PQL signal hiding in your product, not your CRM"

uniq.team/p/hubspot-loom-71jek

Related MCP server: Nitrosend

Why

Outbound is moving from humans-with-tools to agents-with-workflows. Your Clay tables and Claude-based SDR stacks can research and sequence — but they have no proposal-grade artifact layer. Uniq is that layer:

> connect mcp.uniq.team
> create_proposal seller_url=yoursaas.com prospect_url=acme.com

→ ✉  the email    — a verifiable observation + one stealable idea, in your voice
→ ▤  the pitch    — self-contained HTML one-pager in THEIR brand
→ ◈  the close    — hosted, animated proposal: uniq.team/p/yoursaas-acme-x7k2m

The pages close, not inform: each picks a design personality to match the prospect (gradient / editorial / midnight), leads with an outcome headline, places proof next to the ask, answers objections in an accordion, repeats one CTA — and ends with a two-way question box, so a hesitant buyer asks instead of going silent.

The engine (all open source)

  1. Seller profile (one-time, cached by domain) — value props, offer structure, real proof points, pricing logic, voice, brand tokens.

  2. Prospect ingestion (per proposal) — pain hypotheses, buying triggers + brand extraction (colors, type, validated logo with monogram fallback).

  3. One narrative, three artifacts — email / pitch HTML / hosted proposal, all expressing one thesis.

  4. Prompt-based editingedit_artifact("shorten the email") regenerates one artifact, keeps the narrative.

  5. Signals back to youproposal.viewed and proposal.question webhooks: follow up at peak intent.

Security is built in: SSRF-guarded crawling and webhooks (private/metadata ranges blocked), prompt-injection fencing on all crawled content, per-key caps.

Agent surfaces

Surface

How

MCP

https://uniq.team/api/mcpcreate_proposal · edit_artifact · get_proposal · get_engagement

REST

POST /api/proposal · POST /api/edit · GET /api/proposal?id=…&engagement=1OpenAPI

CLI

npx @getuniq/cli propose --seller yoursaas.com --prospect acme.com → JSON

Clay / n8n / Make / Zapier / Apollo / Instantly / HubSpot / Attio

copy-paste recipes: uniq.team/integrations + examples/

Agent docs

llms.txt — an agent can integrate without a human

Cloud platform (uniq.team)

The engine is identical to self-host. The cloud adds what a repo can't:

  • /start — paste your URL, watch your seller profile build live, get a key with 5 free proposals

  • Hosted proposal pages with engagement tracking (+ your custom domain on Team, white-label on Scale)

  • Two-way pages — prospect questions stored + webhooked the moment they're asked

  • /refine — a pitch-refinement interview that adds what no crawler can see; every later kit gets sharper

  • /dashboard — every kit, its views, and prospects' questions

  • Managed MCP endpoint your whole team shares

Honest per-proposal pricing — no credits. Self-host stays free forever, BYO Anthropic key.

Quick start (self-host)

git clone https://github.com/getuniq/uniq
cd uniq && npm install
ANTHROPIC_API_KEY=sk-... npm run dev     # http://localhost:3007

Env

What

ANTHROPIC_API_KEY

required — generation runs on Claude

UNIQ_MODEL

model override (default claude-sonnet-5)

SUPABASE_URL + SUPABASE_SERVICE_ROLE_KEY

persistence (else in-memory)

UNIQ_API_KEY

require Authorization: Bearer on API + MCP

UNIQ_BASE_URL

public base URL for hosted proposal links

RESEND_API_KEY + UNIQ_EMAIL_FROM

signup verification emails (optional)

UNIQ_TELEGRAM_BOT_TOKEN + UNIQ_TELEGRAM_CHAT_ID

Telegram pings on views/questions (optional)

Full walkthrough: uniq.team/install.

Status

Live and moving fast. Generate a kit, open a real example, or drop Uniq into your stack via integrations. Building outbound through Clay/n8n/agent stacks? We want to talk: gal@uniq.team.

License

AGPL-3.0 © Uniq

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/getuniq/uniq'

If you have feedback or need assistance with the MCP directory API, please join our Discord server