REST API & MCP

API Documentation

Everything you need to integrate Curyloop into your workflows. Authenticate with API keys, manage groups and sessions, and connect via MCP for AI-powered access.

Connect Curyloop to Claude Code for AI-powered content curation from your terminal. Search, organize, and save resources with natural language.

Claude Code + Curyloop

Turn Claude Code into a powerful research assistant by connecting it to your Curyloop knowledge base via MCP.

Setup

Run this command in your terminal:

bash
claude mcp add curyloop \
  --transport http \
  --url https://curyloop.com/api/mcp \
  --header "Authorization: Bearer YOUR_API_KEY"

Replace YOUR_API_KEY with your key from Settings > API Keys.

What You Can Do

Once connected, Claude Code can interact with your Curyloop account using natural language:

  • Search your knowledge base across all groups and sessions
  • Create sessions and organize content by topic
  • Add items with titles, descriptions, tags, and priority levels
  • List groups and sessions to navigate your workspace

Example Prompts

Research & Save

Find the 5 best articles about "React Server Components" published
this year and add them to my "Frontend" session in Curyloop.
Use high priority for articles from official React docs.

Competitive Analysis

Research the top 3 competitors of Notion, find their latest feature
announcements, and save them to my "Competitive Intel" session
with the tag "competitors".

Learning Path

I want to learn Rust. Find the best beginner resources - official
docs, tutorials, and YouTube playlists - and organize them in my
"Learn Rust" session with priorities from beginner to advanced.

Project Research

Look at this project's tech stack and find the best practices guide
for each major dependency. Save everything to my "Project Docs"
session in Curyloop.

Available MCP Tools

ToolDescription
list_groupsList all your Curyloop groups
list_sessionsList sessions in a group
list_itemsList items in a session
add_itemAdd a new item to a session
search_itemsSearch across all your items

Tips

  • Claude Code works best when you name your sessions descriptively
  • Use tags in your prompts to auto-categorize items
  • Combine with web search for research workflows
  • Claude Code remembers context, so you can refine results iteratively

For general MCP setup details, see MCP Setup. For more AI agent examples, see AI Agents.