Jeikin✓
com.jeikin/mcp · v0.3.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.jeikin/mcp",
"description": "Accessibility compliance for AI coding tools. WCAG 2.2 reviews with shared evidence.",
"title": "Jeikin",
"repository": {
"url": "https://github.com/ssmancha/jeikin",
"source": "github"
},
"version": "0.3.1",
"websiteUrl": "https://jeikin.com",
"remotes": [
{
"type": "streamable-http",
"url": "https://jeikin.com/api/mcp",
"headers": [
{
"description": "Bearer token issued from your Jeikin project settings (Bearer jk_...)",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}