Folgpris MCP server
Ask your AI assistant about prices in Norway.
Folgpris.no is a Norwegian price tracker: it follows product prices across Norwegian online stores (Elkjøp, Komplett, Power and hundreds more), keeps price history, and alerts you when prices drop. This MCP server lets Claude, ChatGPT and any other MCP client search for products, track prices and read your alerts directly from the chat.
Connector URL: https://mcp.folgpris.no/mcp/
(remote server, Streamable HTTP — nothing to install)
Works with a free Folgpris account. Setup guide with screenshots: folgpris.no/mcp
Setup
Claude (claude.ai and desktop)
- Open Settings → Connectors
- Choose Add custom connector
- Give it a name and paste
https://mcp.folgpris.no/mcp/ - Click Add, then sign in with your Folgpris account (OAuth)
ChatGPT
- Enable developer mode: Settings → Apps & Connectors → Advanced
- Choose Create under Connectors
- Paste
https://mcp.folgpris.no/mcp/and pick OAuth - Sign in with your Folgpris account
Other MCP clients (Cursor, Cline, custom agents)
Clients without an OAuth flow can authenticate with an API key from your Folgpris settings page:
{
"mcpServers": {
"folgpris": {
"url": "https://mcp.folgpris.no/mcp/",
"headers": { "Authorization": "Bearer fp_..." }
}
}
}
Things to ask
- "Find the cheapest Sony WH-1000XM6 in Norway and follow the price"
- "Jeg ser etter en kaffekvern under 1500 kr, følg en god en for meg"
- "How has the price of the product I follow at Elkjøp changed the last month?"
- "Noen prisfall blant produktene jeg følger denne uken?"
- "Alert me if the PlayStation 5 drops below 4000 kr"
Tools
| Tool | What it does |
|---|---|
search_products | Free-text product search over Norwegian online stores (works as an assignment: the agent researches candidates for you) |
get_assignment / refine_assignment / list_assignments | Follow up on a search: poll results, narrow down with more detail, list open searches |
choose_candidate / reject_candidate / mark_unrelated | Pick the right product and start tracking it, or teach the search what was wrong |
track_product | Track a product directly by URL |
search_product | Check whether a URL is already tracked |
get_price_history | Price history for a tracked product (last 30 days) |
list_subscriptions / get_subscription / update_subscription / untrack_product | Manage what you track, set target prices |
list_notifications / get_unread_count / mark_notifications_read | Price-drop and restock alerts |
get_account | Credit balance and account overview |
All tools require authentication (OAuth sign-in or an fp_ API key). Accounts are free.
Privacy
The server only accesses the Folgpris account you sign in with: your tracked products, notifications and searches. See the privacy policy.
Support
- Questions and feedback: kontakt@folgpris.no
- Issues with the connector: open an issue in this repository
This repository contains documentation and registry metadata for the hosted Folgpris MCP server. The server itself is a remote service; there is no code to run locally.