This reads one specific digest — infomate.club/vas3k — and nothing else, which is the point: no keys, no feed list, no filters to tune. If the source suits your reading, connecting costs one line; if it does not, there is no configuration that would change what comes back.
A small remote server that fetches the news digest from infomate.club/vas3k. One request returns the current roundup — trending topics, hot GitHub projects and industry news — as text the assistant can summarise or search rather than a page you have to read.
- The day's digest in one call — ask for the latest news and it comes back as text the assistant can summarise
- Trending topics, the projects currently climbing on GitHub, and industry headlines, all in the same response
- No query interface and no filters: the digest is the unit, and it is always the same source
Nothing to sign up for. It is a remote server at `https://infomate.online/mcp`, reached by running `mcp-remote` under `npx`; the README's one-liner is `claude mcp add-json infomate-mcp '{ "command": "npx", "args": ["mcp-remote", "https://infomate.online/mcp"] }'`. Published as infomate-mcp version 0.1.0. To run it locally instead, clone the repo, `bun install`, `bun run dev`, and point mcp-remote at `http://127.0.0.1:3420/mcp`.
One command — claude mcp add-json infomate-mcp '{ "command": "npx", "args": ["mcp-remote", "https://infomate.online/mcp"] }'
