Files
geoffsee 66d3c06230 init
2025-05-23 09:48:26 -04:00

26 lines
493 B
TypeScript

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`