Skip to main content

Introduction

SignalArk’s MCP server exposes 51 tools that AI assistants (Claude, ChatGPT, Cursor, etc.) can call to automate GTM workflows. This cookbook provides ready-to-use prompts organized by workflow category.

Prerequisites

  • An active SignalArk account (Growth tier or above recommended)
  • An MCP API token generated from Settings → Integrations → MCP Server
  • An MCP-compatible AI client configured with the SignalArk server URL
  • Link to the setup guide in Settings

Scope Reference Table

ScopeAccess LevelDescription
mcp:readRead-onlySearch signals, view accounts, check status. No side effects.
mcp:draftRead + DraftEverything in read, plus AI-generated drafts (consumes credits).
mcp:writeRead + Draft + WriteFull access: create, update, delete, enroll, push to CRM.
mcp:adminFull + AdminIncludes team management (restricted).

Safety — Prompt Tier System

  • 🟢 Tier 1 — Read-only: No side effects. No warnings needed. Safe to run freely. Examples: searching signals, viewing timelines, comparing accounts.
  • 🟡 Tier 2 — Draft/Create: Creates new data or consumes credits. Each prompt shows the credit cost. Be aware of credit consumption. Examples: generating outreach drafts, creating sequences, enriching companies.
  • 🔴 Tier 3 — Destructive/Bulk-write: Modifies or deletes existing data, or loops over unbounded sets. Every Tier 3 prompt includes: (a) a ⚠️ DESTRUCTIVE warning, (b) a mandatory dry-run step (“list what you WOULD do, don’t execute yet”), (c) an explicit confirmation gate (“wait for my confirmation”). Always review before confirming.
Tier 3 prompts can permanently modify your data. Always start with a dry-run and confirm before execution. We recommend testing with small batches (N ≤ 10) first.

Placeholder Conventions

  • Free-text placeholders (you provide directly): [ACCOUNT_NAME], [COMPETITOR_NAME], [INDUSTRY], [TAG_NAME], [EVENT_DESCRIPTION]
  • ID placeholders (must be fetched first): [SIGNAL_ID], [SEQUENCE_ID], [ACCOUNT_ID], [CONTACT_ID], [ICP_PROFILE_ID], [ENROLLMENT_ID]
Note: These are system IDs. Use a read tool (e.g., search_accounts, search_signals) to find the ID before using it in a write command.

Cookbook Index

Signal Monitoring & Triage

Workflows for analyzing and processing market signals.

Account Discovery & Ops

Automations for enriching and managing accounts.

ICP & Scoring

Recipes for ICP management and fit scoring overrides.

Outreach & Sequences

AI-driven sequences and outreach enrollment.

CRM Sync & Integrations

HubSpot/Salesforce pushes and integration mapping.

Content & Social

Content draft generation and social engagement workflows.

Compound Workflows

Multi-step, complex GTM automated recipes.

Tool Quick Reference

Complete list of all 51 MCP tools and credit costs.

Credit Awareness

Prompts that consume credits show a credit badge. Compound workflows show per-step formulas. Monitor your usage in Settings → Billing.