40 tools from the Reddit Outreach MCP Server, categorised by risk level.
View the Reddit Outreach policy →crm_customers_by_state List CRM customer data filtered by conversion states with explicit dedupe diagnostics. 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. get_deduped_crm_by_category Retrieve deduped CRM records by single state or lead-category bucket. get_onboarding_prompt_pack
Fetch server-curated prompt contracts that define required onboarding outputs.
Use this when an agent needs exact formatting/expectations... get_onboarding_status
Canonical onboarding progress view for a product/session.
Returns:
- current phase
- next required action
- prompt-pack ack s... get_product_tree Get nested folders and products for a client, equivalent to frontend product tree. list_campaigns List campaigns for a client (active/inactive, product mapping, budget, and warning signals). list_conversion_states Return canonical CRM conversion states available for recategorization. list_products List all products for a client (slug, display_name, product_unique, folder_id). agent_quickstart
Zero-context onboarding playbook for agents using this MCP server.
Returns the recommended call sequence, common guardrails, and recovery... billing_and_credits
Get billing + credits overview, and optionally create a checkout session preview/action.
change_crm_state Change a customer's CRM conversion state (category) for a product. compare_confirmed_vs_uninterested
Pull sample confirmed and uninterested conversations and return side-by-side message snippets.
configure_product_strategy
Read/update product strategy assets: market position, conversion notes, and funnels.
configure_targeting
Read/update subreddit targeting and keywords for a product.
create_new_account
Create a brand-new Signal Found client account for onboarding.
Requires:
- `business_name`
- `email`
Returns created `client... create_new_product
Create a product and initialize the agent onboarding session context.
The response includes:
- product creation result
- context ... crm_state_stats Return CRM state statistics (unique deduped customer counts by conversion_state). crm_workbench
CRM read/write operations (no reply generation and no DM sending).
Use `action` to select operation; each action has its own required fie... current_client_context Return the currently authenticated client context for this MCP server session. login_with_client_id
Authenticate MCP session to a Signal Found client account.
Run this at the start of each session before business tools.
Most tools re... modify_conversion_notes
Read or update conversion notes with explicit required key names.
How to use:
- Call without `conversion_notes` to inspect current no... modify_funnels
Read or replace funnels with explicit shape validation.
How to use:
- Call without `funnels` to inspect current funnel list.
- Up... modify_keywords
Read or update keyword targeting with optional search parameters.
How to use:
- Call without `keywords` to inspect current keywords c... modify_market_positioning
Read or update market positioning with explicit format guidance.
How to use:
- Call without `market_position_patch` to inspect curren... modify_subreddits
Read or update subreddit targeting groups.
How to use:
- Call without `subreddit_groups` to inspect current targeting.
- Update e... portfolio_close_rate Compute close rate across all products based on CRM conversion states. rebalance_resources_to_product
Shift outbound/day budget from the worst active campaign to a target product campaign.
sales_control_tower
Command-center summary for a client: products, campaign health, close-rate, and recommendations.
Best first operational tool after login ... send_reddit_message
Send Reddit DMs to scraped leads via the Signal Found Chrome extension.
Three modes (exactly one must be set):
- target_username: col... sf_health
Preflight check for MCP -> onboard_api connectivity and auth context.
Use this first in a new session to confirm:
- backend is reacha... submit_agent_targeting
Persist targeting artifacts (keywords/subreddits) and return policy/preview.
Prerequisites:
- prompt pack must be acknowledged for `s... submit_onboarding_artifacts
Validate and persist core onboarding artifacts for a product/session.
Prerequisites:
- prompt pack must be acknowledged for `session_... update_conversation_notes Update notes for a CRM conversation in a product scope. upsert_conversation_note Create/update a conversation note for a product scope conversation. voice_of_customer_report
Produce a voice-of-customer report combining outcome metrics and confirmed/uninterested conversation samples.
onboarding_campaign_decision
Evaluate readiness and optionally start campaign immediately.
If not ready and blocked on credits, also returns a checkout link.
Use... run_full_agentic_onboarding
Execute the full staged onboarding flow end-to-end in one call.
Intended for zero-context agents that want a safe default path.
This ... The Reddit Outreach MCP server exposes 40 tools across 4 categories: Read, Write, Destructive, Execute.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Reddit Outreach server.
Reddit Outreach tools are categorised as Read (10), Write (27), Destructive (1), Execute (2). Each category has a recommended default policy.
Deterministic policy on every MCP tool call. Per-identity grants. Full audit log.