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.

Use cases

Build any Reddit workflow you want

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

Post on Reddit straight from your AI

Your agent picks the thread, drafts the reply and posts it via a warmed-up account. No ban risk.

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

Wake up to the best threads of the day

A morning routine pulls the highest-intent posts, including the ones ranking on Google.

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%

Replies that sound like you, every time

Keep your brand voice in your own prompts. Bazzly drafts, your agent edits, then it posts.

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

Know how Reddit is performing for you

Ask for this week on Reddit: replies posted, leads found, threads still ranking, what it cost.

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

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

Setup

Connect in under 60 seconds

Pick your client in the dashboard, click Connect, paste one thing. The key is already filled in.

1

Click Connect in the dashboard

Open API & MCP in your account settings, choose Claude Code, Codex, Cursor or any other client, and click Connect. Bazzly creates the key and shows the exact command or config for that client with the key filled in. Keys are shown once and hashed server-side.

Connect
2

Paste it into your client

This is what you get for each client. One command for Claude Code, a few lines for Codex, one click for Cursor, plain JSON for everything else.

Run this once in your terminal. Claude Code writes its own config, and Bazzly is available in every project.

Terminalbash
claude mcp add --transport http bazzly https://api.bazzly.ai/mcp --header "Authorization: Bearer bzly_live_..." --scope user
3

Ask your agent to prove it

Say List my Bazzly projects. If it answers with your projects, you are connected and every Bazzly action is now a tool your agent can call.

Prefer the REST API?

Same key, same scopes, any HTTP client. The dashboard also gives you a paste-ready prompt for any AI.

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. The full reference is plain markdown.

mcp         https://api.bazzly.ai/mcp  (streamable-http)
rest        https://api.bazzly.ai/public/v1
auth        Authorization: Bearer <key>
scopes      read · write · top-ups
docs        https://www.bazzly.ai/docs/api.md  (fetch first)
spending    credit or card actions return requiresConfirmation
            until repeated with confirmCreditSpend / confirmPaymentSpend: true
flow        list_opportunities → generate_opportunity_reply
            → queue_reply → list_reply_queue

Every endpoint, payload and limit, written for agents and humans alike. Also available as a Postman collection.

Hand Reddit to your AI agents

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