← Registry

API Tools

clevernett.be

Provides an API to retrieve company information, contact details, team members, and public pages for CleverNett.

1 endpoint4 known toolsFirst detected August 18, 2026Last detected August 18, 2026

ENDPOINT 1

https://clevernett.be/mcp

No auth detected

MCP server metadata

Name
clevernett-mcp
Version
0.1.0
Capabilities
tools.listChanged
Server instructions

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_info

Returns a summary of CleverNett — a Belgian developer of green electricity for SMEs via corporate PPA (cPPA) with fixed long-term pricing.

Inferred read-only
get_contact

Returns CleverNett's general contact details: email, phone, and location.

Potential side effects
get_team

Returns the CleverNett team members with their role and contact details.

Inferred read-only
list_pages

Returns all public pages on the CleverNett website with their path and title.

Inferred read-only

CONNECT 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.

Trust status Neutral

clevernett.be is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.