Skip to main content
Glama

Server Details

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

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
PrinceGabriel-lgtm/freshcontext-mcp
GitHub Stars
11
Server Listing
freshcontext-mcp

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 3.9/5 across 11 of 11 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct data source (finance, GitHub, Hacker News, etc.), with clear separation and no overlap. An agent can easily distinguish which tool to use for a given source.

Naming Consistency4/5

Tools use a consistent verb_noun pattern with 'extract_' for data extraction and 'search_' for search functions. The outlier 'package_trends' is still descriptive and fits the theme, so the pattern is mostly predictable.

Tool Count5/5

11 tools is well-scoped for a data aggregation server. Each tool serves a clear purpose and the count is neither too sparse nor overwhelming.

Completeness4/5

The server covers a broad range of sources (finance, code, news, social, academia, jobs, packages). Minor gaps like missing Twitter or general news are acceptable given the breadth already provided.

Available Tools

22 tools
evaluate_context
Read-only
Inspect

Evaluate caller-provided candidate context and return decision-ready output. This is the primary FreshContext judgment path: it does not fetch, crawl, scrape, browse, read folders, or call adapters.

ParametersJSON Schema
NameRequiredDescriptionDefault
nowNoOptional ISO timestamp for deterministic evaluation.
intentYesIntent Profile id, e.g. citation_check, student_research, developer_adoption, job_search, market_watch, business_due_diligence, medical_literature_triage.
profileYesSource Profile id, e.g. academic_research, jobs_opportunities, market_finance, official_docs, local_custom.
signalsYesCandidate context items provided by the caller. FreshContext evaluates these; it does not retrieve them.
extract_arxiv
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesSearch query e.g. 'temporal retrieval', or a full arXiv API URL
extract_changelog
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesGitHub repo URL or npm package name e.g. 'react'
extract_company_landscape
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
tickerNoStock ticker for finance data
companyYesCompany name e.g. 'Palantir', 'Anthropic'
github_urlNoOptional GitHub repo or org URL for changelog accuracy
extract_finance
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesTicker symbol(s) e.g. 'AAPL' or 'MSFT,GOOG'
extract_finance_landscape
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
tickersYesOne or more ticker symbols e.g. 'PLTR' or 'PLTR,MSFT'
company_nameNoCompany name for HN/Reddit/GitHub searches
github_queryNoGitHub search query or repo URL
extract_gdelt
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesQuery: company name, topic, or keyword
extract_gebiz
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesKeyword, agency, or empty for latest tenders
extract_github
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesFull GitHub repo URL e.g. https://github.com/owner/repo
extract_govcontracts
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesCompany name, keyword, or NAICS code
extract_gov_landscape
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesCompany name, keyword, or NAICS code
github_urlNoOptional GitHub repo URL for the company
extract_hackernews
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesHN URL e.g. https://news.ycombinator.com/news, Algolia API URL, or search query e.g. 'browser agents'
extract_idea_landscape
Read-only
Inspect

Idea validation composite: HN pain signals + YC funded competitors + GitHub crowding + jobs market signal + npm/PyPI ecosystem + Product Hunt launches. 6 sources.

ParametersJSON Schema
NameRequiredDescriptionDefault
ideaYesYour idea, problem space, or keyword
extract_landscape
Read-only
Inspect

Composite tool. Queries GitHub + HN + npm simultaneously. Returns a unified landscape report with each source's own freshness.

ParametersJSON Schema
NameRequiredDescriptionDefault
topicYesProject idea or keyword e.g. 'mcp server'
extract_producthunt
Read-only
Inspect

Extract recent Product Hunt launches by keyword/topic search or a PH URL. Returns name, tagline, votes, comment count, topics, and launch date per result.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesSearch query or PH topic URL
extract_reddit
Read-only
Inspect

Extract recent posts from a subreddit (e.g. 'r/MachineLearning') or a Reddit search/listing URL. Returns title, subreddit, author, score, comment count, and post date per result.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesSubreddit name e.g. 'r/MachineLearning' or search URL
extract_scholar
Read-only
Inspect

Extract research results (title, authors, year, snippet) from a Google Scholar search URL. Scholar exposes only the publication year, not an exact date, so freshness confidence is capped at medium.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesGoogle Scholar search URL
extract_sec_filings
Read-only
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesCompany name, ticker, or keyword
extract_yc
Read-only
Inspect

Scrape YC company listings from a ycombinator.com/companies search URL. Returns name, batch, status, tags, and description per company. Freshness is unknown — YC listings carry no reliable per-company update date.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesYC URL e.g. https://www.ycombinator.com/companies?query=mcp
search_jobs
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesJob search query e.g. 'typescript remote'
max_lengthNo
search_repos
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query e.g. 'mcp server typescript'

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.