Competitive Intelligence MCP Server avatar

Competitive Intelligence MCP Server

Pricing

Pay per event + usage

Go to Apify Store
Competitive Intelligence MCP Server

Competitive Intelligence MCP Server

9-in-1 MCP server for AI-powered competitor analysis. Use with Claude, GPT or any AI assistant that supports MCP tools. This MCP server bundles 9 competitive intelligence tools into one endpoint. Monitor competitors Analyze Facebook Ads Detect tech stack Aggregate B2B review Research companies

Pricing

Pay per event + usage

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

1

Bookmarked

5

Total users

1

Monthly active users

4 days ago

Last modified

Share

16-in-1 MCP Server for comprehensive competitive and industry intelligence. Includes: competitor monitoring, Facebook Ads scraping, tech stack detection, B2B review platforms (G2, Capterra, Clutch, GoodFirms), Glassdoor employer reviews, Crunchbase funding data, and consumer reviews.

BYOK (Bring Your Own Key) -- you provide your own API credentials.


Before You Start

This actor requires your own API credentials to fetch real data.

Where to get your key: Your Apify API token for calling underlying actors. Required for real data.

You can test with Demo Mode first (free, no key needed) to see the output format before committing.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true
}

Run with real data

{
"demoMode": false,
"apifyToken": "YOUR_API_KEY_HERE",
"tool": "monitor_competitors"
}

Input Parameters

ParameterTypeDefaultRequiredDescription
apifyTokenstring-Yes*Your Apify API token for calling underlying actors. Required for real data.
toolstring"monitor_competitors"Yes*Which competitive intelligence tool to use
toolInputobject-NoInput parameters for the selected tool (see README for each tool's required inputs)
demoModebooleantrueNoRun with sample data (no API calls, free to test)
webhookUrlstring-NoOptional webhook URL to receive results when the actor finishes

*Required when Demo Mode is off.


Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
MCP Tool CallAn MCP tool was invoked by the AI assistant$0.01
Competitor AnalyzedA competitor was analyzed for market positioning, strengths, and weaknesses$0.02
Ads ScrapedFacebook Ads or other advertising data was scraped for competitive analysis$0.01
Tech Stack DetectedTechnologies and tools used by a company were identified$0.01
Review Data ScrapedReviews scraped from G2, Capterra, Clutch, GoodFirms, Glassdoor, Trustpilot, BBB, or Yelp$0.01
Funding Data FetchedCompany funding and investment data retrieved from Crunchbase$0.01
Social Insights GatheredInsights gathered from Quora questions or Reddit discussions$0.01
Industry Research CompletedComprehensive industry research combining multiple data sources$0.03

Demo mode is free -- no charges for sample data.


Troubleshooting

"API key is required"

You have Demo Mode turned off but didn't provide an API key. Either:

  • Turn Demo Mode on to test with sample data
  • Add your API key in the input

"API error 403" or "Unauthorized"

Your API key is invalid, expired, or doesn't have access to this specific API endpoint. Double-check your key and account permissions.

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • API key without proper permissions
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal