studio.kynth/kynth-mcp
NPM · KYNTH-MCP · SCANNED AUG 3
ADA Title II accessibility reports for US .gov websites and nonprofit good-standing checks by EIN.
Available components
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. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (122 of 124), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (122 of 124), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: no source repository is declared. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 1 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability77
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 277 tokens (~138/item across 2 items; 2 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
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.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · kynth-mcp
claude mcp add studio-kynth-kynth-mcp -- npx -y kynth-mcp
codex mcp add studio-kynth-kynth-mcp -- npx -y kynth-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"studio-kynth-kynth-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"kynth-mcp"
],
"enabled": true
}
}
} openclaw mcp add studio-kynth-kynth-mcp --command npx --arg -y --arg kynth-mcp
mcp_servers:
studio-kynth-kynth-mcp:
command: "npx"
args: ["-y", "kynth-mcp"] {
"mcpServers": {
"studio-kynth-kynth-mcp": {
"command": "npx",
"args": [
"-y",
"kynth-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +7
- Known CVEs: unverified → partial ▲ security
- Dependency health: unverified → partial ▲ functional
- 2 Aug 26 +4
- Known CVEs: partial → unverified ▼ security
- Malware scan: unverified → pass ▲ security
- Dependency health: partial → unverified ▼ functional
- 1 Aug 26 49
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 122 packages
122 packages in the resolved dependency tree · 122 deprecated · 35 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
lookup_ada_report Look up an ADA Title II website accessibility report ~145
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".
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | The .gov domain to look up, e.g. "denvergov.org" or "cityofmadison.com". Protocol and paths are stripped automatically. |
No output schema declared.
No examples provided.
lookup_nonprofit_status Look up nonprofit IRS / California good standing by EIN ~132
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.
| Name | Type | Req | Description |
|---|---|---|---|
| ein | string | yes | The organization's 9-digit EIN, with or without a dash, e.g. "12-3456789". |
No output schema declared.
No examples provided.