← normhyra.ai

INDIVIDUAL MCP TOOL

export_rent_roll_pdf

Konvertera en hyreslista till normhyra OCH generera en PDF-sammanställning – samma layout som PDF-exporten på normhyra.

normhyra.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.normhyra.ai

No auth detected

Connect to this endpoint to inspect the live schema for export_rent_roll_pdf 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

normhyra.ai

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.normhyra-ai-mcp]
url = "https://mcp.normhyra.ai"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "normhyra-ai-mcp": {
      "type": "http",
      "url": "https://mcp.normhyra.ai"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: normhyra-ai-mcp
Remote MCP URL: https://mcp.normhyra.ai

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": {
    "normhyra-ai-mcp": {
      "url": "https://mcp.normhyra.ai"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "normhyra-ai-mcp": {
      "type": "http",
      "url": "https://mcp.normhyra.ai"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "normhyra-ai-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.normhyra.ai"
}
MCP Inspector

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

Related tools

  • list_apartment_types — Returnera alla lägenhetstyper som normhyra.
  • calculate_normhyra — Räkna om en faktisk hyra till normhyra (kr/m²/år) för referenslägenheten 3 rok, 77 m².
  • calculate_actual_rent — Räkna om en normhyra (kr/m²/år) till faktisk årshyra i kronor för en given lägenhetstyp, yta och eventuella korrigeringspoäng.
  • calculate_rent_roll — Konvertera en hel hyreslista (flera lägenheter) till normhyra i ett anrop.