Skip to main content
ClaudeWave

MCP server for Briefing Service: hourly LLM-ranked news as JSON, e-ink pages and a free provenance dump

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 9/12/2026
Install in Claude Code / Claude Desktop
Method: NPX · github
Claude Code CLI
claude mcp add briefing-mcp -- npx -y github
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "briefing-mcp": {
      "command": "npx",
      "args": ["-y", "github"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

# briefing-mcp

[![Listed on mcpservers.org](https://mcpservers.org/badge.svg)](https://mcpservers.org/servers/briefing-service-wholemind-workers-dev) [![briefing-mcp on Glama](https://glama.ai/mcp/servers/jshelley/briefing-mcp/badges/score.svg)](https://glama.ai/mcp/servers/jshelley/briefing-mcp)

MCP server for [Briefing Service](https://briefing-service.wholemind.workers.dev): every hour an LLM editor ranks ~100 feeds per topic (AI, frontier labs, markets, US sports, European football, US news, world) and publishes the result as structured JSON, a rendered 480x800 e-ink page, a multi-page Morning Paper PDF, and a free provenance dump of every candidate it saw.

This package runs locally over stdio and calls the public REST API. The same tools are served remotely (streamable HTTP, no install) at `https://briefing-service.wholemind.workers.dev/mcp`.

## Install

Claude Desktop / Claude Code / Cursor / any stdio client:

```json
{
  "mcpServers": {
    "briefings": {
      "command": "npx",
      "args": ["-y", "github:jshelley/briefing-mcp"],
      "env": { "BRIEFING_KEY": "" }
    }
  }
}
```

Claude Code one-liner:

```bash
claude mcp add briefings -- npx -y github:jshelley/briefing-mcp
```

Claude Desktop, one click: download [briefing-mcp-0.1.0.mcpb](https://github.com/jshelley/briefing-mcp/releases/download/v0.1.0/briefing-mcp-0.1.0.mcpb) and open it (MCP bundle; it asks for the optional Reader key).

## Tools

| tool | what it returns | cost |
|---|---|---|
| `list_briefings` | keys, names and prices | free |
| `get_briefing(key)` | lead, ranked stories, research, why-it-matters, key points | 25 free/IP/day, then key or x402 |
| `get_summary(key)` | headlines and one-liners | free |
| `get_candidates(key)` | every candidate this hour: canonical link, outlets, `selected`, collapsed duplicates with `duplicate_of` | free |
| `get_page(key, page, wide)` | 480x800 1-bit PNG (or 800x480 wide front page) | 25 free/IP/day |
| `render_briefing(feeds, persona)` | rank and render your own feeds | Reader key or x402 |

## Pricing

- Free: 25 JSON/page/tool calls per IP per day, plus the summary and candidates endpoints.
- Reader key: $9/month, unlimited reads, Morning Paper delivery, 10 custom renders/day. Set it as `BRIEFING_KEY`. Buy at https://briefing-service.wholemind.workers.dev/billing/checkout
- Per call: x402 (USDC on Base) against the remote endpoint.

Docs for agents: https://briefing-service.wholemind.workers.dev/llms.txt

## How it works

`index.js` is the whole server: it registers six tools with `@modelcontextprotocol/sdk` and answers each by calling the public Briefing Service REST API over HTTPS (`GET /v1/briefings/...`, `POST /v1/render`). It stores nothing, runs no shell commands, and reads only two environment variables (`BRIEFING_KEY`, `BRIEFING_BASE_URL`). The `Dockerfile` builds the same thing; `docker run -i` speaks MCP over stdio.

Run the smoke test locally:

```bash
npm install
node client-test.mjs   # lists tools and calls list_briefings, get_summary, get_candidates, get_page, get_briefing
```

## Environment

- `BRIEFING_KEY`: optional Reader key (sent as `Authorization: Bearer`).
- `BRIEFING_BASE_URL`: override the API base (default: the public service).

## License

MIT
e-inkmcpmcp-servernewsx402

Lo que la gente pregunta sobre briefing-mcp

¿Qué es jshelley/briefing-mcp?

+

jshelley/briefing-mcp es mcp servers para el ecosistema de Claude AI. MCP server for Briefing Service: hourly LLM-ranked news as JSON, e-ink pages and a free provenance dump Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-12.

¿Cómo se instala briefing-mcp?

+

Puedes instalar briefing-mcp clonando el repositorio (https://github.com/jshelley/briefing-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar jshelley/briefing-mcp?

+

Nuestro agente de seguridad ha analizado jshelley/briefing-mcp y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene jshelley/briefing-mcp?

+

jshelley/briefing-mcp es mantenido por jshelley. La última actividad registrada en GitHub es del 2026-09-12, con 0 issues abiertos.

¿Hay alternativas a briefing-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega briefing-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: jshelley/briefing-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/jshelley-briefing-mcp)](https://claudewave.com/repo/jshelley-briefing-mcp)
<a href="https://claudewave.com/repo/jshelley-briefing-mcp"><img src="https://claudewave.com/api/badge/jshelley-briefing-mcp" alt="Featured on ClaudeWave: jshelley/briefing-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a briefing-mcp