Documentation Index
Fetch the complete documentation index at: https://docs.signalark.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
SignalArk exposes a Model Context Protocol (MCP) server that lets AI assistants like Claude, ChatGPT, and Cursor query your signal intelligence directly. Instead of switching between your AI client and the SignalArk dashboard, you can ask questions like “Which accounts should I focus on today?” and get evidence-backed answers sourced from your own signal data.MCP access is available on the Pro tier. Generate your MCP token in Settings → Integrations → MCP Server.
What You Can Do
Account Prioritization
Ask “Which accounts are moving now?” and get ranked accounts with ICP scores, signal counts, and active plays.
Signal Search
Search your market radar signals by keyword, category, confidence threshold, or date range.
Outreach Drafts
Generate personalized outreach messages grounded in real signal evidence. Drafts only — never auto-sends.
Content Ideas
Get signal-derived LinkedIn content opportunities and generate drafts from your strongest market signals.
Setup
1. Generate an MCP Token
- Go to Settings → Integrations → MCP Server
- Click Generate MCP Token
- Copy the token — it starts with
sak_
mcp:read and mcp:draft permissions. Keep it secret — it grants read access to your workspace signal data.
2. Configure Your AI Client
- Claude Desktop
- Cursor
- Generic (HTTP)
Add to your Restart Claude Desktop. You’ll see SignalArk tools available in the tool picker.
claude_desktop_config.json:Available Tools
Read Tools (free, no credits)
| Tool | Description |
|---|---|
search_signals | Search market radar signals by keyword, category, date range, confidence |
get_signal_detail | Full detail for a single signal including score explanation and source URLs |
get_recent_high_priority_signals | Top signals from the last N days sorted by intent score |
get_top_moving_accounts | Accounts ranked by recent signal activity and ICP fit |
get_account_timeline | Unified chronological timeline for an account |
explain_account_priority | Structured explanation of why an account is a priority |
get_account_next_actions | Next best actions for an account |
get_content_opportunities | Signal-derived content opportunities |
Draft Tools (credit-metered)
| Tool | Credits | Description |
|---|---|---|
generate_outreach_draft | 1 | Personalized outreach message referencing real signals |
generate_linkedin_draft | 2 | LinkedIn post draft from a content opportunity |
Example Workflows
Daily Account Prioritization
Competitor Displacement
Content from Signals
Permissions and Safety
- Workspace-scoped only — the token only accesses your workspace data
- No cross-workspace reads — workspaceId is always resolved from the token, never accepted as input
- No auto-send — draft tools return text for your review, nothing is sent automatically
- No CRM mutations — write operations are not available in V1
- Audit logging — every tool call is logged in Settings → Security → Audit Trail
Usage Log
Monitor your MCP usage in Settings → Integrations → MCP Server → Usage Log. The log shows:- Timestamp, tool name, status
- Credits consumed
- Response time
- Client identifier
Rate Limits
| Tool Type | Limit |
|---|---|
| Read tools | 60 calls/min per token |
| Draft tools | 20 calls/min per token |