Apify Market Intelligence
Server Details
Pay-per-call Apify Store analytics with free MCP discovery and x402 payments.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.1/5 across 6 of 6 tools scored.
Each tool addresses a distinct analytical question: idea validation, gap finding, demand direction, expansion planning, pricing benchmark, and bundle pricing info. The descriptions clearly separate these use cases, leaving no ambiguity about when to use which tool.
Five tools follow a consistent 'apify-<descriptive>-<purpose>' hyphenated pattern, providing a clear and predictable family. The exception is 'pricing_info', which uses snake_case and breaks the 'apify-' prefix convention, creating a minor inconsistency.
With 6 tools, the server is well-scoped for its market intelligence purpose. Each tool covers a distinct aspect of market analysis, and the count is substantial enough to be useful without becoming overwhelming.
The tool set covers the core market intelligence workflow: validating, finding gaps, assessing demand, planning expansion, and benchmarking pricing. Missing are more advanced features like competitor profiling or trend forecasting, but the existing tools handle the stated objectives for most practical use cases.
Available Tools
6 toolsapify-actor-idea-validatorApify Actor Idea ValidatorAInspect
Assess one proposed Apify Actor idea against public Store similarity, activity, quality, competition and visible pricing evidence. Public Store API only, no LLM. — $0.05/call, x402 (USDC on base).
| Name | Required | Description | Default |
|---|---|---|---|
| idea | Yes | Proposed Apify Actor concept to score against the public Store. | |
| requestId | Yes | Idempotency key for replay/conflict handling. | |
| maxResults | No | Maximum number of matched actors to keep in the detailed report. | |
| detailLevel | No | Compact or evidence-heavy output in the dataset row. | compact |
| schemaVersion | Yes | Contract version for the business input. | 1.0 |
| freshnessMinutes | No | Age limit for report-cache reuse. Set to 0 to bypass cache hits. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds valuable behavioral context beyond annotations: it discloses the cost ('$0.05/call, x402 (USDC on base)') and notes that it uses only the Public Store API with no LLM, implying deterministic evidence-based behavior. Annotations already indicate non-read-only and non-idempotent behavior, which is not contradicted. It does not detail all side effects, but the added cost/source context is useful.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence that states the core purpose and then adds crucial operational constraints (API-only, no LLM, cost). It contains no filler and is highly readable for an agent.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
There is no output schema, and the description does not explain the return value or report format beyond the assessment concept. Some clues exist in parameter descriptions (e.g., detailLevel mentions 'output in the dataset row'), but the description itself is thin on output details. Given the moderate complexity, it is adequate but could be more complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so parameters are well documented in the schema. The description does not add parameter-specific details beyond repeating the idea assessment concept. It mentions cost but not per-parameter semantics. Baseline of 3 is appropriate since the schema carries the parameter documentation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('Assess one proposed Apify Actor idea') and the resource/scope ('against public Store similarity, activity, quality, competition and visible pricing evidence'). It distinguishes the tool from siblings by emphasizing single-idea validation, which contrasts with market-gap-finder or niche-demand-radar.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The usage is implied through the purpose: this is for validating an individual idea. However, there is no explicit 'when to use' or 'when not to use' guidance, and no alternatives are mentioned. The phrase 'Public Store API only, no LLM' hints at constraints but does not specify how it should be selected relative to sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
apify-market-gap-finderApify Market Gap FinderAInspect
Compare user-declared niches against the public Apify Store and rank evidence-backed market gaps. Public Store API only, no LLM. — $0.10/call, x402 (USDC on base).
| Name | Required | Description | Default |
|---|---|---|---|
| requestId | Yes | Idempotency key for replay/conflict handling. | |
| categories | No | Optional Store categories to filter each niche cohort. | |
| maxResults | No | Maximum number of matched actors to keep in the detailed report. | |
| detailLevel | No | Compact or evidence-heavy output in the dataset row. | compact |
| seedQueries | Yes | User-declared niche queries to score independently. | |
| schemaVersion | Yes | Contract version for the business input. | 1.0 |
| freshnessMinutes | No | Age limit for report-cache reuse. Set to 0 to bypass cache hits. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide readOnlyHint=false, openWorldHint=true, idempotentHint=false, and destructiveHint=false. The description adds valuable context: it uses only the public Store API (no LLM) and explicitly states the cost/payment method ($0.10/call, x402 USDC on base), which helps the agent understand external API calls and potential charges. No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with the core purpose, and includes cost/payment details without wasting words. Every sentence adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description covers the high-level purpose and key constraints (public API, no LLM, cost). However, there is no output schema, and the description does not specify the return format or structure of the 'evidence-backed market gaps' report. For a 7-parameter tool, this leaves some ambiguity about expected outputs and how results are delivered.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, with each parameter (requestId, seedQueries, categories, maxResults, detailLevel, schemaVersion, freshnessMinutes) having its own description in the schema. The tool description adds no additional parameter-level detail, so the baseline score of 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses specific verbs ('Compare', 'rank') and clearly identifies the resource ('user-declared niches against the public Apify Store'). It clearly differentiates from sibling tools by focusing on evidence-backed market gaps, which is a distinct objective from idea validation, demand radar, or pricing benchmarks.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies a use case: when you have niche queries and want to find market gaps in the Apify Store. However, it does not explicitly state when to use this tool versus siblings like apify-niche-demand-radar or apify-actor-idea-validator, nor does it provide exclusion criteria.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
apify-niche-demand-radarApify Niche Demand RadarAInspect
Produce a current demand-direction snapshot for one declared niche using observed public Apify Store user metrics. Public Store API only, no LLM. — $0.05/call, x402 (USDC on base).
| Name | Required | Description | Default |
|---|---|---|---|
| niche | Yes | Declared niche to analyze. | |
| keywords | Yes | Unique terms for Store matching. | |
| requestId | Yes | Idempotency key. | |
| maxResults | No | Maximum nested results. | |
| detailLevel | No | Output detail mode. | compact |
| schemaVersion | Yes | Contract version. | 1.0 |
| comparisonWindow | No | Observed user-metric comparison window. | 7d_vs_30d |
| freshnessMinutes | No | Maximum cache age. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds behavioral context beyond annotations by stating 'Public Store API only, no LLM' and disclosing the cost and payment method ('$0.05/call, x402 (USDC on base)'). These are useful details not present in the annotations, which only provide generic hints.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise, with two sentences that front-load the purpose followed by key constraints. Every word earns its place; there is no verbose filler or redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
There is no output schema, and the description does not clarify what the 'snapshot' looks like in terms of structure or content. The tool has 8 parameters with rich schema descriptions, but the overall behavior and result format remain somewhat vague, making it less complete for an agent needing to understand the full context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% coverage with descriptions for every parameter, so the baseline is 3. The description does not add parameter-specific details beyond what the schema already provides, nor does it clarify any parameters that the schema leaves ambiguous.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb 'Produce' and clearly identifies the resource: 'a current demand-direction snapshot for one declared niche'. It also differentiates from sibling tools by specifying the method ('using observed public Apify Store user metrics') and constraints ('Public Store API only, no LLM').
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly implies when to use this tool: when a demand-direction snapshot for a single niche is needed. It provides context about the data source and cost but does not explicitly mention alternatives or exclusions relative to sibling tools, though the purpose is distinct enough.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
apify-portfolio-expansion-plannerApify Portfolio Expansion PlannerAInspect
Rank user-supplied candidate niches by public Store opportunity and textual adjacency to a user-supplied portfolio. Public Store API only for candidates, no portfolio fetching. — $0.15/call, x402 (USDC on base).
| Name | Required | Description | Default |
|---|---|---|---|
| requestId | Yes | Idempotency key. | |
| maxResults | No | Maximum nested expansions. | |
| detailLevel | No | Output detail mode. | compact |
| schemaVersion | Yes | Contract version. | 1.0 |
| portfolioActors | Yes | Existing portfolio used for adjacency scoring. | |
| candidateQueries | Yes | Candidate niches to evaluate for portfolio expansion. | |
| freshnessMinutes | No | Maximum cache age. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds behavior not fully covered by annotations: it is a paid call ($0.15/call), it uses the Public Store API for candidates only, and it does not fetch the portfolio. This clarifies the operational context and constraints. However, side effects are not fully described, and annotations already indicate non-read-only status.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence that concisely conveys functionality, constraints, and pricing. It is front-loaded with the main action and resource, and every clause carries meaningful information without unnecessary elaboration.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description explains what the tool does and key constraints, but since there is no output schema, it does not describe the return format or how rankings are presented. Given the tool's complexity (7 parameters, including arrays and enums), more detail about output and expected behavior would be needed for full completeness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% documentation coverage for all 7 parameters, including types, defaults, constraints, and descriptions. The tool description does not add any parameter-level meaning beyond the schema, so the baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: it ranks candidate niches by public Store opportunity and adjacency to a user-supplied portfolio. The verb 'rank' is specific and the resource ('candidate niches') is well-defined. It distinguishes itself from sibling tools by focusing on portfolio expansion and explicitly noting it does not fetch portfolio data.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides context about scope (uses Public Store API, does not fetch portfolio) but does not explicitly state when to use this tool over its siblings. No alternatives or exclusions are mentioned, leaving the decision to the agent based on the name and purpose alone.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
apify-pricing-benchmark-advisorApify Pricing Benchmark AdvisorAInspect
Summarize visible public Apify Store event-price distributions for a declared cohort. Public Store API only, no LLM. — $0.05/call, x402 (USDC on base).
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Store cohort query. | |
| requestId | Yes | Idempotency key. | |
| categories | No | Optional Store categories. | |
| maxResults | No | Maximum nested samples. | |
| detailLevel | No | Output detail mode. | compact |
| eventSelector | No | Pricing event cohort to benchmark. | non_start |
| schemaVersion | Yes | Contract version. | 1.0 |
| freshnessMinutes | No | Maximum cache age. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds meaningful behavioral context beyond annotations: 'Public Store API only, no LLM' reveals implementation constraints, and '$0.05/call, x402 (USDC on base)' discloses cost and payment method. This goes beyond the openWorldHint and other annotations without contradicting them.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is remarkably succinct: a single sentence for the primary action and a dash-separated fragment for cost/technical details. There is no redundant wording; every element earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with no output schema and 8 parameters, the description covers the core action, scope, cost, and implementation constraint. It does not define the exact return format or explain the 'x402' protocol, but the presence of full parameter descriptions and clear purpose makes it mostly complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% — every parameter has a description in the input schema. The tool description itself does not add any parameter-specific semantics, so the baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with 'Summarize visible public Apify Store event-price distributions for a declared cohort', which is a specific verb+resource+scope statement. It clearly distinguishes this tool from sibling advisors like apify-actor-idea-validator or apify-market-gap-finder by focusing on pricing benchmarks.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage by mentioning 'declared cohort' and 'public Apify Store', but it does not explicitly state when to choose this tool over alternatives such as pricing_info. There is no mention of when-not-to-use or exclusion criteria.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
pricing_infoPricing — Apify Market IntelligenceARead-onlyInspect
Free — list every paid tool in the 'apify-market-intelligence' bundle with its price, payTo address and network. Call this first if you don't have a wallet ready yet.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare read-only, open-world false, and non-destructive hints. The description adds context by mentioning the tool is free, lists specific return fields (price, payTo address, network), and implicitly clarifies it provides pricing info without side effects. This goes beyond annotation basics, though it doesn't detail response format or edge cases, explaining the 4 rather than 5.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, compact sentence that packs essential information: free, scope (all paid tools), response fields, and when to call. No unnecessary words or redundancy, making it highly efficient.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple zero-parameter tool with no output schema, the description fully covers what the tool returns (price, payTo, network) and when to use it. The annotations cover safety, and the description fills in the return semantics and usage context, making it complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the baseline is 4. The description correctly omits parameter details, instead conveying the tool's behavior, which is all that's needed when input schema is empty.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: it lists every paid tool in the 'apify-market-intelligence' bundle with price, payTo address, and network. The verb 'list' plus the specific resource and attributes make the purpose explicit and distinguish it from sibling tools focused on ideas, gaps, demand, etc.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit when-to-use guidance: 'Call this first if you don't have a wallet ready yet.' This indicates the tool is a prerequisite and its free nature contrasts with paid sibling tools, effectively helping the agent choose it at the right time.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseNot gradedqualityFmaintenance23 pay-per-call web analysis APIs as MCP tools. Security audits, tech stack detection, email verification, SEO analysis, SSL checks, performance monitoring. Supports x402 and Stripe MPP payments.516MIT
- AlicenseNot gradedqualityCmaintenanceMCP server providing 10 pay-per-call APIs for web scraping, DNS, email validation, and French business data, with autonomous micropayments via the x402 protocol (USDC on Base).1MIT
- FlicenseNot gradedqualityCmaintenancePay-per-call structured data for autonomous AI agents. x402-metered, MCP-native.
- AlicenseNot gradedqualityCmaintenancePay-per-call MCP server for WebberSites x402 Data API, offering 45 tools for AI agents: web scraping, document extraction, SEO audits, linting, crypto data, and more, with payment via USDC on Base.52MIT