API · MCP

Directory data for builders and agents

Query 1000 ranked directories by niche, DR, dofollow, and verdict. Same ranking as the site — REST + MCP for $9/mo.

Your keys

Sign in, subscribe for $9/mo, then create an API key for REST and MCP.

Pricing

API + MCP

$9/mo

  • 10,000 requests / day
  • Up to 100 results per page
  • 10 API keys
  • Full catalog · REST + MCP
Sign in to subscribe

REST API

Base URL https://seomade.app/api/v1. Auth: Authorization: Bearer sm_live_… or X-API-Key.

# Search free dofollow directories for SaaS
curl -s "https://seomade.app/api/v1/directories?collection=saas&dofollow=true&free=true&limit=10" \
  -H "Authorization: Bearer $SEOMADE_API_KEY"

# One directory
curl -s "https://seomade.app/api/v1/directories/product-hunt" \
  -H "Authorization: Bearer $SEOMADE_API_KEY"

# Meta (categories, limits)
curl -s "https://seomade.app/api/v1/meta" \
  -H "Authorization: Bearer $SEOMADE_API_KEY"

Query params

  • q — search name, host, summary
  • collectiongood · top · saas
  • category · link_type · pricing
  • min_dr · max_dr · dofollow · free
  • quality_tier · saas_fit · goal
  • sortrank · dr · name · score
  • limit · offset

MCP

Hosted MCP — nothing to install. Point Cursor / Claude at https://seomade.app/api/mcp with your key (same as REST).

Cursor

{
  "mcpServers": {
    "seomade": {
      "url": "https://seomade.app/api/mcp",
      "headers": {
        "Authorization": "Bearer sm_live_…"
      }
    }
  }
}

Claude Code

claude mcp add --transport http seomade https://seomade.app/api/mcp \
  --header "Authorization: Bearer sm_live_…"

Tools: search_directories, get_directory, catalog_meta. Local stdio fallback still lives in the mcp/ package if you need it.