finn-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FINN_BACKEND | No | Backend selection: 'scraper' (default) or 'official' (stub). | scraper |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_finnA | Search finn.no within a vertical. |
| get_listingA | Fetch a full listing by its |
| save_searchB | Persist a named search for repeated monitoring via |
| list_saved_searchesA | Return every saved search in the local store, ordered by name. |
| delete_saved_searchA | Delete a saved search by name. Returns True if it existed. |
| check_saved_searchA | Run a saved search, return only listings that are new since the last check. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool has a clearly distinct purpose: fetching a single listing, searching, and managing saved searches. No overlap or ambiguity.
All tool names use snake_case with a verb_noun pattern (get_listing, search_finn, save_search, etc.), consistently applied.
6 tools is well-scoped for a finn.no interface, covering search, retrieval, and saved search lifecycle without bloat.
Core operations are present, but missing an update tool for saved search parameters and a way to list all results from a saved search (not just new ones). Minor gap.