PluginBench
MCP Server

CSOAI GSPC measurement MCP Server

io.github.CSOAI-ORG/gspc

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/assess

Related MCP servers

Contract Review Ai MCP Server by MEOK AI Labs

2
Python
MIT
View repository →

Iso 27001 Ai MCP Server by MEOK AI Labs

2
Python
MIT
View repository →

Music Production Ai MCP Server by MEOK AI Labs

2
Python
MIT
View repository →

Pet Care Ai MCP Server by MEOK AI Labs

2
Python
MIT
View repository →

Children's privacy compliance: COPPA (US), FERPA (US edu), EU AI Act children's provisions, UK A...

1
Python
MIT
View repository →

Csoai Governance Crosswalk MCP Server by MEOK AI Labs

1
Python
View repository →