@pullapi/g2-scraper-mcp
v1.0.0
Published
G2 MCP server — software product details & user reviews. For Claude, Cursor & AI agents.
Downloads
108
Maintainers
Readme
G2 Scraper MCP Server
An MCP server that provides real-time G2 data — software product profiles with ratings and categories, plus detailed user reviews with pros and cons — for use with Claude, Cursor, and other MCP-compatible AI tools.
Features
- Get Product — Get G2 software product details including rating, review count, and categories
- Get Reviews — Get G2 software product reviews with pros, cons, and ratings
Tools
get_product
Get G2 software product details including rating, review count, and categories
Parameters:
| Name | Type | Required | Description |
|------|------|----------|-------------|
| slug | string | Yes | G2 product slug (from URL) |
get_reviews
Get G2 software product reviews with pros, cons, and ratings
Parameters:
| Name | Type | Required | Description |
|------|------|----------|-------------|
| slug | string | Yes | G2 product slug |
| page | number | No | Page number (default: 1) |
Configuration
Get your API key from RapidAPI.
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"g2": {
"command": "npx",
"args": ["-y", "@pullapi/g2-scraper-mcp"],
"env": {
"RAPIDAPI_KEY": "your-rapidapi-key"
}
}
}
}Usage with Cursor
Add to your Cursor MCP settings (.cursor/mcp.json):
{
"mcpServers": {
"g2": {
"command": "npx",
"args": ["-y", "@pullapi/g2-scraper-mcp"],
"env": {
"RAPIDAPI_KEY": "your-rapidapi-key"
}
}
}
}License
MIT
