# reddit-outreach



## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add signal-found/reddit-outreach

# Browse available tools
npx -y @smithery/cli@latest tool list signal-found/reddit-outreach

# Get full schema for a tool
npx -y @smithery/cli@latest tool get signal-found/reddit-outreach sf_health

# Call a tool
npx -y @smithery/cli@latest tool call signal-found/reddit-outreach sf_health '{}'
```

## Direct MCP Connection

Endpoint: `https://reddit-outreach--signal-found.run.tools`

## Tools (40)

- `sf_health`
- `login_with_client_id`
- `current_client_context` — Return the currently authenticated client context for this MCP server session.
- `agent_quickstart`
- `logout_client_context` — Clear the active authenticated client context for this MCP server session.
- `list_products` — List all products for a client (slug, display_name, product_unique, folder_id).
- `get_product_tree` — Get nested folders and products for a client, equivalent to frontend product tree.
- `create_new_account`
- `create_new_product`
- `get_onboarding_prompt_pack`
- `submit_onboarding_artifacts`
- `submit_agent_targeting`
- `onboarding_campaign_decision`
- `configure_product_strategy`
- `configure_targeting`
- `modify_market_positioning`
- `modify_conversion_notes`
- `modify_funnels`
- `modify_subreddits`
- `modify_keywords`
- `list_campaigns` — List campaigns for a client (active/inactive, product mapping, budget, and warning signals).
- `rebalance_resources_to_product`
- `portfolio_close_rate` — Compute close rate across all products based on CRM conversion states.
- `compare_confirmed_vs_uninterested`
- `crm_workbench`
- `list_conversion_states` — Return canonical CRM conversion states available for recategorization.
- `crm_customers_by_state` — List CRM customer data filtered by conversion states with explicit dedupe diagnostics.
- `crm_state_stats` — Return CRM state statistics (unique deduped customer counts by conversion_state).
- `get_deduped_crm_by_category` — Retrieve deduped CRM records by single state or lead-category bucket.
- `get_conversation_by_id` — Get conversation messages for a conversation ID inside a product scope.
- `get_conversation_notes` — Get notes for a CRM conversation in a product scope.
- `update_conversation_notes` — Update notes for a CRM conversation in a product scope.
- `change_crm_state` — Change a customer's CRM conversion state (category) for a product.
- `upsert_conversation_note` — Create/update a conversation note for a product scope conversation.
- `voice_of_customer_report`
- `billing_and_credits`
- `sales_control_tower`
- `get_onboarding_status`
- `run_full_agentic_onboarding`
- `send_reddit_message`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get signal-found/reddit-outreach <tool-name>
```
