io.github.PrinceGabriel-lgtm/freshcontext
io.github.PrinceGabriel-lgtm/freshcontextFreshness-aware AI retrieval with 21 MCP tools for timestamped, decay-ranked live signals.
Tools · 21
Extract real-time data from a GitHub repository — README, stars, forks, last commit, topics. Returns timestamped freshcontext.
Extract top stories or search results from Hacker News. The url field accepts an HN/Algolia URL or a plain search query.
Extract research results from Google Scholar with publication dates.
Scrape YC company listings by keyword. Returns name, batch, tags, description per company.
Search GitHub for repositories matching a keyword. Returns top results by stars.
npm and PyPI package metadata — version history, release cadence, last updated.
Extract posts and community sentiment from Reddit.
Recent Product Hunt launches by keyword or topic.
No-key stock quote data via Stooq. Accepts comma-separated ticker symbols and returns quote/OHLC/volume observations with timestamps.
Search for real-time job listings with freshness badges on every result. Sources: Remotive + HN Who is Hiring.
Composite tool. Queries YC + GitHub + HN + npm simultaneously. Returns a unified timestamped landscape report.
Search arXiv for research papers via the official API. Pass a topic or full arXiv API URL. Returns titles, authors, dates, abstracts.
Update history for any product. Accepts a GitHub repo URL or an npm package name. Returns version numbers, release dates, and entries.
Global news intelligence from GDELT. Monitors news from every country in 100+ languages, updated every 15 minutes. Returns articles with source country, language, date.
Singapore Government procurement opportunities (GeBIZ via data.gov.sg). Search by keyword, agency name, or empty for all recent tenders.
US federal contract awards from USASpending.gov. Search by company name (e.g. 'Palantir'), keyword, or NAICS code. Returns amounts, dates, agencies.
SEC 8-K filings via EDGAR full-text search. 8-K = legally mandated material event disclosures (CEO changes, M&A, breaches). Pass company name, ticker, or keyword.
Composite government intelligence: federal contract awards (USASpending) + dev community awareness (HN) + GitHub repo activity + product release velocity (changelog). 4-source unified report.
Composite financial intelligence: Stooq quote data + HN sentiment + Reddit discussion + GitHub ecosystem + product changelog. 5-source unified report.
Most complete single-call company intelligence: SEC 8-K filings + USASpending federal contracts + GDELT global news + product changelog + Stooq quote data. 5 unique sources.
Idea validation composite: HN pain signals + YC funded competitors + GitHub crowding + jobs market signal + npm/PyPI ecosystem + Product Hunt launches. 6 sources.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.princegabriel-lgtm/freshcontext": {
"url": "https://freshcontext-mcp.gimmanuel73.workers.dev/mcp",
"transport": "streamable-http"
}
}
}