# get_internal_link_url

Get canonical FINN URLs for a brand and its models — for building internal linking blocks on SEO pages. For each model returns three URLs that target DIFFERENT funnels: mdp_url (marketing/brand page), plp_subscribe_url (subscription product listing, /de-DE/subscribe/{brand}_{model}), and plp_leasing_url (leasing product listing, /de-DE/leasing/{brand}_{model}). Use plp_leasing_url when linking from a Leasing advisory, plp_subscribe_url when linking from subscription content. If model is omitted, returns all currently available models for the brand.

Agent View of the PolicyLayer registry record for `get_internal_link_url`. HTML page: https://policylayer.com/tools/com-finn-www-auto/get-internal-link-url

## Facts

- Tool: `get_internal_link_url`
- Server: FINN Auto - Car Subscription (`https://www.finn.com/api/mcp`) — https://policylayer.com/tools/com-finn-www-auto.md
- Homepage: https://github.com/finn-auto/finn-auto-ui-frontend
- Risk category: Read (Low risk)
- Registry record: grade C, identity unverified
- Server auth posture: open
- Server CORS policy: *
- Server rate-limited: no
- Parameters: 2 (1 required)
- Recommended policy verdict: Allowed

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `brand` | string | yes | Brand name (e.g. "Ford", "Mercedes-Benz", "BMW") |
| `model` | string | no | Optional model name (e.g. "Puma", "iX1"). If omitted, returns all available models for the brand. |

Parameters from the server's own tool schema.

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "get_internal_link_url",
    "arguments": {
      "brand": "<brand>"
    }
  }
}
```

## Why get_internal_link_url is rated Low

This tool purely retrieves URL data structures without modifying, deleting, or executing operations. It supports SEO and internal navigation by returning links to existing pages. No financial transactions, destructive actions, or code execution occurs. The tool is a simple lookup/query mechanism for URL endpoints.

From the tool's own definition: "Tool returns canonical URLs for different product funnels (mdp_url, plp_subscribe_url, plp_leasing_url) — it retrieves and queries URL data with no side effects."

## Use case

AI agents call get_internal_link_url to retrieve information from FINN Auto - Car Subscription without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

## Recommended policy (PolicyLayer)

Verdict: **Allowed**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches FINN Auto - Car Subscription:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "get_internal_link_url": {}
  }
}
```

## Other tools on FINN Auto - Car Subscription (4)

- `get_available_filters` — Read — https://policylayer.com/tools/com-finn-www-auto/get-available-filters.md
- `get_subscription_pricing` — Read — https://policylayer.com/tools/com-finn-www-auto/get-subscription-pricing.md
- `get_vehicle_details` — Read — https://policylayer.com/tools/com-finn-www-auto/get-vehicle-details.md
- `search_vehicles` — Read — https://policylayer.com/tools/com-finn-www-auto/search-vehicles.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=com-finn-www-auto · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/com-finn-www-auto
