# io.github.joepangallo/mcp-server-indexforge (npm · mcp-server-indexforge)

Submit URLs to Google and Bing for indexing, scan sitemaps, check index status.

- Trust score: 64/100 (medium)
- Change this week: +24
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `mcp-server-indexforge`: 64/100 (this document), [markdown](https://verifymcp.io/servers/joepangallo-mcp-server-indexforge/mcp-server-indexforge.md), [page](https://verifymcp.io/servers/joepangallo-mcp-server-indexforge/mcp-server-indexforge)

## Channel facts

- Registry: `npm`
- Package: `mcp-server-indexforge`
- Version: `1.0.2`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 154 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 616 tokens (~56/item across 11 items; 11 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add joepangallo-mcp-server-indexforge -- npx -y mcp-server-indexforge
```

### Codex

```bash
codex mcp add joepangallo-mcp-server-indexforge -- npx -y mcp-server-indexforge
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "joepangallo-mcp-server-indexforge": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "mcp-server-indexforge"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add joepangallo-mcp-server-indexforge --command npx --arg -y --arg mcp-server-indexforge
```

### Hermes

```yaml
mcp_servers:
  joepangallo-mcp-server-indexforge:
    command: "npx"
    args: ["-y", "mcp-server-indexforge"]
```

### Other

```json
{
  "mcpServers": {
    "joepangallo-mcp-server-indexforge": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-indexforge"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 64, +33)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.27
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → excellent
- [functional] Licence: MIT

### 2026-08-02 (score 31, +2)

- [security regression] Provenance: fail → unverified
- [security regression] Install scripts: pass → unverified
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Capabilities: pass → unverified
- [functional regression] License: pass → unverified
- [functional regression] Maintenance: pass → unverified
- [functional] Licence: MIT

### 2026-08-01 (score 29, +29)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional] Licence: MIT

### 2026-07-31 (score 0, −18)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 18, −22)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 40)

First indexed and scored.

## MCP tools (11)

### `indexing_status` (~48 tokens)

Get an overview of your IndexForge account — total domains, URLs, how many are indexed, how many are submitted, and how many are dead (404). Also shows your current plan and limits.

### `list_domains` (~30 tokens)

List all domains managed in your IndexForge account with their URL counts, indexing stats, and last scan dates.

### `add_domain` (~81 tokens)

Add a new domain to IndexForge for indexing management. Optionally provide a custom sitemap URL (defaults to /sitemap.xml). Returns the domain ID needed for other operations.

Input parameters:

- `domain` (string, required): The domain to add (e.g. 'example.com')
- `sitemap_url` (string): Custom sitemap URL (default: https://domain/sitemap.xml)

### `remove_domain` (~38 tokens)

Remove a domain from IndexForge. Use list_domains first to get the domain ID.

Input parameters:

- `domain_id` (string, required): The domain ID to remove

### `scan_sitemap` (~72 tokens)

Scan a domain's sitemap to discover new URLs. This fetches and parses the sitemap XML (including gzipped and sitemap index files) and adds any new URLs to the domain. Run this after deploying new content.

Input parameters:

- `domain_id` (string, required): The domain ID to scan (use list_domains to find it)

### `submit_urls` (~71 tokens)

Submit pending URLs to Google (via Indexing API, 200/day limit) and to Bing/Yandex/10+ search engines (via IndexNow, unlimited). Only submits URLs that haven't been submitted yet or that need resubmission.

Input parameters:

- `domain_id` (string, required): The domain ID to submit URLs for

### `check_404s` (~56 tokens)

Check all URLs in a domain for broken links (404s). Sends HEAD requests to every URL and categorizes them as live, redirect, dead, or error.

Input parameters:

- `domain_id` (string, required): The domain ID to check

### `check_index_status` (~46 tokens)

Check which URLs are actually indexed by Google using the URL Inspection API (requires Google service account credentials uploaded for this domain).

Input parameters:

- `domain_id` (string, required): The domain ID to inspect

### `list_urls` (~82 tokens)

List URLs for a domain with their submission status, index status, and HTTP status. Paginated — use page and limit parameters for large domains.

Input parameters:

- `domain_id` (string, required): The domain ID
- `limit` (number): URLs per page (default: 50, max: 500)
- `page` (number): Page number (default: 1)

### `push_to_index` (~61 tokens)

One-shot command: scan the sitemap for new URLs, then immediately submit everything to Google and IndexNow. Use this after deploying a website or publishing new content. This is the most common operation.

Input parameters:

- `domain_id` (string, required): The domain ID to push

### `submission_history` (~31 tokens)

View recent submission history — which domains were submitted, how many URLs went to Google vs IndexNow, and when.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/joepangallo-mcp-server-indexforge/mcp-server-indexforge#diagnostics

## Score history

- 2026-08-03: 64
- 2026-08-02: 31
- 2026-08-01: 29
- 2026-07-31: 0
- 2026-07-30: 18
- 2026-07-28: 40
- 2026-07-27: 40

## Links

- npm package: https://www.npmjs.com/package/mcp-server-indexforge
- Socket report: https://socket.dev/npm/package/mcp-server-indexforge
- Changelog RSS feed: https://verifymcp.io/servers/joepangallo-mcp-server-indexforge/mcp-server-indexforge/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/joepangallo-mcp-server-indexforge/mcp-server-indexforge/changelog.json
- HTML version of this page: https://verifymcp.io/servers/joepangallo-mcp-server-indexforge/mcp-server-indexforge
