| name | indexfast |
| description | Use IndexFast for agentic SEO operations: indexing health checks, sitemap discovery, IndexNow/Bing submissions, diagnostics, alerts, directory resources, and CLI/MCP/API workflows. |
IndexFast
Use this skill when a user wants to improve search visibility, audit indexing problems, submit changed URLs safely, connect SEO workflows to an AI IDE, or operate IndexFast through API, MCP, or CLI.
Setup
- API base:
https://indexfast.co/api/v1
- MCP endpoint:
https://indexfast.co/api/mcp
- Auth:
Authorization: Bearer <INDEXFAST_API_KEY>
- CLI install:
curl -fsSL https://indexfast.co/install.sh | sh
Safe SEO Rules
- Never promise guaranteed Google indexing.
- Use Google Indexing API only for eligible
JobPosting or livestream BroadcastEvent pages.
- Use IndexNow/Bing as discovery signals, not ranking guarantees.
- Diagnose crawlability before submitting URLs.
- Do not spam third-party directories; prioritize relevant, high-quality channels.
Common Workflows
pSEO Launch Audit
- List connected sites.
- Discover and sync sitemaps.
- Run diagnostics on representative URLs.
- Submit new or changed URLs through verified engines.
- Recommend P0/P1 launch directories and AI visibility resources.
Indexing Recovery
- List alerts and recent failed submissions.
- Inspect URLs marked
blockers, not_indexed, or failed.
- Check HTTP status, noindex, canonical, robots rules, and sitemap presence.
- Submit only URLs that are technically indexable.
Agentic SEO Setup
- Generate an IndexFast API key directly inside the
/dashboard/mcp console (automatically configured with mcp:use and default data scopes).
- Copy and add the generated MCP server config block to the user's AI IDE config (Cursor, Claude Desktop).
- Use IndexFast resources and MCP tools to automate site indexing checks.
CLI Commands (Zero-install)
npx indexfast login --api-key "$INDEXFAST_API_KEY"
npx indexfast site add example.com --name "Example"
npx indexfast sitemap discover --site SITE_ID
npx indexfast sitemap sync --site SITE_ID
npx indexfast submit --site SITE_ID https://example.com/page
npx indexfast diagnose --site SITE_ID https://example.com/page
npx indexfast resources directories --priority P0
npx indexfast mcp install
CI/CD Integration
You can use the CLI in GitHub Actions or Vercel deployments:
- Export
INDEXFAST_API_KEY as a secret.
- Run
npx indexfast sitemap sync --site <ID> post-build to guarantee up-to-date sitemaps.
MCP Tools
list_sites
add_site
discover_sitemaps
sync_sitemap
submit_url
bulk_submit_urls
run_diagnostics
list_alerts
list_submissions
list_urls
list_seo_tools
list_directories
recommend_seo_resources