Documentation
Everything you need to build, deploy, and scale your agency on SpiderIQ — the AI-Native Agency OS with 157 MCP tools, 128 workers, and 12 integrated products.
Quick Install
npm install -g @spideriq/cli
# Authenticate
spideriq auth request --email admin@your-agency.com
# Bind your project directory
spideriq use your-project
# Verify — you're ready
spideriq auth whoami
MCP Servers
Drop these into Claude Desktop, Cursor, or any MCP-compatible client:
| Server | Package | Tools | Purpose |
|---|---|---|---|
| mcp-publish | @spideriq/mcp-publish | 105 | Pages, components, templates, deploy |
| mcp-mail | @spideriq/mcp-mail | 18 | Outbound email, warmup, rotation |
| mcp-gate | @spideriq/mcp-gate | 12 | LLM routing, key vault, rate limits |
| mcp-leads | @spideriq/mcp-leads | 15 | Maps, people, enrichment |
| mcp-admin | @spideriq/mcp-admin | 7 | System admin, tenant management |
Agent Trace Example
One prompt. Five products. Four minutes.
→ mcp:spidermaps.search_places(query="dentists austin tx", limit=100) ✓ 100
→ mcp:spiderverify.verify_batch(emails=[...]) ✓ 73 verified
→ mcp:spidermail.draft_campaign(leads=73, template="dental-cold-v3") ✓ 73 drafts
→ mcp:spiderpublish.component_update({slug: "dental-landing"}) ✓ 1 page
→ mcp:spiderbook.flow_publish({flow_id: "bf_dental"}) ✓ flow live
Completed in 4m 12s. Awaiting your review.
confirm_token.The Twelve Products
| Product | What it does | Workers |
|---|---|---|
| SpiderMaps | Google Maps scraper · 19 fields · 44,691 cities | 45 |
| SpiderSite | AI web crawler · markdown compendiums | 70 |
| SpiderVerify | SMTP email verification · 10 warmed IPs | 10 |
| SpiderBrowser | Anti-detect browsers · 50 fingerprints | 50 |
| SpiderPeople | LinkedIn + people data + AI reports | — |
| SpiderMail | Outbound email · warmup · 50 senders | 50 |
| SpiderGate | LLM key vault · model eval · rate gov | — |
| SpiderPublish | Multi-tenant publishing · edge Liquid | — |
| SpiderBook | JSON booking flows · self-hosted cal.com | — |
| SpiderPost | Social publishing · Meta, LinkedIn, X, TikTok | — |
| OpenClaw | Lead workspace · Clay-style enrichment | — |
| FuzzIQ | Dedup engine · hash + fuzzy matching | — |
Quickstart
Go from zero to your first agent-driven campaign in under 5 minutes.
Prerequisites
Node.js 18+, an active SpiderIQ account, and an MCP-compatible client (Claude Desktop, Cursor, or Claude Code).
Step 1 — Install
Step 2 — Authenticate
# Admin receives approval email → click approve
spideriq auth whoami # verify
Step 3 — Bind Project
Step 4 — Run Your First Agent
Architecture
How twelve products share one CRM, one auth system, and one MCP surface.
System Overview
SpiderIQ is a vertically integrated platform. Every product shares a PostgreSQL CRM, Better Auth authentication, and a FastAPI gateway exposing 235+ REST endpoints. The MCP surface wraps these into 157 agent-callable tools across 5 servers.
Infrastructure
| Layer | Technology | Scale |
|---|---|---|
| Gateway | FastAPI + Uvicorn | 235+ endpoints |
| Workers | Celery + Redis | 128 distributed |
| Database | PostgreSQL 16 | Multi-tenant |
| Cache | Redis Cluster | 26 nodes |
| CDN | Cloudflare R2 | Edge-rendered |
Coming Soon
This section is currently being written. Check back soon for detailed documentation.