Directify
Directify Logo
Directify Logo
Directify
AI-Powered Automation

Manage Your Directory
with AI

Connect your directory to Claude, ChatGPT, Cursor, or any LLM. Add listings, organize content, and publish articles through natural language.

Powerful API Built for AI

Every feature accessible via API. LLMs can create listings, manage categories, publish articles, and more
7
Resource Types
25+
Endpoints
100
Bulk Create Limit
120
Requests / Min

Four Ways to Connect AI

CLI Tool

Directify CLI

Manage your directory from the terminal or automate with scripts. Great for LLM-powered workflows that need structured command output.

  • Create, update, delete listings from terminal
  • Bulk import from JSON files
  • Manage categories, tags, and articles
  • JSON output for piping to other tools
  • Set custom field values with --field key=value
Terminal
$ npm install -g directify-cli

$ directify auth login YOUR_TOKEN
✓ Authenticated as John ([email protected])

$ directify config set-directory 123

$ directify listings create \
    --name "Bella Trattoria" \
    --address "123 Main St, NYC" \
    --field "cuisine_type=Italian"
✓ Listing created: Bella Trattoria (ID: 456)

$ directify listings list --json | jq '.data[].name'
claude_desktop_config.json
{
  "mcpServers": {
    "directify": {
      "command": "npx",
      "args": ["-y", "directify-mcp"],
      "env": {
        "DIRECTIFY_API_TOKEN": "your-token",
        "DIRECTIFY_DIRECTORY_ID": "123"
      }
    }
  }
}
Local MCP Server

Directify MCP (Local)

The easiest way to let AI manage your directory. Just tell Claude or Cursor what you want — "add 10 restaurants", "update all descriptions" — and it happens.

  • Works with Claude Desktop & Claude Code
  • Compatible with Cursor IDE
  • 25 tools covering the full API
  • "Create 10 restaurants with addresses" — done
claude_desktop_config.json
{
  "mcpServers": {
    "directify": {
      "command": "npx",
      "args": [
        "-y", "mcp-remote",
        "https://mcp.directify.app/mcp",
        "--header", "Authorization:Bearer TOKEN",
        "--header", "X-Directory-ID:123"
      ]
    }
  }
}
Remote MCP Server

Remote MCP

NEW

Zero installation required. Connect any MCP client to our hosted server at mcp.directify.app and start managing your directory instantly.

  • No npm install, no Node.js required
  • Authenticate with your existing API token
  • Same 25 tools as the local MCP server
  • Works with Claude Desktop, Cursor, Windsurf, and more
AI Agent

OpenClaw Agent

A fully autonomous AI agent that manages your directory through chat. Message it on Telegram, Discord, or Signal — it handles the rest.

  • "Add 20 Italian restaurants in NYC"
  • Bulk import from CSV by pasting data
  • Works on Telegram, Discord, Signal
  • Multi-agent support with delegation
Directify Agent
You
Import these restaurants: Bella Trattoria (Italian, $$$, Downtown), Sakura Sushi (Japanese, $$$$, Midtown), The Burger Joint (American, $$, West End)
AI
Created 3 listings:
1. Bella Trattoria (ID: 456) - Italian, $$$
2. Sakura Sushi (ID: 457) - Japanese, $$$$
3. The Burger Joint (ID: 458) - American, $$

All set to active with categories assigned.

Start Building Your Directory Today

Join creators who are turning their ideas into profitable directories.
Free to build and preview
7-day free trial
Cancel anytime