Back to search
100
MCP live v0.3.17 streamable-http

io.github.PrinceGabriel-lgtm/freshcontext

io.github.PrinceGabriel-lgtm/freshcontext

Freshness-aware AI retrieval with 21 MCP tools for timestamped, decay-ranked live signals.

Uptime
100.0%
3 probes
Response
455ms
last probe
Tools
21
callable

Tools · 21

extract_github

Extract real-time data from a GitHub repository — README, stars, forks, last commit, topics. Returns timestamped freshcontext.

extract_hackernews

Extract top stories or search results from Hacker News. The url field accepts an HN/Algolia URL or a plain search query.

extract_scholar

Extract research results from Google Scholar with publication dates.

extract_yc

Scrape YC company listings by keyword. Returns name, batch, tags, description per company.

search_repos

Search GitHub for repositories matching a keyword. Returns top results by stars.

package_trends

npm and PyPI package metadata — version history, release cadence, last updated.

extract_reddit

Extract posts and community sentiment from Reddit.

extract_producthunt

Recent Product Hunt launches by keyword or topic.

extract_finance

No-key stock quote data via Stooq. Accepts comma-separated ticker symbols and returns quote/OHLC/volume observations with timestamps.

search_jobs

Search for real-time job listings with freshness badges on every result. Sources: Remotive + HN Who is Hiring.

extract_landscape

Composite tool. Queries YC + GitHub + HN + npm simultaneously. Returns a unified timestamped landscape report.

extract_arxiv

Search arXiv for research papers via the official API. Pass a topic or full arXiv API URL. Returns titles, authors, dates, abstracts.

extract_changelog

Update history for any product. Accepts a GitHub repo URL or an npm package name. Returns version numbers, release dates, and entries.

extract_gdelt

Global news intelligence from GDELT. Monitors news from every country in 100+ languages, updated every 15 minutes. Returns articles with source country, language, date.

extract_gebiz

Singapore Government procurement opportunities (GeBIZ via data.gov.sg). Search by keyword, agency name, or empty for all recent tenders.

extract_govcontracts

US federal contract awards from USASpending.gov. Search by company name (e.g. 'Palantir'), keyword, or NAICS code. Returns amounts, dates, agencies.

extract_sec_filings

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.

extract_gov_landscape

Composite government intelligence: federal contract awards (USASpending) + dev community awareness (HN) + GitHub repo activity + product release velocity (changelog). 4-source unified report.

extract_finance_landscape

Composite financial intelligence: Stooq quote data + HN sentiment + Reddit discussion + GitHub ecosystem + product changelog. 5-source unified report.

extract_company_landscape

Most complete single-call company intelligence: SEC 8-K filings + USASpending federal contracts + GDELT global news + product changelog + Stooq quote data. 5 unique sources.

extract_idea_landscape

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

com.thenextgennexus/developer-tools-mcp-server live
Search GitHub, npm, PyPI, StackOverflow, ArXiv from one MCP — built for coding agents.
7 tools · streamable-http
com.thenextgennexus/news-mcp-server live
Cross-source news (AP, BBC, NPR, HN, Google News) with topic filtering and dedup.
5 tools · streamable-http
io.github.Deesmo/arch-tools-mcp live
116 AI tools in one MCP server. Web search, crypto data, image gen, news.
64 tools · sse
io.github.XogZ3/botoi-mcp live
49 developer tools via MCP: DNS, WHOIS, IP lookup, JWT, hashing, QR, and more.
49 tools · streamable-http
Licium live
Delegate to specialist agents and access real-time data APIs — through one MCP connection.
5 tools · streamable-http
DepScope live
Package intelligence MCP for AI agents — 22 tools, 19 ecosystems, AGPL SDK, free.
22 tools · streamable-http

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"
    }
  }
}