Grepsr Connector for AI agents.
12 live capabilities
Manage web scraping reports and data pipelines through your AI client.
Waiting for input…
Why people use Grepsr
Grepsr for Automated Web Scraping Data Pipelines
This Connector changes that by putting your Grepsr reports into your AI client. You can check statuses, run crawls, and pull data records with a single prompt. You get a unified interface for your entire data extraction pipeline.
What Vinkius changes
You get a direct line to your web scraping pipeline without the manual dashboard clicking.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Manual data refresh for pricing
A researcher needs current pricing data.
- Real-world use case 02
Audit crawl success
An engineer wants to see if a crawl failed.
- Real-world use case 03
Automate data alerts
An ops person needs data in a new Slack channel.
Complete set · 12capabilities
The complete Grepsr capability set.
These are the exact actions your AI can choose when you ask it to work with Grepsr.
01—04
4 capabilities in this set.
Part of 12 available through Grepsr.
- 01 Capability
Get me
Fetches the details for your current Grepsr account. Use this to verify your connection is active.
- 02 Capability
Get latest data
Pulls the most recent scraped dataset for a chosen report. This is great for getting a quick preview of new data.
- 03 Capability
Get report data
Queries specific scraped records from a report. Use this to pull actual data points into your chat.
- 04 Capability
Get report details
Pulls the metadata and configuration for a specific scraping report. Use this to see how a crawler is set up.
05—08
4 capabilities in this set.
Part of 12 available through Grepsr.
- 05 Capability
Get report history
Retrieves the execution history and run logs for a report. It helps you audit past crawl successes and failures.
- 06 Capability
Get usage stats
Checks your account API usage and current request limits. Use this to monitor your account health.
- 07 Capability
List integrations
Lists all active data delivery connections like S3 and SFTP. This shows where your data is being sent.
- 08 Capability
List projects
Shows all scraping projects currently in your account. Use this to get a high level view of your work.
09—12
4 capabilities in this set.
Part of 12 available through Grepsr.
- 09 Capability
List reports
Lists every report and crawler available in your Grepsr account. This is the best way to see all active crawlers.
- 10 Capability
List webhooks
Shows the webhooks configured for a specific report. Use this to see where your data notifications are going.
- 11 Capability
Run report
Triggers an on-demand crawl for a specific report to refresh data. Use this to get fresh results right now.
- 12 Capability
Create webhook
Configures a new webhook URL for a specific report. This lets you send data to your own internal systems.
Set up in minutes
One URL. Then ask Grepsr to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Grepsr from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_rm4IJmzbIXXRR9xuzKrFDQdNN050RzzW46QRudzp/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Grepsr, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Grepsr for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_rm4IJmzbIXXRR9xuzKrFDQdNN050RzzW46QRudzp/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Grepsr URL.
- Step 03
Save and start
Save the connection and enable Grepsr in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"grepsr": {
"url": "https://edge.vinkius.com/vk_preview_rm4IJmzbIXXRR9xuzKrFDQdNN050RzzW46QRudzp/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Grepsr
Open Agent mode in chat and ask: "Using Grepsr, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"grepsr": {
"url": "https://edge.vinkius.com/vk_preview_rm4IJmzbIXXRR9xuzKrFDQdNN050RzzW46QRudzp/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Grepsr
Ask Copilot: "Using Grepsr, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"grepsr": {
"url": "https://edge.vinkius.com/vk_preview_rm4IJmzbIXXRR9xuzKrFDQdNN050RzzW46QRudzp/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Grepsr
Open Cascade and ask: "Using Grepsr, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"grepsr": {
"url": "https://edge.vinkius.com/vk_preview_rm4IJmzbIXXRR9xuzKrFDQdNN050RzzW46QRudzp/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Grepsr
Ask Cline: "Using Grepsr, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add grepsr --transport http "https://edge.vinkius.com/vk_preview_rm4IJmzbIXXRR9xuzKrFDQdNN050RzzW46QRudzp/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Grepsr
Ask Claude: "Using Grepsr, show me...". 12 tools are ready
Where the request belongs
Work Grepsr can move forward.
This is for the data engineer who's tired of manual status checks, the market researcher who needs fresh pricing data on demand, and the ops lead managing complex data feeds.
Data Engineer
Checks crawl statuses and record counts to ensure data quality stays high without manual dashboard navigation.
Market Researcher
Triggers manual refreshes for competitor pricing lists during meetings to get real-time data.
Operations Manager
Verifies that webhooks are firing and data is landing in S3 or SFTP correctly.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBrowse AI
Automate web scraping with Browse AI. run extraction robots, monitor page changes, and retrieve bulk data directly from any AI agent.
Apify
Run web scraping actors, collect structured data, and manage storage datasets for large-scale data extraction projects.
Nimbleway
Web data collection and scraping via Nimbleway. extract content and search the web directly from your AI agent.
Import.io (Web Data Extraction)
Extract structured data from any website via Import.io. run extractors, manage bulk crawls, and monitor API usage.
ParseHub
Control advanced cloud scraping projects via ParseHub. list targets, dispatch headless runs, trace crawler status, and fetch extracted datasets directly via AI.
Bring your own AI
Change the model, client or framework. Keep Grepsr connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Grepsr.
The practical details behind the request, access and result.
Can I use the Grepsr MCP to start web scraping crawls?
Yes. You can ask your AI agent to trigger an on-demand crawl for any of your existing reports to refresh your data immediately.
How does the Grepsr MCP help with data quality?
It allows you to quickly check the execution history and record counts for your reports, making it easy to audit whether your crawls are successful.
Can I pull scraped data directly into my AI chat?
Yes. You can retrieve the most recent dataset or query specific records from a report to see them directly in your conversation.
Does the Grepsr MCP support cloud storage integrations?
It allows you to view all your active data delivery integrations, including connections to S3 and SFTP, directly through your agent.
Can I set up webhooks using the Grepsr MCP?
Yes. You can configure new webhook URLs for your reports so your internal systems get notified automatically when new data is ready.
How do I check my Grepsr API usage?
You can ask your agent to check your account usage stats and request limits to ensure you stay within your plan's boundaries.
Can my agent trigger a new web crawl in Grepsr?
Yes. Use the 'run_report' capability. By providing the Report ID, the agent can programmatically trigger an on-demand crawl, starting the data extraction process immediately flawlessly.
How do I retrieve the actual scraped data records via chat?
You can use the 'get_report_data' or 'get_latest_data' capabilities. Your agent will fetch the structured records from Grepsr's database and present them in a readable format within your chat interface flawlessly.
Can I check my API usage limits through the agent?
Absolutely. Use the 'get_usage_stats' capability. Your agent will retrieve your current plan limits and remaining API credits, helping you manage your data extraction budget flawlessly.
One connection away
Give your agent a direct line to Grepsr.
Connect Grepsr once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available