Talent Factory Talent Factory
Home Products Services About Us Resources Contact

Subscriber management that developers love

API-first subscriber management for modern applications

API-First | Python SDK | MCP Server | React Dashboard

What makes SubscribeFlow special

Four pillars for modern subscriber management

REST API

Complete RESTful API built with FastAPI. JWT and API key authentication, rate limiting and OpenAPI documentation.

Admin Dashboard

React 19 dashboard with shadcn/ui. Manage subscribers, tags, campaigns and webhooks in one place.

Python SDK

Async Python client with complete API coverage, Pydantic models and typed error handling.

MCP Server

20 tools for Claude Desktop and Claude Code. Subscriber management directly from the AI environment.

Integrated in minutes

from subscribeflow import SubscribeFlow

sf = SubscribeFlow(api_key="sf_live_...")

# Subscriber anlegen
subscriber = await sf.subscribers.create(
    email="neu@example.com",
    metadata={"plan": "free"}
)

# Tag zuweisen
await sf.tags.subscribe(
    tag_id=tag.id,
    subscriber_id=subscriber.id
)
curl -X POST https://api.subscribeflow.net/api/v1/subscribers \
  -H "Authorization: Bearer sf_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "email": "neu@example.com",
    "metadata": {"plan": "free"}
  }'

# Response: 201 Created
# { "id": "sub_abc123", "email": "neu@example.com", ... }
// claude_desktop_config.json
{
  "mcpServers": {
    "subscribeflow": {
      "command": "uvx",
      "args": ["subscribeflow-mcp"],
      "env": {
        "SUBSCRIBEFLOW_API_KEY": "sf_live_..."
      }
    }
  }
}

// Dann in Claude: "Erstelle einen neuen Subscriber
// mit der E-Mail info@example.com"
1 Get API key
2 Install SDK
3 Create subscriber
4 Receive webhook

Everything at a glance

The Admin Dashboard gives you full control over your subscribers — without a single line of code.

  • Manage and segment subscribers
  • Assign tags and categories
  • Create and send campaigns
  • Configure and monitor webhooks
SubscribeFlow Admin Dashboard mit Subscriber-, Tag- und Webhook-Übersicht

Simple, transparent pricing

Start for free — scale when you're ready

Free

Free of charge

  • 500 Subscribers
  • 10 Tags
  • 3 campaigns / month
  • 2 Webhooks
  • 1 dashboard user
  • Full API access
  • MCP Server
Get started
Coming soon

Pro

19 CHF / month

  • 5.000 Subscribers
  • Unlimited tags
  • 50 campaigns / month
  • 10 Webhooks
  • 3 dashboard users
  • Full API access
  • MCP Server
Coming soon

Business

49 CHF / month

  • 25.000 Subscribers
  • Unlimited tags
  • Unlimited campaigns
  • Unlimited webhooks
  • 10 dashboard users
  • Full API access
  • MCP Server

Ready for API-first subscriber management?

Start for free with 500 subscribers and full API access.