API + MCP
$9/mo
- 10,000 requests / day
- Up to 100 results per page
- 10 API keys
- Full catalog · REST + MCP
API · MCP
Query 1000 ranked directories by niche, DR, dofollow, and verdict. Same ranking as the site — REST + MCP for $9/mo.
Sign in, subscribe for $9/mo, then create an API key for REST and MCP.
$9/mo
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" q — search name, host, summarycollection — good · top · saascategory · link_type · pricingmin_dr · max_dr · dofollow · freequality_tier · saas_fit · goalsort — rank · dr · name · scorelimit · offset
Hosted MCP — nothing to install. Point Cursor / Claude at
https://seomade.app/api/mcp with your key (same as REST).
{
"mcpServers": {
"seomade": {
"url": "https://seomade.app/api/mcp",
"headers": {
"Authorization": "Bearer sm_live_…"
}
}
}
} 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.