Bazzly MCP + Public API

Ultimate Reddit Marketing MCP for AI Agents

Give your AI a direct way to promote your product on Reddit. Build automations and full Reddit marketing workflows.

Setup

Connect in under 60 seconds

Generate an API key in your dashboard, drop the config into your agent client, and you're done.

1

Generate an API key

Pick the scopes your agent needs — read, write, or top-ups — and copy the key once. We hash it server-side; you can't see it again.

Create key
2

Drop into Claude Desktop

Add to claude_desktop_config.json and restart.

{
  "mcpServers": {
    "bazzly": {
      "url": "https://api.bazzly.ai/mcp",
      "headers": {
        "Authorization": "Bearer bzly_live_..."
      }
    }
  }
}
2

Or wire it into Cursor

Same config, drop it into ~/.cursor/mcp.json.

{
  "mcpServers": {
    "bazzly": {
      "url": "https://api.bazzly.ai/mcp",
      "headers": {
        "Authorization": "Bearer bzly_live_..."
      }
    }
  }
}
3

Or call the API directly

Same key, same scopes — works from any HTTP client.

curl https://api.bazzly.ai/public/v1/opportunities \
  -H "Authorization: Bearer bzly_live_..." \
  --get \
  --data-urlencode "filter=top-ranked" \
  --data-urlencode "sort=score" \
  --data-urlencode "limit=10"

Agent-readable reference

Paste into any agent prompt for instant context.

endpoint    https://api.bazzly.ai/mcp
transport   streamable-http
auth        Authorization: Bearer <key>
            X-Bazzly-Api-Key: <key>
scopes      read · write · top-ups
flow        list_opportunities → generate_opportunity_reply
            → queue_reply → list_reply_queue

Full schema, examples, and try-it requests live in our public Postman workspace.

Open API docs

Use cases

Build any Reddit workflow you want

Bazzly handles the Reddit plumbing. Your agent runs the playbook.

Spin up Bazzly projects from your IDE

Tell Claude or Codex to run new Bazzly projects or refine your existing projects.

claude — bazzly project
You
Create a Bazzly project for the SaaS in this repo.
create_project
{ "url": "https://acme.dev" }
Project created — Acme
8 keywords · 6 subreddits · ICP drafted

Search Reddit on a cron

Wire up a routine that polls the highest-intent opportunities whenever you want.

every-morning.cron
0 9 * * *·list_opportunities filter=top-ranked
09:00r/SaaS — “best tool for X?”94%
09:00r/Entrepreneur — comparison thread88%
09:00r/SideProject — feature request81%

Hands-off comments & DMs

Let your agent decide what to queue, edit, retry or cancel comments and DMs.

queue · live
Auto-drafted
fit score 92
Posted
r/SaaS · 14m ago
Retried
failed → queued
Cancelled
thread went cold

Custom reports, your way

Pull top opportunities, lead history, comment status through the API and let Claude enrich it.

weekly-report.md
Weekly report
Apr 28 – May 04
live
Replies
435
+18%
Avg fit
87%
+4 pts
New leads
62
+27%
Replies / daylast 7 days
peak · 92
MonTueWedThuFriSatSun

AI replies in your voice

Generate AI replies and DMs through your own workflow so they fit your brand voice exactly.

brand-voice.ts
tone:
- warm, no marketing fluff
- share what worked for us
- never pitch hard
generate_opportunity_reply
“Ran into this exact thing last year — switched stacks, tried a couple of tools, ended up building our own. Happy to share what stuck.”
on-brand0.1 credits

Whatever your workflow looks like, Bazzly is the interface to do stuff on Reddit.

Hand Reddit to your AI agents

Build powerful Reddit marketing AI workflows with Bazzly MCP + API.