惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

U
Unit 42
Blog — PlanetScale
Blog — PlanetScale
H
Help Net Security
The GitHub Blog
The GitHub Blog
博客园 - Franky
酷 壳 – CoolShell
酷 壳 – CoolShell
Recent Announcements
Recent Announcements
量子位
aimingoo的专栏
aimingoo的专栏
大猫的无限游戏
大猫的无限游戏
博客园 - 叶小钗
Microsoft Azure Blog
Microsoft Azure Blog
Martin Fowler
Martin Fowler
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
A
About on SuperTechFans
T
Tailwind CSS Blog
V
V2EX
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
B
Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
S
SegmentFault 最新的问题
G
Google Developers Blog
M
MIT News - Artificial intelligence

HN's home page

Rainbow Query Language | Hacker News Exec into Node via Kubectl An AI native hedge fund The Seven-Action Documentation Model | Hacker News Package Manager for Kubectl Plugins Tongan Castaways | Hacker News Tech overlords plan for conscious AI to conquer the cosmos. What could go wrong? Data Breach Disclosure Lag Is Getting Worse How LLMs Work | Hacker News I Dropped PRDs for Shape Up Go Experiments Explained | Hacker News FCA's Palantir deal could expose UK financial data to Trump's US, critics fear WebXR BCI for Neural-Adaptive Avatar Control in Mixed Reality The first murder conviction via DNA analysis Tom Interviews Theo de Raadt of the OpenBSD Project (2019) [video] Show HN: Replace shell commands with bun shell typescript scripts Quay.io Is Down | Hacker News AI driven analysis of brokerage account fees in the UK Bill Gates Spent Years Crafting His Image. Now It's Cracking Using LLMs to secure source code Wi-Fi 8 in the Lab [video] The household battery revolution that could change energy bills and the world Is Python Becoming Pinyin? | Hacker News Livia – Executive Assistant | Hacker News FindMyPipe – Query Apple Find My from Linux for AI Agents Show HN: Agent skill for creating product launch videos with Remotion RecruitMyself – AI job search copilot for resumes and applications AI coding agents and the erosion of system understanding The 'Resting' Generation and South Korea's Youth Recession AMD Computex 2026: 10 Years of AM4, AM5 Support Through 2029
Show HN: MCP Server for a UK Meat Price Comparison Site
wolfer · 2026-06-26 · via HN's home page

Posted previously about the price scraping site I pulled together that matches meat from a variety of online butchers to an internal shared taxonomy to make it easier to see what's actually a good price vs. a temporary price fluctuation.

I've now got over a year of data so there are some interesting patterns appearing in various product offerings (some of it seasonal, some of it as expected appears to be reactionary to price changes on competitors).

I just wanted to get the best price for meat that I enjoy smoking on my Kamado, but it got a little out of hand, so now there's a full on basket comparison (get the cheapest basket in one shop for your chosen products) and grouped cut analysis over time (to see how price is changing and if it's genuinely a good price right now).

Because it seems like everyone's doing it these days (and UI is so painful to craft and keep up to date), added an MCP server so you can ask your AI about the data directly instead of clicking around the site. It's read only and free.

Things you can ask it: - Search products across every butcher we track - Browse a cut and see the cheapest and dearest - Price per kg plus how many shops stock it - Current best deals (cheapest supplier for a cut vs what it normally goes for) - Compare a basket of cuts across suppliers to see who works out cheapest overall - price history and trend for a cut

If you fancy giving it a go (and would like to share feedback!)

Setup:

Claude web:

- Settings, Connectors, add a custom connector. - URL is https://meat.offer-spider.com/api/mcp - Leave the OAuth client ID and secret blank, it registers itself. - Then you sign in with your email and hit approve.

Anything that lets you set a header:

- go to https://meat.offer-spider.com/register your email, and you get an API key. - Send it as Authorization: Bearer <key>. - verify

Also works with Antigravity and ChatGPT/Codex if that's your thing.

It's rate limited and capped so nobody can pull the whole catalogue, but for normal questions it's more than enough.

Happy to take requests for more tools or feedback on the setup. Getting OAuth working for MCP was more fiddly than it should be, so if you hit any snags adding it, let me know.