Read your AI-written daily briefing and retune the filter behind it: feeds, newsletters, topics.
MCPpedia last refreshed this data
com.proofite/proofite is an MCP server that read your AI-written daily briefing and retune the filter behind it: feeds, newsletters, topics. Its tool list has not been published yet over http and stdio, requires no API key, and scores 61/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"proofite": {
"url": "https://proofite.com/mcp",
"type": "http",
"headers": {
"Authorization": "Bearer pfk_live_…"
}
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Give your AI assistant the keys to your information diet.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'proofite-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked proofite-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in marketing
DataForSEO API modelcontextprotocol server
B2B lead generation and company search through Generect Live API for sales prospecting.
Turn any idea, URL, doc, or PDF into on-brand visuals: 100+ formats, native in 150+ languages
Google Search Console MCP Server for Claude, Cursor, Windsurf and other MCP Clients
MCP Security Weekly
Get CVE alerts and security updates for com.proofite/proofite and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Give your AI assistant the keys to your information diet.
Proofite turns the sources you choose — newsletters, RSS feeds, monitored web searches, saved links — into one personal briefing every morning, written by AI and available as a podcast. This MCP server lets any agent read that briefing and, more importantly, retune the filter behind it: what gets in, how deep, how technical, how often, and what never appears again.
It is the same server the product uses for its own voice mode, so it is not a demo surface: it is how Proofite is driven.
you → "too much crypto this week, and go deeper on the EU regulation"
agent → correct_briefing(note: "…")
→ topic weights adjusted, depth raised, deep dive queued
→ tomorrow's briefing is different
Remote (recommended). Streamable HTTP, no install. Create a key in Proofite under Settings → Connections, then:
claude mcp add --transport http proofite https://proofite.com/mcp \
--header "Authorization: Bearer pfk_live_…"
Or in any client that reads a JSON config:
{
"mcpServers": {
"proofite": {
"type": "http",
"url": "https://proofite.com/mcp",
"headers": { "Authorization": "Bearer pfk_live_…" }
}
}
}
stdio bridge, for clients that do not speak HTTP yet:
{
"mcpServers": {
"proofite": {
"command": "npx",
"args": ["-y", "proofite-mcp"],
"env": { "PROOFITE_API_KEY": "pfk_live_…" }
}
}
}
| Tool | What it does | |
|---|---|---|
get_briefing | read | Read the user's personal AI-written news briefing (daily digest) in full markdown: every story selected today from their newsletters, RSS feeds and monitored web searches, with sources. Returns the latest briefing by default, or a specific one by id or date. Also returns an index of entry ids, needed to rate or correct individual stories. |
list_briefings | read | List the user's past daily briefings (most recent first) with date, title, number of stories and whether an episode exists. Use it to find the id of a specific day before reading or correcting it. |
get_information_diet | read | Read everything that shapes what reaches this person: delivery schedule, length, technicality, depth, stance and tone, stated interests and no-go topics, the profile the system has learned about them, and the per-topic preferences built from their feedback (affinity, muted, followed). This is the full picture of their news filter — read it before changing anything. |
list_sources | read | List the topic inboxes this person feeds their briefing with: each one has a dedicated email address for newsletter subscriptions, plus RSS feeds and monitored web searches. Shows how much each produced recently, its priority and whether it is included in the briefing. |
get_source | read | Inspect one topic inbox in detail: every RSS feed (with its health and last fetch), every monitored web search, X/Twitter profiles, and the newsletters currently arriving at its dedicated address. Use it before removing or reorganising anything. |
get_podcast_episode | read | Get the audio episode generated from a briefing: a private podcast narrated in the user's language, with a playable URL and the show notes listing every source. Returns the latest episode by default. |
list_read_later | read | List what is queued in the read-later inbox: links and forwarded emails that are guaranteed to be covered in the next briefing. |
list_deep_dives | read | List the deep-dive research requests waiting to be covered: topics the user asked the briefing to investigate with fresh web research. |
get_account | read | Account status: plan, whether the briefing is currently running, when the next one is due, how many sources and stories are in the system, and the AI cost accrued this month. |
update_information_diet |