MCP Server
io.github.mister-franklin/wetwetwet-legislation MCP Server
io.github.mister-franklin/wetwetwet-legislation
What is the io.github.mister-franklin/wetwetwet-legislation MCP server?
Search Belgian & EU legislation: verbatim article text, per-article links, legal Q&A.
How to install io.github.mister-franklin/wetwetwet-legislation
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"wetwetwet-legislation": {
"url": "https://wetwetwet.be/mcp/"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"wetwetwet-legislation": {
"serverUrl": "https://wetwetwet.be/mcp/"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"wetwetwet-legislation": {
"type": "http",
"url": "https://wetwetwet.be/mcp/"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"wetwetwet-legislation": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://wetwetwet.be/mcp/"
]
}
}
}Claude Code
claude mcp add --transport http wetwetwet-legislation https://wetwetwet.be/mcp/Related MCP servers
io.github.mister-franklin/gdpr-decisions
Maintained
EU GDPR decisions by thedpo.eu — search all EU DPA decisions and recommendations
1
View repository →Python
MIT