n8n
Read, author and fire workflows on your own n8n — cloud or self-hosted.
Auth: API keyLive integration
Tools
What your agent can do with n8n
N8N_SEARCHSearch across n8n records and content.
N8N_CREATECreate a new item in n8n with validated fields.
N8N_UPDATEUpdate an existing n8n item by id.
N8N_LISTList and filter n8n items with pagination.
Setup
Option A: MCP (no code)
- Sign up and connect n8n from your dashboard.
- Copy your gateway URL:
mcp.spinrun.ai/you - Paste it into Claude, Cursor, or any MCP client.
Option B: API
curl -X POST https://api.spinrun.ai/v1/tools/execute \
-H "Authorization: Bearer $API_KEY" \
-d '{
"tool_slug": "N8N_CREATE",
"external_user_id": "user_123",
"arguments": { ... }
}'