Skip to main content

Overview

Beyond the dashboard, you can manage your Directify directory programmatically — including with AI assistants like Claude. There are three ways to connect, all built on the Directify REST API:

MCP Server

Connect Claude, Cursor, or any MCP-compatible AI assistant. Manage your directory in plain English.

CLI

The directify command-line tool. Great for scripts, automation, and power users.

Autonomous Agent

A self-running agent that manages your directory on a schedule, built on OpenClaw.

Which one should I use?

You want to…Use
Chat with Claude to create/edit listings, categories, custom fields, etc.MCP Server
Run commands or scripts from your terminal / CICLI
Have an agent that works autonomously (e.g. scrape & import on a schedule)Autonomous Agent
Call the API directly from your own codeREST API

Video walkthrough

We’re putting together a step-by-step video on connecting the MCP server to Claude and managing your directory by chat.
📹 Video coming soon. In the meantime, the MCP Server guide has full step-by-step setup instructions. Subscribe on YouTube to catch it when it drops.

Before you start

All three methods need the same two things:
1

An API token

In your Directify dashboard, go to Settings → API and click the Key icon to generate a token. Copy it somewhere safe — you won’t be able to see it again.
Treat your API token like a password. Anyone with it can manage your directories. You can revoke and regenerate it any time from Settings → API.
2

Your Directory ID

The numeric ID of the directory you want to manage. Find it in the dashboard URL when viewing a directory (/app/{directory_id}/...), or ask the AI to “list my Directify directories” once connected.
Requests are limited to 120 per minute per directory — plenty for AI-driven workflows. See Authentication for details.