From 25424cf15d3e9b209113534a34d58ee1bd6ccfa2 Mon Sep 17 00:00:00 2001 From: arseniigruzdev Date: Mon, 31 Aug 2026 19:53:19 +0700 Subject: [PATCH] Add Index-Now.ru MCP server --- servers/index-now-ru-mcp.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 servers/index-now-ru-mcp.yaml diff --git a/servers/index-now-ru-mcp.yaml b/servers/index-now-ru-mcp.yaml new file mode 100644 index 0000000..b0f662d --- /dev/null +++ b/servers/index-now-ru-mcp.yaml @@ -0,0 +1,29 @@ +id: index-now-ru-mcp +name: Index-Now.ru MCP Server +description: > + Remote MCP server for Index-Now.ru. Authenticated users can inspect projects + and sites, submit URLs for indexing, retrieve statuses and history, work with + sitemaps, and run page SEO audits through the Index-Now.ru cloud API at + https://index-now.ru/mcp. +author: + name: Arseniy Gruzdev + github: arseniigruzdev +repository: https://github.com/arseniigruzdev/index-now-ru-mcp +transport: + - http-streaming +category: Cloud +tags: + - mcp + - seo + - indexnow + - url-submission + - sitemap + - site-audit +created_at: "2026-08-31T00:00:00.000Z" +updated_at: "2026-08-31T00:00:00.000Z" +env_vars: + - name: INDEX_NOW_API_KEY + description: User API key sent as a Bearer Authorization header to Index-Now.ru. + required: true +license: CC0-1.0 +version: "1.0.0"