DEVELOPER GUIDE

Connect Your AI Agent to Scippa

Feed your coding agent real-time buying signals, market research, and ICP data. Set up in under 5 minutes.

Prerequisites

Professional or Scale Plan

API access requires a Professional or Scale subscription.

API Key

Generate your key in the dashboard under Settings > API.

AI Coding Agent

Claude Code or Cursor with MCP support enabled.

Setup in 3 Steps

01

Generate Your API Key

Go to your Scippa dashboard, navigate to Settings > API tab, and click "Generate Key". Give it a name (e.g., "Claude Code") and copy the key immediately. It is only shown once and cannot be retrieved later.

Store your API key in a secure password manager. You will not be able to see it again after closing the dialog.

02

Configure Your Agent

Add Scippa as an MCP server in your agent's configuration. Select your agent below for the exact config.

Add this to your Claude Code MCP settings (Settings > MCP Servers, or ~/.claude/settings.json):

json
{
  "mcpServers": {
    "scippa": {
      "type": "url",
      "url": "https://scippa-mcp-server-production.up.railway.app/mcp",
      "headers": {
        "Authorization": "Bearer sk_live_YOUR_API_KEY"
      }
    }
  }
}
03

Verify the Connection

Open a new conversation with your agent and try a simple command to confirm everything is working.

Try this prompt

"Use Scippa to show my latest buying signals"

Your agent should call the get_sentinel_events tool and return your most recent Sentinel buying signals with company names, signal types, and confidence scores.

Available Tools

Your agent has access to 8 tools across Sentinel, Research Lab, and ICP.

What You Can Do

Real workflows powered by Scippa + your AI agent.

Auto-Triage Buying Signals

Ask your agent to review today's signals, evaluate the high-confidence ones, and summarize the best opportunities for outreach.

"Review my unread Sentinel signals, evaluate the ones with confidence above 0.7 as positive, and summarize the top 5 opportunities."

Run Market Research from Your IDE

Have your agent run a full Research Lab job on a new market segment and analyze the results without leaving your editor.

"Research the market for compliance automation tools targeting fintech companies. Search Reddit, G2, and HackerNews."

Feed ICP Data into Outreach

Pull your ICP profiles to generate targeted outreach messaging based on real persona data and buying triggers.

"Get my Tier A ICP profiles and draft 3 cold email variations targeting their top pain points."

Morning Signal Briefing

Start your day with a comprehensive briefing of new buying signals, organized by priority and signal type.

"Give me a morning briefing: show unread signals grouped by type, highlight any hiring_growth signals, and flag companies that appeared more than once."

Ready to Connect Your Agent?

Generate your API key and start feeding your AI agent real buying signals in minutes.