INDIVIDUAL MCP TOOL
update_draft
Adds or overwrites field values on an existing draft identified by its resumeToken.
LIVE ENDPOINT
https://swiadectwo-energetyczne24.pl/api/mcp
Connect to this endpoint to inspect the live schema for update_draft and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
list_property_types— Lists the 4 supported property types with base prices (PLN, gross) and available paid add-ons.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.get_pricing— Server-computed gross price (PLN) for a property type with optional add-ons and an optional discount code.create_draft— Creates a DRAFT energy-certificate order from collected field values.get_draft— Returns the current state of a draft: stored field values, missing required fields, status and resumeUrl.