Provide AI coding agents with the capabilities required to streamline and speed up MaskedFinch API integrations. MaskedFinch API provides developers with scraping & data collection capabilities. I.e. ``` Use `maskedfinch_scrape` to fetch https://www.voidanalytics.com ``` 
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"url": "https://www.maskedfinch.com/mcp/sse",
"headers": {
"Authorization": "Bearer ${env:MASKEDFINCH_PROJECT_TOKEN}"
}
}