kynth-mcp
This server provides two read-only lookup tools for public data: one for checking US local government website accessibility under ADA Title II, and another for checking nonprofit tax-exempt status and California fundraising compliance.
Look up ADA Title II website accessibility reports (
lookup_ada_report): Given a.govdomain, returns an accessibility grade (A–F), WCAG 2.1 AA violation counts (total, serious, critical), top failing rules, ADA Title II compliance deadline (April 2027 for communities 50,000+, April 2028 for smaller), and a link to the full public report on civicbinder.org.Look up nonprofit IRS/California good standing (
lookup_nonprofit_status): Given an EIN, checks the IRS auto-revocation list and California Registry of Charities delinquency/suspension lists. Returns revocation/reinstatement dates, whether the streamlined 15-month reinstatement window is open, and whether AB 488 requires blocking donations. Aclear: trueindicates no issues found.
No API key or signup needed; uses live public data.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@kynth-mcpIs austintexas.gov ADA compliant?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
kynth-mcp
MCP server from Kynth Studios. Two read-only lookup tools backed by live public data — municipal web-accessibility reports and nonprofit IRS status — no API key, no signup.
mcp-name: studio.kynth/kynth-mcp
Tools
lookup_ada_report(domain)
Looks up a US local-government domain in the CivicBinder Municipal Web Accessibility Index — axe-core scans of local-government .gov websites, graded A–F against WCAG 2.1 AA ahead of the ADA Title II deadlines (April 26, 2027 for communities of 50,000+; April 26, 2028 for smaller communities and special districts).
Returns the grade, violation counts (total / serious / critical), the top failing rules, the entity's deadline, and the public report page (https://civicbinder.org/ada/<domain>). The full index is also published as an open dataset at civicbinder.org/ada/dataset.json.
lookup_nonprofit_status(ein)
Checks a nonprofit's EIN against the IRS auto-revocation list and the California Registry of Charities delinquency/suspension lists, via GoodStanding. Returns revocation and reinstatement dates, whether the streamlined 15-month reinstatement window is still open, and whether AB 488 requires charitable fundraising platforms to block the organization's donation pages. A clear: true result means the EIN is on none of the tracked lists.
Related MCP server: propublica-npo-mcp
Install
npm install -g kynth-mcpOr run without installing: npx -y kynth-mcp
Run
kynth-mcp # stdio (for MCP clients)
kynth-mcp --http 8974 # streamable HTTP on http://localhost:8974/mcpClaude Code
claude mcp add kynth -- npx -y kynth-mcpClaude Desktop
Add to claude_desktop_config.json (Settings → Developer → Edit Config):
{
"mcpServers": {
"kynth": {
"command": "npx",
"args": ["-y", "kynth-mcp"]
}
}
}Example
Is the city website at 36thdistrictcourtmi.gov ADA compliant?
lookup_ada_report("36thdistrictcourtmi.gov") →
{
"found": true,
"domain": "36thdistrictcourtmi.gov",
"entity_name": "36th District Court",
"grade": "A",
"violations_total": 0,
"ada_title_ii_deadline": "2027-04-26",
"report_url": "https://civicbinder.org/ada/36thdistrictcourtmi.gov"
}License
MIT © Kynth Studios
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceEnables AI assistants to look up IRS nonprofit data, verify tax-deductible charity status, and search for organizations by name or location using the CharityAPI database.Last updated42
- AlicenseAqualityDmaintenanceProvides tools to search and retrieve nonprofit organization data and IRS filing summaries from ProPublica's Nonprofit Explorer, including side-by-side comparisons.Last updated4MIT

DataNexus MCPofficial
AlicenseAqualityAmaintenanceProvides AI-ready access to US/UK nonprofit data and OSS vulnerability intelligence via MCP, with 10 tools and no API key required.Last updated14553543Inno Setup- Flicense-qualityBmaintenanceKeyless, pay-per-call compliance & regulated-data tools for AI agents: OFAC wallet + sanctions/PEP + KYB screening, SEC filings, FRED economics, FDA recalls, federal awards, and continuous monitoring (watch a wallet/company/brand for status changes). USDC via x402 on Base/Solana, no API key, no signup.Last updated
Related MCP Connectors
ProPublica Nonprofit MCP — ProPublica Nonprofit Explorer API (free, no auth)
Domain & company intel for AI agents: RDAP, DNS, email deliverability, tech stack. No API keys.
Check domain name availability via RDAP. Single, bulk, and smart suggestions. No API key needed.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kyisaiah47/kynth-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server