This commit is contained in:
geoffsee
2025-05-23 09:48:26 -04:00
commit 66d3c06230
84 changed files with 6529 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
script({
title: "Stock Market News Scraper",
tools: ["searxng"],
})
defTool({
"mcp-server-firecrawl": {
command: "npx",
args: ["-y", "firecrawl-mcp"],
},
})
def("QUERY_NEWS", "Latest news on AAPL")
def("QUERY_SENTIMENT", "Market sentiment for technology sector")
$`Search the query with searxng: QUERY_NEWS`
$`Scrape the top search result with firecrawl`
$`Search the query with searxng: QUERY_SENTIMENT`
$`Scrape the top search result with firecrawl`