MCP Server
Active
MIT
io.github.CSOAI-ORG/coppa-ferpa-mcp MCP Server
io.github.CSOAI-ORG/coppa-ferpa-mcp
What is the io.github.CSOAI-ORG/coppa-ferpa-mcp MCP server?
Children's privacy compliance: COPPA (US), FERPA (US edu), EU AI Act children's provisions, UK A...
How to install io.github.CSOAI-ORG/coppa-ferpa-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"coppa-ferpa-mcp": {
"command": "python",
"args": [
"coppa-ferpa-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"coppa-ferpa-mcp": {
"command": "python",
"args": [
"coppa-ferpa-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"coppa-ferpa-mcp": {
"command": "python",
"args": [
"coppa-ferpa-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"coppa-ferpa-mcp": {
"type": "stdio",
"command": "python",
"args": [
"coppa-ferpa-mcp"
]
}
}
}Claude Code
claude mcp add coppa-ferpa-mcp -- python coppa-ferpa-mcpRelated MCP servers
DORA (EU Digital Operational Resilience Act) compliance for AI agents. 5-pillar audit, incident ...
1
View repository →Python
MIT
Tiny zero-dependency verifier for MEOK AI Labs compliance attestations (DORA, NIS2, CRA, EU AI Act,
1
View repository →Python
MIT