Runnable recipes for the SociaHive API and MCP server.
Each recipe is a self-contained folder with its own README, runnable code, and example output. Pick the one that matches your job-to-be-done.
| # | Recipe | Persona | Surface |
|---|---|---|---|
| 01 | Auto-reply to Instagram comments mentioning "price" | AI user | MCP via Claude/Cursor |
| 02 | Schedule a week of posts from a CSV | Developer | REST API, Python + Node |
| 03 | Daily performance recap with Claude | Power user | MCP via Claude / Cursor |
- Every recipe folder has a
README.md(what it does, when to use it, how to run it). - Recipes that need code ship a runnable script (
main.py,main.ts). - Every recipe declares its cost (AI credits, API rate-limit impact) at the bottom.
- API key configuration is always via the
SOCIAHIVE_API_KEYenv var.
For all recipes:
- A SociaHive account with at least one connected social platform
- An API key from Settings → API Keys
export SOCIAHIVE_API_KEY=sk_...in your shell
Per-recipe extras (Python deps, MCP client, etc.) are listed in each folder's README.
MIT