# ProjectThunder (remote · www.projectthunder.com)

ERP and B2B ecommerce rollout research: ERP fit, migration plans, site scans, ERP partner directory.

- Trust score: 76/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-26

## Components

- remote · `www.projectthunder.com`: 76/100 (this document), [markdown](https://verifymcp.io/servers/com-projectthunder-site/www.md), [page](https://verifymcp.io/servers/com-projectthunder-site/www)

## Channel facts

- Endpoint: `https://www.projectthunder.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, 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-09-26.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 82/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1850 tokens (~168/item across 11 items; 11 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 7/100
  - Stability observed for 2 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.
  - Structured output schemas are declared (91% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 11 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 12 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the ProjectThunder MCP server?

ProjectThunder is a hosted endpoint at https://www.projectthunder.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http com-projectthunder-site 'https://www.projectthunder.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-projectthunder-site": {
      "url": "https://www.projectthunder.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-projectthunder-site": {
      "type": "http",
      "url": "https://www.projectthunder.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-projectthunder-site]
url = "https://www.projectthunder.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-projectthunder-site": {
      "type": "remote",
      "url": "https://www.projectthunder.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-projectthunder-site --url 'https://www.projectthunder.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-projectthunder-site:
    url: "https://www.projectthunder.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-projectthunder-site": {
      "Transport": "http",
      "Url": "https://www.projectthunder.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-projectthunder-site -t streamable-http -u 'https://www.projectthunder.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-projectthunder-site": {
      "type": "http",
      "url": "https://www.projectthunder.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## 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-09-26 (score 76, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-25 (score 75, 0)

- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “get_page” rewrote its description, which is the text the model reads
- [security] Tool “list_articles” rewrote its description, which is the text the model reads
- [security] Tool “list_pages” rewrote its description, which is the text the model reads
- [security] Tool “search_site” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: pass → fail
- [functional improvement] Tool coverage: 83% → 91%
- [functional improvement] Stability: unverified → 0.03
- [functional] The server now declares the “prompts” capability
- [functional] First check of Schema quality: 100
- [functional] New prompt “erp_commerce_fit”
- [functional] New prompt “plan_replatform”
- [functional] New prompt “research_erp_partners”
- [functional] New prompt “review_website”
- [functional] Server version: 1.0.0 → 1.1.0
- [functional] New tool “assess_erp_commerce_fit”
- [functional] New tool “get_contact_info”
- [functional] New tool “list_case_studies”
- [functional] New tool “plan_commerce_migration”
- [functional] New tool “scan_website”
- [cosmetic] “get_page” added an optional parameter “language”
- [cosmetic] “list_articles” added an optional parameter “language”
- [cosmetic] “list_pages” added an optional parameter “language”
- [cosmetic] “search_site” added an optional parameter “language”

### 2026-09-24 (score 75)

First indexed and scored.

## MCP tools (11)

### `get_page` (~199 tokens)

Read a projectthunder.com page

Returns one page or Insights article from projectthunder.com as Markdown: title, URL, summary and the full content. Accepts a full URL (https://www.projectthunder.com/bigcommerce-sap-integration.html) or a path (/bigcommerce-sap-integration.html). A URL on projectthunder.mx, pt.projectthunder.com or projectthunder.asia returns that language's page.

Input parameters:

- `language` (string|null): Optional language: en (default), es, pt or zh. Spanish, Portuguese and Chinese results come from projectthunder.mx, pt.projectthunder.com and projectthunder.asia. The ERP partner directory and partne…
- `url` (string, required): Full URL or path of the page, as returned by search_site, list_pages or list_articles.

### `get_contact_info` (~129 tokens)

How to reach ProjectThunder

ProjectThunder's phone number, email, contact page, mailing address, where the team works and the topics the contact form covers. Use it when someone wants to talk to ProjectThunder about a project.

Input parameters:

- `language` (string|null): Optional language: en (default), es, pt or zh. Spanish, Portuguese and Chinese results come from projectthunder.mx, pt.projectthunder.com and projectthunder.asia. The ERP partner directory and partne…

Output parameters:

- `company` (string)
- `contactPage` (string)
- `email` (string)
- `freeWebsiteScan` (string)
- `inBusinessSince` (string)
- `mailingAddress` (string)
- `phone` (string)
- `responseTime` (string)
- `topics` (array)
- `whereWeWork` (string)

### `list_articles` (~138 tokens)

List ProjectThunder Insights articles

Lists the Insights articles (B2B e-commerce, ERP integration, agentic commerce, .NET modernization, .NET MAUI) with publish dates and summaries, newest first. Use get_page to read one. English by default; set language for the Spanish, Portuguese or Chinese site.

Input parameters:

- `language` (string|null): Optional language: en (default), es, pt or zh. Spanish, Portuguese and Chinese results come from projectthunder.mx, pt.projectthunder.com and projectthunder.asia. The ERP partner directory and partne…

Output parameters:

- `count` (integer)
- `pages` (array)

### `list_case_studies` (~119 tokens)

List ProjectThunder case studies

Projects from ProjectThunder's portfolio: the client, the platform (Sana Commerce, BigCommerce, DynamicWeb, mobile, AI), the industry, the ERP where the site names it, and what was built. Optionally filter by platform or by a word such as an industry.

Input parameters:

- `keyword` (string|null): Optional word to match in the industry, client name or description, for example "food" or "distribution".
- `platform` (string|null): Optional platform filter, for example "BigCommerce" or "Sana Commerce".

Output parameters:

- `caseStudies` (array)
- `count` (integer)
- `note` (string)

### `get_erp_partner` (~54 tokens)

Get one ERP partner listing

Returns one listing from the ERP partner directory by slug or name, for example "key-partner-solutions".

Input parameters:

- `partner` (string, required): The partner's slug (from list_erp_partners) or its name.

Output parameters:

- `companyLinkedIn` (string|null)
- `contact` (string|null)
- `contactLinkedIn` (string|null)
- `contactTitle` (string|null)
- `country` (string)
- `erps` (array)
- `industries` (array)
- `kind` (string)
- `lastUpdated` (string)
- `listedOn` (string)
- `location` (string)
- `microsoftCredentials` (array)
- `name` (string)
- `products` (array)
- `profileUrl` (string)
- `services` (array)
- `slug` (string)
- `specialties` (array)
- `summary` (string)
- `website` (string)

### `plan_commerce_migration` (~177 tokens)

Plan a B2B e-commerce migration

A rollout plan for moving a B2B store from one platform to another around an ERP, from ProjectThunder's published method: the migration paths its pages cover, project phases, a pre-migration checklist, risks with mitigations, which integration pattern fits (real-time, middleware or batch), when each platform is the right target, and the ERP's own caveats when one is named. Every point links to its source page.

Input parameters:

- `erp` (string|null): Optional ERP the store must integrate with.
- `from` (string, required): The current platform, for example "Sana 9.3", "Magento 2", "legacy .NET store" or "no store yet".
- `to` (string|null): Optional target platform: Sana Commerce Cloud, BigCommerce, DynamicWeb or Wardenclyffe.

Output parameters:

- `checklist` (array)
- `erp` (string|null)
- `erpFit` (object|null)
- `from` (string)
- `gaps` (array)
- `guides` (array)
- `integrationPatterns` (array)
- `matchingPaths` (array)
- `more` (object)
- `note` (string)
- `phases` (array)
- `platformChoice` (array)
- `risks` (array)
- `to` (string|null)

### `list_pages` (~138 tokens)

List projectthunder.com pages

Lists the pages on projectthunder.com with title, URL, type and one-line summary, in site order. English by default; set language for the Spanish, Portuguese or Chinese site.

Input parameters:

- `language` (string|null): Optional language: en (default), es, pt or zh. Spanish, Portuguese and Chinese results come from projectthunder.mx, pt.projectthunder.com and projectthunder.asia. The ERP partner directory and partne…
- `type` (string|null): Optional filter: page, article, directory, partner or legal.

Output parameters:

- `count` (integer)
- `pages` (array)

### `scan_website` (~153 tokens)

Scan a website's platform and health

Scans one public website with ProjectThunder's site scan: detects the commerce platform and technologies in use (public BuiltWith data plus the home page), then returns a plain-English summary, what is working, risks that may be costing customers, growth and modernization opportunities, SEO and security notes, AI opportunities, and 0-100 scores. Free; it asks for no name, email or account. Scans the site's home page. Each website gets one fresh scan every 30 days; asking again returns the saved scan with its date. A fresh scan takes 10 to 40 seconds.

Input parameters:

- `url` (string, required): The website to scan, for example "example.com" or "https://www.example.com".

Output parameters:

- `aiOpportunities` (array)
- `complete` (boolean)
- `customerRisks` (array)
- `fromSavedScan` (boolean)
- `growthOpportunities` (array)
- `modernizations` (array)
- `note` (string)
- `scannedAt` (string)
- `scores` (object)
- `securityNotes` (array)
- `seoNotes` (array)
- `site` (string)
- `summary` (string)
- `techStack` (array)
- `url` (string)
- `whatsWorking` (array)

### `assess_erp_commerce_fit` (~213 tokens)

Check how an ERP fits a B2B e-commerce platform

For an ERP (and optionally a version and an e-commerce platform), returns how it integrates with Sana Commerce Cloud, BigCommerce, DynamicWeb or Wardenclyffe, version notes such as end-of-support dates, what to settle first, the guides that cover it, and implementation partners in ProjectThunder's ERP partner directory. Every point carries the URL of the page it comes from. Examples: "Business Central", "Dynamics GP 2018", "SAP Business One", "NAV 2009 R2".

Input parameters:

- `erp` (string, required): The ERP, for example "Business Central", "Dynamics NAV", "SAP S/4HANA" or "Epicor Kinetic".
- `platform` (string|null): Optional e-commerce platform to focus on: Sana Commerce Cloud, BigCommerce, DynamicWeb or Wardenclyffe.
- `version` (string|null): Optional ERP version or edition, for example "2009 R2", "GP 2018" or "on-premises".

Output parameters:

- `count` (integer)
- `erps` (array)
- `gaps` (array)
- `note` (string)
- `platform` (string|null)
- `query` (string)
- `version` (string|null)

### `list_erp_partners` (~90 tokens)

List ERP partners and consultants

Lists the firms and independent consultants in ProjectThunder's ERP partner directory, optionally filtered by ERP (for example Business Central or Dynamics NAV). Each listing includes location, ERPs, Microsoft credentials, products, services, specialties, industries and links.

Input parameters:

- `erp` (string|null): Optional ERP filter by name or slug, for example "Business Central", "business-central" or "Dynamics NAV".

Output parameters:

- `count` (integer)
- `erp` (string|null)
- `erpsWithPartners` (array)
- `note` (string)
- `partners` (array)

### `search_site` (~236 tokens)

Search projectthunder.com

Search the pages on projectthunder.com: services, platform guides (BigCommerce, Sana Commerce, DynamicWeb), ERP integration guides (SAP, Business Central, Dynamics GP, NAV, AX, Epicor), comparisons, Insights articles, the ERP partner directory and partner profiles. Returns the best matches with a snippet. Use get_page to read a result in full. English by default; set language for the Spanish, Portuguese or Chinese site.

Input parameters:

- `language` (string|null): Optional language: en (default), es, pt or zh. Spanish, Portuguese and Chinese results come from projectthunder.mx, pt.projectthunder.com and projectthunder.asia. The ERP partner directory and partne…
- `limit` (integer): Maximum results, 1 to 25. Default 8.
- `query` (string, required): What to look for, in plain words, for example "SAP ECC integration" or "Business Central partner pricing".
- `type` (string|null): Optional filter: page, article, directory, partner or legal.

Output parameters:

- `count` (integer)
- `query` (string)
- `results` (array)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-projectthunder-site/www#diagnostics

## Score history

- 2026-09-26: 76
- 2026-09-25: 75
- 2026-09-24: 75

## Common questions

### What is the ProjectThunder MCP server?

ProjectThunder is an MCP server listed in the public MCP registry as com.projectthunder/site. ERP and B2B ecommerce rollout research: ERP fit, migration plans, site scans, ERP partner directory. This page covers its hosted endpoint (https://www.projectthunder.com/mcp).

### Is the ProjectThunder MCP server safe to use?

ProjectThunder scores 76 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the ProjectThunder MCP server expose?

ProjectThunder exposes 11 tools: get_page, get_contact_info, list_articles, list_case_studies, get_erp_partner, and 6 more. Their descriptions and schemas cost roughly 1,646 tokens of context every time the server is loaded.

### Does the ProjectThunder MCP server require authentication?

No. We connected to ProjectThunder without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the ProjectThunder MCP server still maintained?

ProjectThunder is still listed as active in the MCP registry. We last reached this channel on 26 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://www.projectthunder.com/mcp
- Website: https://www.projectthunder.com/mcp-server.html
- Changelog RSS feed: https://verifymcp.io/servers/com-projectthunder-site/www.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-projectthunder-site/www.json
- HTML version of this page: https://verifymcp.io/servers/com-projectthunder-site/www
