signals
Buying Signals Detection
Detect buying signals for a target company using its domain. All operations use the signals-tools server via Bash (https://signals.gtm-engine.sh/mcp).
Getting an API Key
To use the signals tools, you need a GTM_ENGINE_API_KEY. Obtain one via the get_api_key tool:
Step 1 — Request a verification code:
curl -s -X POST "https://signals.gtm-engine.sh/mcp" \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","method":"tools/call","params":{"name":"get_api_key","arguments":{"email":"YOUR_EMAIL"}},"id":1}'
More from arnaudjnn/gtm-skills
gtm-skills
GTM skills using Bash. Outbound email workflows (campaigns, reply classification, follow-ups, bounce cleanup, analytics), buying signal detection (Trustpilot reviews, social media spikes, LinkedIn hiring), and LinkedIn social intelligence (profiles, posts, jobs, companies, messaging).
13outbound
Send and manage outbound emails via API calls. List accounts, send emails, read inbox/sent, tag messages, manage audience segments. Use for cold email outreach and contact management.
1setup
Interactive setup wizard for deploying server dependencies and configuring environment variables for GTM skills.
1