Data Collection
freshcontext.dev
This MCP server extracts real-time data from GitHub, Hacker News, Google Scholar, and Y Combinator, and evaluates candidate context for decision-ready outputs.
ENDPOINT 1
https://api.freshcontext.dev/mcp
MCP server metadata
- Name
- freshcontext-mcp
- Version
- 0.5.2
Known tools 22
evaluate_contextEvaluate caller-provided candidate context and return decision-ready output.
Inferred read-onlyextract_githubExtract real-time data from a GitHub repository — README, stars, forks, last commit, topics.
Inferred read-onlyextract_scholarExtract research results (title, authors, year, snippet) from a Google Scholar search URL.
Inferred read-onlypackage_trendsnpm and PyPI package metadata — version history, release cadence, last updated.
Inferred read-onlyextract_producthuntExtract recent Product Hunt launches by keyword/topic search or a PH URL.
Inferred read-onlysearch_jobsSearch for real-time job listings with freshness badges on every result.
Inferred read-onlyextract_gov_landscapeComposite government intelligence: federal contract awards (USASpending) + dev community awareness (HN) + GitHub repo activity + product release velocity (changelog).
Inferred read-onlyextract_finance_landscapeComposite financial intelligence: Stooq quote data + HN sentiment + Reddit discussion + GitHub ecosystem + product changelog.
Inferred read-onlyextract_company_landscapeMost complete single-call company intelligence: SEC 8-K filings + USASpending federal contracts + GDELT global news + product changelog + Stooq quote data.
Inferred read-onlyextract_idea_landscapeIdea validation composite: HN pain signals + YC funded competitors + GitHub crowding + jobs market signal + npm/PyPI ecosystem + Product Hunt launches.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.freshcontext-mcp]
url = "https://api.freshcontext.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"freshcontext-mcp": {
"type": "http",
"url": "https://api.freshcontext.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: freshcontext-mcp
Remote MCP URL: https://api.freshcontext.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"freshcontext-mcp": {
"url": "https://api.freshcontext.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"freshcontext-mcp": {
"type": "http",
"url": "https://api.freshcontext.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "freshcontext-mcp",
"transport": "streamable-http",
"url": "https://api.freshcontext.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.