← freshcontext.dev

INDIVIDUAL MCP TOOL

extract_finance_landscape

Composite financial intelligence: Stooq quote data + HN sentiment + Reddit discussion + GitHub ecosystem + product changelog.

freshcontext.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.freshcontext.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for extract_finance_landscape and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

freshcontext.dev

CONNECT 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.

Related tools

  • evaluate_context — Evaluate caller-provided candidate context and return decision-ready output.
  • extract_github — Extract real-time data from a GitHub repository — README, stars, forks, last commit, topics.
  • extract_hackernews — Extract top stories or search results from Hacker News.
  • extract_scholar — Extract research results (title, authors, year, snippet) from a Google Scholar search URL.
  • extract_yc — Scrape YC company listings from a ycombinator.
  • search_repos — Search GitHub for repositories matching a keyword.
  • package_trends — npm and PyPI package metadata — version history, release cadence, last updated.
  • extract_reddit — Extract recent posts from a subreddit (e.