Context7
Look up current documentation for a library or framework, by name.
Auth: API keyLive integration
Tools
What your agent can do with Context7
CONTEXT7_SEARCHSearch across Context7 records and content.
CONTEXT7_CREATECreate a new item in Context7 with validated fields.
CONTEXT7_UPDATEUpdate an existing Context7 item by id.
CONTEXT7_LISTList and filter Context7 items with pagination.
Setup
Option A: MCP (no code)
- Sign up and connect Context7 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": "CONTEXT7_CREATE",
"external_user_id": "user_123",
"arguments": { ... }
}'