What is the CSOAI GSPC measurement MCP server?
CSOAI (UK 16939677) GSPC measurement over MCP: assess, board (13 of 14), verify cards.
How to install CSOAI GSPC measurement
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"gspc": {
"url": "https://councilof.ai/api/assess"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"gspc": {
"serverUrl": "https://councilof.ai/api/assess"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"gspc": {
"type": "http",
"url": "https://councilof.ai/api/assess"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"gspc": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://councilof.ai/api/assess"
]
}
}
}Claude Code
claude mcp add --transport http gspc https://councilof.ai/api/assessRelated MCP servers
Children's privacy compliance: COPPA (US), FERPA (US edu), EU AI Act children's provisions, UK A...
1
View repository →Python
MIT