← Registry

General Tools

swiadectwo-energetyczne24.pl

Provides an API for handling energy-certificate orders, including property type catalogs, form fields, pricing calculations, and draft creation/updates.

1 endpoint6 known toolsFirst detected August 25, 2026Last detected August 25, 2026

ENDPOINT 1

https://swiadectwo-energetyczne24.pl/api/mcp

No auth detected

MCP server metadata

Name
swiadectwo-energetyczne24
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

This server creates DRAFT orders for energy performance certificates (świadectwa charakterystyki energetycznej) on swiadectwo-energetyczne24.pl, a Polish service. All form values and messages for the end user are in Polish. Typical flow: 1. Call get_form_fields for the chosen property type (mieszkanie / dom / lokal-uzytkowy / garaz). 2. Collect the data from the user in conversation (use the exact Polish enum options returned by get_form_fields). 3. Call create_draft with the collected fields and give the user the returned resumeUrl. 4. Optionally call update_draft to add more data to an existing draft. IMPORTANT: Building photos, legal consents (RODO / regulamin) and payment can ONLY be completed by the user on the website after opening resumeUrl. Never ask the user for consents, never collect discount codes, and never claim the order has been placed — a draft is not an order. Drafts expire after 30 days.

Known tools 6

list_property_types

Lists the 4 supported property types with base prices (PLN, gross) and available paid add-ons.

Inferred read-only
get_form_fields

Returns the full field catalog for a property type: dot-separated paths, types (string/number/boolean/enum/enum-array), allowed Polish enum options and whether each field is optional.

Inferred read-only
get_pricing

Server-computed gross price (PLN) for a property type with optional add-ons and an optional discount code.

Inferred read-only
create_draft

Creates a DRAFT energy-certificate order from collected field values.

Inferred read-only
update_draft

Adds or overwrites field values on an existing draft identified by its resumeToken.

Inferred read-only
get_draft

Returns the current state of a draft: stored field values, missing required fields, status and resumeUrl.

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.swiadectwo-energetyczne24]
url = "https://swiadectwo-energetyczne24.pl/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "swiadectwo-energetyczne24": {
      "type": "http",
      "url": "https://swiadectwo-energetyczne24.pl/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: swiadectwo-energetyczne24
Remote MCP URL: https://swiadectwo-energetyczne24.pl/api/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": {
    "swiadectwo-energetyczne24": {
      "url": "https://swiadectwo-energetyczne24.pl/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "swiadectwo-energetyczne24": {
      "type": "http",
      "url": "https://swiadectwo-energetyczne24.pl/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "swiadectwo-energetyczne24",
  "transport": "streamable-http",
  "url": "https://swiadectwo-energetyczne24.pl/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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