github JavaScript re-analysis due

hanicker/proofite-mcp

github

MCP server for your information diet: read your AI-written daily briefing and retune the filter behind it — RSS, newsletters, monitored searches, topic preferences, podcast.

maintainer
hanicker
license
MIT
first seen
2026-08-16
last seen
2026-08-18
releases · 30d
0
short id

Drift inferred · capture-to-capture

No drift recorded — single capability capture; advisories appear once its surface changes.

capabilities 27 tools
transport stdio · streamable-http · http counts 27 tools · 0 res · 0 prompts permission surface via README inference

tools

  • add_feed

    write

  • add_web_search

    write

  • correct_briefing

    write

  • create_source

    write

  • delete_source

    write

  • discover_sources

    read

  • generate_briefing

    write

  • get_account

    read

  • get_briefing

    read

  • get_information_diet

    read

  • get_podcast_episode

    read

  • get_source

    read

  • import_opml

    write

  • list_briefings

    read

  • list_deep_dives

    read

  • list_read_later

    read

  • list_sources

    read

  • rate_briefing_entry

    write

  • remove_feed

    write

  • remove_web_search

    write

  • request_deep_dive

    write

  • save_for_later

    write

  • set_learned_profile

    write

  • tune_topic

    write

  • unsubscribe_newsletter

    write

  • update_information_diet

    write

  • update_source

    write

code evidence vHEAD · github-tarball
evidence-backed findings quoted directly from the published source artifact — not inferred

code files: 1

network 1

  • net hanicker-proofite-mcp-2a84743/index.js :57 const res = await fetch(ENDPOINT, { method: 'POST', headers, body: JSON.stringify(msg) });

secrets 1

  • secrets hanicker-proofite-mcp-2a84743/index.js :19 const CHIAVE = process.env.PROOFITE_API_KEY || process.env.PROOFITE_KEY || '';