Skip to content

Releases: sharozdawa/indexnow-mcp

v1.0.1

Choose a tag to compare

@sharozdawa sharozdawa released this 21 Mar 20:30

Add LICENSE, glama.json, and Dockerfile for Glama MCP registry

v1.0.0 - Initial Release

Choose a tag to compare

@sharozdawa sharozdawa released this 21 Mar 11:15

indexnow-mcp v1.0.0

Instant URL indexing for AI agents via MCP.

Tools

  • indexnow_submit — Submit URLs to Bing, Yandex, Naver, Seznam
  • google_indexing_submit — Submit to Google Indexing API
  • google_indexing_status — Check indexing notification status
  • indexnow_submit_sitemap — Parse sitemap and submit all URLs
  • indexnow_generate_key — Generate API key and verification file
  • indexnow_list_engines — List supported engines

Install

{
  "mcpServers": {
    "indexnow": {
      "command": "npx",
      "args": ["-y", "indexnow-mcp"]
    }
  }
}