signals
Installation
SKILL.md
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}'