← Registry

General Tools

minbilkoll.se

Provides general-purpose tools through the Model Context Protocol.

WebMCP3 endpoints14 known toolsFirst detected September 23, 2026Last detected September 23, 2026

ENDPOINT 1

https://minbilkoll.se/mcp

No auth detected

MCP server metadata

Name
bilkoll
Version
1.0.0
Capabilities
tools.listChanged

Known tools 10

lookup_vehicle

Hämtar fordonsuppgifter, besiktning, skatt och ägarhistorik för ett konkret svenskt fordon.

Inferred read-only
value_vehicle

Marknadsvärde för ETT konkret fordon, direkt på registreringsnummer.

Inferred read-only
resolve_model

Översätter fri text ("3-serien", "V90 CC D4") till det kanoniska modell-id resten av verktygen räknar på.

Inferred read-only
get_valuation

Prisintervall ur aktiva svenska annonser för en modell och årsmodell.

Inferred read-only
score_deal

Jämför ett konkret annonspris mot marknaden.

Inferred read-only
cost_of_ownership

Uppskattad månadskostnad för skatt, drivmedel, service, däck, försäkring och värdeminskning.

Inferred read-only
market_overview

Prisfördelning, pris per årsmodell och normaliserad bränslemix ur aktuella annonser.

Inferred read-only
search_listings

Sök aktiva svenska annonser med filter på märke, modell, årsintervall, pris, bränsle och ort.

Inferred read-only
find_inspection_stations

Hitta svenska besiktningsstationer på ort, aktör eller koordinater.

Inferred read-only
check_quota

Antal anrop denna månad, kvot och nivå för nyckeln du anropar med.

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

.mcp.json

{
  "mcpServers": {
    "bilkoll": {
      "type": "http",
      "url": "https://minbilkoll.se/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: bilkoll
Remote MCP URL: https://minbilkoll.se/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": {
    "bilkoll": {
      "url": "https://minbilkoll.se/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "bilkoll": {
      "type": "http",
      "url": "https://minbilkoll.se/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "bilkoll",
  "transport": "streamable-http",
  "url": "https://minbilkoll.se/mcp"
}
MCP Inspector

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

ENDPOINT 2

https://minbilkoll.se/mcp/docs

No auth detected

MCP server metadata

Name
bilkoll-docs
Version
1.0.0
Capabilities
tools.listChangedresources.listChanged

Known tools 3

read_page

Hämtar vilken publik sida som helst på minbilkoll.se som ren markdown, utan layout.

Inferred read-only
get_agent_instructions

Läser /llms.txt: när BilKoll är rätt verktyg, vad det inte ska användas till, och hur en agent anropar det.

Inferred read-only
get_pricing

Läser /pricing.md: vad rapporten kostar och vad API-nivåerna kostar och tillåter.

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.bilkoll-docs]
url = "https://minbilkoll.se/mcp/docs"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "bilkoll-docs": {
      "type": "http",
      "url": "https://minbilkoll.se/mcp/docs"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: bilkoll-docs
Remote MCP URL: https://minbilkoll.se/mcp/docs

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": {
    "bilkoll-docs": {
      "url": "https://minbilkoll.se/mcp/docs"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "bilkoll-docs": {
      "type": "http",
      "url": "https://minbilkoll.se/mcp/docs"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "bilkoll-docs",
  "transport": "streamable-http",
  "url": "https://minbilkoll.se/mcp/docs"
}
MCP Inspector

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

ENDPOINT 3

https://minbilkoll.se

No auth detected

MCP server metadata

Name
WebMCP
Capabilities
declarative

Known tools 1

lookup_swedish_plate

Look up a Swedish vehicle by its registration number and return market value, inspection history, road tax, owner count and known model faults. Input is a Swedish plate such as ABC123 or ABC12A.

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.webmcp]
url = "https://minbilkoll.se"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "webmcp": {
      "type": "http",
      "url": "https://minbilkoll.se"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: webmcp
Remote MCP URL: https://minbilkoll.se

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": {
    "webmcp": {
      "url": "https://minbilkoll.se"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "webmcp": {
      "type": "http",
      "url": "https://minbilkoll.se"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "webmcp",
  "transport": "streamable-http",
  "url": "https://minbilkoll.se"
}
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.