API Tools
clevernett.be
Provides an API to retrieve company information, contact details, team members, and public pages for CleverNett.
ENDPOINT 1
https://clevernett.be/mcp
MCP server metadata
- Name
- clevernett-mcp
- Version
- 0.1.0
Tools that expose public CleverNett website info: company summary, contact details, team members, and the list of pages. Use these to answer questions about CleverNett.
Known tools 4
get_company_infoReturns a summary of CleverNett — a Belgian developer of green electricity for SMEs via corporate PPA (cPPA) with fixed long-term pricing.
Inferred read-onlyget_contactReturns CleverNett's general contact details: email, phone, and location.
Potential side effectslist_pagesReturns all public pages on the CleverNett website with their path and title.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.clevernett-mcp]
url = "https://clevernett.be/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"clevernett-mcp": {
"type": "http",
"url": "https://clevernett.be/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: clevernett-mcp
Remote MCP URL: https://clevernett.be/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"clevernett-mcp": {
"url": "https://clevernett.be/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"clevernett-mcp": {
"type": "http",
"url": "https://clevernett.be/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "clevernett-mcp",
"transport": "streamable-http",
"url": "https://clevernett.be/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for clevernett.be was fetched 2026-08-25T20:40:21.421Z.
clevernett.be is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.