# studio.kynth/kynth-mcp (npm · kynth-mcp)

ADA Title II accessibility reports for US .gov websites and nonprofit good-standing checks by EIN.

- Trust score: 60/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `kynth-mcp`: 60/100 (this document), [markdown](https://verifymcp.io/servers/studio-kynth-kynth-mcp/kynth-mcp.md), [page](https://verifymcp.io/servers/studio-kynth-kynth-mcp/kynth-mcp)

## Channel facts

- Registry: `npm`
- Package: `kynth-mcp`
- Version: `0.1.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**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (122 of 124), 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 (122 of 124), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: no source repository is declared.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 1 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 277 tokens (~138/item across 2 items; 2 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **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.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add studio-kynth-kynth-mcp -- npx -y kynth-mcp
```

### Codex

```bash
codex mcp add studio-kynth-kynth-mcp -- npx -y kynth-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add studio-kynth-kynth-mcp --command npx --arg -y --arg kynth-mcp
```

### Hermes

```yaml
mcp_servers:
  studio-kynth-kynth-mcp:
    command: "npx"
    args: ["-y", "kynth-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "studio-kynth-kynth-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kynth-mcp"
      ]
    }
  }
}
```

## 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 60, +7)

- [security improvement] Known CVEs: unverified → partial
- [functional improvement] Dependency health: unverified → partial

### 2026-08-02 (score 53, +4)

- [security regression] Known CVEs: partial → unverified
- [security improvement] Malware scan: unverified → pass
- [functional regression] Dependency health: partial → unverified

### 2026-08-01 (score 49)

First indexed and scored.

## MCP tools (2)

### `lookup_ada_report` (~145 tokens)

Look up an ADA Title II website accessibility report

Look up a US local-government (.gov) domain in the CivicBinder Municipal Web Accessibility Index. Returns the accessibility grade (A-F), WCAG 2.1 AA violation counts from an axe-core scan, the failing rules, the entity's ADA Title II compliance deadline (April 2027 or April 2028), and a link to the full public report page. Use for questions like "is cityofx.gov ADA compliant" or "how accessible is this county website".

Input parameters:

- `domain` (string, required): The .gov domain to look up, e.g. "denvergov.org" or "cityofmadison.com". Protocol and paths are stripped automatically.

### `lookup_nonprofit_status` (~132 tokens)

Look up nonprofit IRS / California good standing by EIN

Check a US nonprofit's standing by EIN against the IRS auto-revocation list (tax-exempt status revoked for three consecutive missed Form 990 filings) and California Registry of Charities delinquency/suspension lists. Returns revocation and reinstatement dates, whether the streamlined 15-month reinstatement window is still open, and whether AB 488 requires fundraising platforms to block donations. A "clear" result means the EIN is on none of the tracked lists.

Input parameters:

- `ein` (string, required): The organization's 9-digit EIN, with or without a dash, e.g. "12-3456789".

## Diagnostics

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

## Score history

- 2026-08-03: 60
- 2026-08-02: 53
- 2026-08-01: 49

## Links

- npm package: https://www.npmjs.com/package/kynth-mcp
- Socket report: https://socket.dev/npm/package/kynth-mcp
- Website: https://github.com/kyisaiah47/kynth-mcp
- Changelog RSS feed: https://verifymcp.io/servers/studio-kynth-kynth-mcp/kynth-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/studio-kynth-kynth-mcp/kynth-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/studio-kynth-kynth-mcp/kynth-mcp
