extract_yc
ActiveTool of io.github.PrinceGabriel-lgtm/freshcontext
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.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"format": "uri",
"description": "YC URL e.g. https://www.ycombinator.com/companies?query=mcp"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.PrinceGabriel-lgtm/freshcontext
https://github.com/PrinceGabriel-lgtm/freshcontext-mcp
2/7 registries