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