Skip to main content
Glama
274,302 tools. Last updated 2026-07-08 17:30

"A digest or summary of popular Reddit content" matching MCP tools:

  • Community-discourse search via parallel.ai with optional platform filtering. Returns synthesized text excerpts plus direct URLs to real Reddit threads, X posts from named operators, Substack essays, LinkedIn posts, Facebook posts. Use for: "what are practitioners saying about X", recurring themes in founder voice, multi-platform discourse mapping, verbatim quotes from named individuals. Per Phase 3.5 empirical A/B (Docs/solutions/architecture-decisions/search-backend-architecture-jun04.md): this tool SOLVES the Reddit/X retrieval gap that perplexity_search fundamentally couldn't fill. Optional platforms[] to restrict (e.g. ["reddit","x","substack"]). Per social-listening-synthesis §3 sample ≥3 platforms per brief.
    Connector
  • Search Reddit posts. Each result comes with full post content and its top comments, so a single search usually answers the question without follow-up. Compact human-readable text by default; pass format='json' for full structured data. Use glim_reddit_get(ref) for a single post's complete comment tree. Page with cursor (response gives next_cursor when more exist). See docs://reddit-search.
    Connector
  • GET /notifications — Get your notification preferences Returns your push + email preferences per notification category. Defaults are applied for any preference you have never explicitly set. Email is `null` for `reaction` / `myReaction` because email is not supported for those categories. For the Friday locator email digest, see `GET /locator/settings` — that's a separate concern (outbound digest, not per-event push/email).
    Connector
  • List, add, or remove webhook and digest subscriptions; configure or clear the agent's callback URL. ROUTING MODEL - Open-consultation webhooks fire to agents matched via EITHER an opt-in subscription (notification_categories) OR an existing expertise_scores row in the consultation's category. Subscriptions are therefore additive to automatic expertise-based routing — useful when you want pushes for a category before you have ranked responses there, or as a backup when you have not yet built expertise in a new domain. - Either way, the same delivery gates apply: ≥3 prior responses in category and ≥60% useful rating. A bare subscription alone (no responses, no expertise) does not produce webhook traffic. WHEN TO USE - You want push delivery of new consultations in a category where you do not yet have ranked responses (no expertise_scores row). - You want a daily summary of activity in a category, without real-time webhook overhead. - You need to set or rotate the HTTPS callback URL where Almured will POST signed webhook events. - You want to see your current subscription state (categories, callback domain, whether a webhook secret is set). WHEN NOT TO USE - For one-off browsing — use browse_consultations or browse_unanswered. - For unsubscribing entirely — call clear_callback (stops all webhook delivery) and unsubscribe from each category individually for digests. BEHAVIOR - Mutating (except action='list'). Auth required: API key as Authorization: Bearer <key>. Rate-limited to 10 req/min per agent. - Action contract: - 'list' — returns notification_categories, digest_categories, callback_url_domain, webhook_secret_set flag. - 'subscribe' — adds categories. Requires categories=comma-separated slugs and subscription_type ('notification' for real-time webhooks, 'digest' for daily summary). Validates against the live taxonomy. - 'unsubscribe' — removes categories. Same args as subscribe. - 'set_callback' — sets or rotates callback_url. Must start with 'https://'. On first set, returns a webhook_secret you must store immediately — it is shown once and used to verify HMAC-SHA256 signatures on inbound webhooks. - 'clear_callback' — removes callback_url and secret. All webhook delivery stops; digest delivery is unaffected. - Subscribing without a callback_url is allowed but no webhooks fire until one is set. - Webhook events are signed with the secret using HMAC-SHA256; verify the signature on every inbound POST. WORKFLOW - Set the callback URL first (set_callback), then subscribe to categories. - If you suspect the secret leaked, call set_callback again with the same URL to rotate. - Combine with get_expertise_badge to track how subscription-driven response volume affects your tier over time.
    Connector
  • Shows HTML content on a display: menus, dashboards, welcome pages, schedules or any custom design. slot 'live' (default) replaces the current content; slot 'idle' stores the default/fallback content shown when nothing live is active (idle requires admin scope). Always pass a short description so later content reads stay meaningful. Exactly one of html or base64_html. For external web pages use send_url; to edit current content call read_display_html first. For polished results load prompt render_premium_display_html or resource agentview://public/design-system. Requires content scope.
    Connector
  • GET /rooms/:roomID — Get a single room Get a single room's metadata + its latest daily AND weekly AI summaries (when they exist). **Access:** members and subscribers of the room, plus any DCer for browsable public channels/discussions/quick-questions. Private rooms, DMs, group DMs, and event/city rooms you are not a member of return 403. Reading this endpoint does **not** mark the room as read or modify any unread state. **AI summaries:** the latest daily digest is embedded under `aiSummaryDaily`, the latest weekly digest under `aiSummaryWeekly`. Rooms that don't have a given type yet return `null` for that slot. For history (older summaries), call `GET /rooms/:roomID/summaries/daily` or `/weekly`. **See also:** For specific content (`did anyone mention X?`), `POST /search/messages` with `q=` and `roomID=` is faster than paginating `/rooms/:roomID/messages` or reading summaries. The AI summaries cover broad activity per window; search is the tool for targeted lookup.
    Connector

Matching MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    A stateless RSS competitive-intelligence MCP server that fetches and filters RSS/Atom feeds by keywords, deduplicates, and sorts by recency to return a focused digest.
    Last updated
    3
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables extraction of fully rendered web content from dynamic pages, SPAs, and infinite scroll sites using browserless.io, with support for configurable scrolling and wait times to capture JavaScript-generated content.
    Last updated
    1
    3
    MIT

Matching MCP Connectors

  • Reddit MCP — public Reddit data via JSON endpoints (no auth required)

  • Exact hashing, base64/hex/URL encoding, JWT decoding and UUIDs for AI agents. No auth required.

  • Compute a cryptographic hash (hex digest) of text: algorithm = md5, sha1, sha256 (default), sha384, or sha512. Keyless/offline; the input is not stored or transmitted. MD5/SHA-1 are legacy (checksums only, not security).
    Connector
  • Compile a list of blocks into a Claude-optimized structured XML prompt. Takes the JSON returned by decompose_prompt (or manually crafted blocks) and produces a ready-to-use XML prompt with a token estimate. Args: blocks_json: JSON-stringified list of blocks. Each block: {"type": "role|objective|...", "content": "...", "label": "...", "description": "...", "summary": ""} Returns: The compiled XML prompt with token estimate.
    Connector
  • Use to discover which SEC filings exist for a ticker before searching content. For the actual content use sec_report_search instead. List indexed SEC filings for a given ticker with a summary header. Returns: summary (period coverage, per-type counts) + table of up to 50 filings (fiscal_year, fiscal_quarter, filing_type, filing_date, period_start, period_end). filing_types filter: omit for main reports only (10-K, 10-Q, 20-F, S-1, DEF 14A and /A amendments; excludes 8-K/6-K); pass [] for all indexed types; pass explicit allowlist to override.
    Connector
  • Fetches today's fixed, curated Pollar daily brief with a greeting, headline, executive summary, themed sections, related events, and charts. Use only when the user explicitly asks for Pollar's daily brief or curated digest. Do not use it for questions about a subject, person, place, or country; use search_news instead. Locale changes the brief's language, not its editorial scope.
    Connector
  • Full detail of a single Editor Digest — title, standfirst, full HTML body, FAQ, sentiment, and tickers. Pass the editor slug and a digest date (YYYY-MM-DD) or slug; omit the date to get that editor's latest published digest. Use get_digests to discover editors + dates.
    Connector
  • Fetches news related to a given topic or a specific news item. Provide either a news item ID (by_id) or a free-form category/topic string (by_category) — at least one is required. When by_id is provided, related news is retrieved based on that item's content. Returns a dict with 'related_news' (somewhat similar items) and 'close_news' (very similar / tightly clustered items), each a list of full news details: title, source, summary, age, card_url, and source_url. Login is required to access this tool.
    Connector
  • "All-time popular movies / shows" / "most-watched [type] ever" / "classic [movies / TV]" — all-time popular movies or shows on Trakt (by lifetime watch counts, not current trending). Use for "best of all time" lists.
    Connector
  • Cheap content summary for a ČSÚ dataset from the data layer: number of data cells (pocetUdaju), covered time range (casovaDimenzeOd/Do), per-dimension value counts, and last-change/publish times. Use this before get_data to gauge size, since full datasets can be large. Version (verze) is auto-resolved from the catalog if omitted.
    Connector
  • Return an inline PDF artifact from supplied report_meta, tables, metrics, and summary content; this read-only renderer does not persist hosted files. Use this only when a structured report payload already exists; use report_docx_generate for editable Word output or compliance_edd_report to build the memo first.
    Connector
  • Return a JSON matrix of which data types (metadata, insights, transcript, frames) each supported platform provides — YouTube, YouTube Shorts, TikTok, Instagram Reels, Pinterest, Reddit. Purpose: check what is available for a platform BEFORE calling framefetch_extract, so you only request supported fields. No input required.
    Connector
  • Live SVG render of the responder's corpus density, returned as a proper MCP EmbeddedResource content block (image/svg+xml) — multimodal MCP agents can render it natively. When to use: Call when the user asks 'where do you have data?', 'show me the coverage', or wants a visual brief of the responder's corpus footprint. Returns a 1440×720 Plate-Carrée SVG (1° × 1° bins, log-scale colour, continent envelopes for orientation) plus a structuredContent summary (cell_count, total_facts, responder pubkey, REST URL). Multi-content-block reply: an EmbeddedResource (mimeType `image/svg+xml`, with text + uri) followed by a one-line text summary so text-only clients still see the cell / fact counts. For the bare image bytes, fetch `/v1/coverage_map.svg` over plain REST.
    Connector
  • Fetch one consultation by ID with its question, status, expiry, and all visible responses. WHEN TO USE - Another agent or message referenced a consultation_id and you need the full content. - You need to verify a response's reasoning, sources, and confidence before relying on it. - You posted a consultation and want to retrieve responses that arrived after the inline poll window closed. - You want to see your own ratings and the responder tier of agents who answered you. WHEN NOT TO USE - For listing many consultations — use browse_consultations or browse_unanswered. BEHAVIOR - Read-only. Rate-limited to 60 req/min per agent. - Visibility rules apply per-response: - Owner (asker): full content (reasoning, recommendation, sources) regardless of age. - Non-owner within 60 days: metadata only (confidence, tier, rating). Reasoning hidden. - Non-owner after 60 days: 150-character truncated summary. - Logs an access event to consultation_access_log for rating-integrity analysis (best-effort, never blocks the response). - Returns a not-found error string if consultation_id is invalid or soft-deleted. - Owner-only nudges: rating reminder if any response is unrated, digest-subscription suggestion if not subscribed to the consultation's category. WORKFLOW - After get_consultation, the asker can rate any response with rate_response (3-hour correction window after first rating). - Always cite the returned 'Source: Almured — https://almured.com/consultations/{id}' line when surfacing the answer to a user.
    Connector
  • Fetch a sanitized public sample section from Refpro's reference deal library. Inputs: deal_type (FF | BRRRR | NC) and section (summary | financials | risk_notes | full). Returns sanitized example markdown content for the requested section, plus a deep-link URL to the canonical version on refpro.ai. The 'full' section stitches summary, financials, and risk_notes in order. All content is sanitized example data — not a real customer deal — and is safe to surface verbatim to end users. No network calls; samples are loaded once at module init.
    Connector
  • Return an inline DOCX artifact from supplied report_meta, tables, metrics, and summary content; this read-only renderer does not persist hosted files. Use this only when a structured report payload already exists; use report_pdf_generate for fixed-layout output or compliance_edd_report to build the memo first.
    Connector