demandscope
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@demandscopeCheck npm and GitHub demand for a lightweight GraphQL client"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
DemandScope
Public-API demand-signal scanner for validating digital-product and dev-tool ideas, plus a dependency-free MCP (Model Context Protocol) stdio server that exposes the signals as tools any MCP-compatible agent can call.
Transparency notice: this project is built, tested, and maintained by an autonomous AI agent (Hermes, by Nous Research) operating in the Autonomous Income Research Lab. A human owner reviews and authorizes external actions.
Why
Built by the Autonomous Income Research Lab (2026-08-17) as its first product
prototype: demand validation for niche dev tools is itself a recurring need for
indie builders, and MCP integrations are a fast-growing ecosystem
(evidence: research/2026-08-17-opportunity-scan.md).
Related MCP server: github-insight-mcp
Signals (all free, no-auth, ToS-friendly APIs)
Tool | Source | Proxy for |
| api.github.com/search | developer interest / competition |
| api.github.com (created:) | supply/interest acceleration (delta) |
| hn.algolia.com (Hacker News) | tech-audience attention |
| hn.algolia.com | attention acceleration (delta) |
| api.npmjs.org | comparable-product demand |
| pypistats.org | comparable-product demand |
Absolute download counts include CI/mirror traffic — use directionally, not as
exact market sizes. Trend tools return growth_ratio (current window ÷ prior
window); >1 means accelerating.
Reliability (v0.2)
Cache: file-based TTL cache (
DEMANDSCOPE_CACHE_DIR, default.cache/demandscope). TTLs: GitHub/HN 1h, npm/PyPI 24h. Repeat calls are free and instant.Backoff: exponential retry (max 4) on HTTP 429/5xx, honoring
Retry-After. pypistats is treated as best-effort.
Usage
CLI-style (batch scan):
python3 ../demand-scanner/demand_scanner.py candidates.json out/As an MCP server (newline-delimited JSON-RPC 2.0 over stdio):
python3 mcp_server.pyMCP client config example:
{"mcpServers": {"demandscope": {"command": "python3", "args": ["/path/to/mcp_server.py"]}}}MCP Registry / MCPB bundle
DemandScope is published to the official MCP Registry as
io.github.baobabcat/demandscope. Each release attaches a deterministic,
one-click-installable MCP Bundle (demandscope.mcpb, spec 0.3) built by
scripts/build_mcpb.py; publishing runs from CI via GitHub OIDC
(.github/workflows/publish-mcp.yml, no stored secrets). The registry
manifest (server.json) is validated with
mcp-registry-lint and
mcp-publisher validate before every publish.
Tests
python3 test_mcp_server.py10 end-to-end protocol tests (handshake, notifications, ping, tools/list,
tools/call incl. trend + cache-hit assertion, error paths). Network needed for
the npm_downloads and hn_trend call tests.
Status / roadmap
v0.3 (2026-08-20): MCPB bundle + official MCP Registry publishing via GitHub OIDC (
server.json, deterministicscripts/build_mcpb.py, tag-triggered publish workflow with rollback). 10/10 tests pass.v0.2 (2026-08-17): trend-delta tools (
github_trend,hn_trend), TTL cache + rate-limit backoff,pyproject.tomlpackaging, MIT license. 10/10 tests pass.v0.1 (2026-08-17): protocol subset
initialize,ping,tools/list,tools/call; 4 signal tools.Next:
resourcessupport, hosted HTTP transport, second asset (mcp-registry-lint) in the lab pipeline.
Available Tools
6 toolsgithub_repo_signalA
GitHub repo count and top-star sums for a search query (developer interest / competition proxy).
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | GitHub search query |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description must carry the behavioral transparency burden. It discloses the operational output (repo count and top-star sums) and the semantic purpose. It does not mention query syntax expectations, limitations, rate limits, or whether results are live or cached, but the read-only nature is reasonably inferable from 'count and sums.'
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, efficient sentence. It front-loads the concrete output and then adds the interpretive context in a parenthetical. Every word contributes meaning; there is no 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?
For a tool with one simple parameter, a high-level output description, and no output schema, the description is nearly complete. It tells the agent what will happen with the query and what the result represents. It would be more complete with a note on query formatting or a pointer to github_trend for comparison, but overall it covers the essentials.
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 schema already describes the only parameter as 'GitHub search query' with 100% coverage, which sets the baseline at 3. The description adds the context that the query drives repo-count and star-sum calculations, but it does not provide additional syntax, formatting, or example guidance beyond the schema.
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 what the tool does: it returns GitHub repo count and top-star sums for a search query. It frames the output as a developer interest/competition proxy, which adds meaning. It does not explicitly differentiate itself from siblings like github_trend, but the specific 'repo count and top-star sums' output is distinctive enough.
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 the use case: measuring developer interest or competition via GitHub search. However, it gives no explicit guidance on when to prefer this tool over alternatives such as github_trend or hn_signal, and no exclusions or conditions are provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
github_trendC
GitHub repos created in the last N days vs the prior window; growth_ratio > 1 means accelerating supply/interest.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| window_days | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of behavioral disclosure. It explains the growth_ratio semantics and the comparison window, which is useful, but it does not describe output shape, data limits, or whether the result is a list of repos or an aggregate metric.
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 focused sentence with no filler. The key comparison and metric interpretation are front-loaded, though the meaning of query could have been added without much loss of conciseness.
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 annotations, no output schema, and a required query parameter, the description is too thin. It leaves critical unknowns: what format query takes, what the response contains, and how growth_ratio is derived beyond the vague 'vs prior window' phrasing.
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 0%, so the description must compensate. It indirectly explains window_days via 'last N days' and 'prior window', but the required query parameter is entirely unexplained, leaving the agent to guess what should go in it.
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 identifies GitHub repos as the resource and defines the core trend metric (growth_ratio comparing recent vs prior window). It is specific enough to distinguish this from a plain repository info tool, though it lacks an explicit verb like 'returns' or 'computes'.
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?
There is no guidance on when to use this tool versus siblings such as github_repo_signal or hn_trend. The context implies it is for trend analysis, but no explicit conditions or alternatives are provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
hn_signalA
Hacker News story count for a query over the last N days (tech-audience attention proxy).
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| query | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full behavioral burden. It does disclose the core behavior (returns a story count aggregated over N days), but omits details like query matching semantics, day boundaries, and whether the result is a raw number or an object.
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?
One compact sentence with no filler; the core behavior and intent are front-loaded and the parenthetical adds useful context without bloating the text.
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 low-complexity tool with no output schema and no annotations, the description gives the essential what and why, but not enough to fully preempt ambiguity about return shape, parameter constraints, or relation to hn_trend. It is minimally viable rather than comprehensive.
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 0%, so the description must compensate. It maps 'query' to the search term and 'days' to 'last N days', which adds meaning beyond the raw schema. However, it leaves out query syntax, default/range for days, and whether days is inclusive.
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 states a clear operation: count Hacker News stories for a query over a time window, and adds the 'tech-audience attention proxy' framing. It does not explicitly distinguish itself from the sibling hn_trend, but the verb/resource/scope are clear.
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 conveys a use case (query-level HN story count as attention signal) but gives no explicit when-to-use or when-not-to-use guidance. With hn_trend as a sibling, the agent must infer which tool is appropriate rather than being told.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
hn_trendB
Hacker News story count for the last N days vs the prior window; growth_ratio > 1 means accelerating attention.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| window_days | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the transparency burden and does add useful behavioral detail: it compares the last N days against the prior window and defines growth_ratio > 1 as accelerating attention. However, it does not describe query semantics, window_days defaults, edge cases like zero prior counts, or the return shape.
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 with no filler, front-loading the core metric and adding an interpretation of the result. Every word contributes to understanding the tool's function.
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, no annotations, and two parameters, this description is too sparse. It does not define the required query parameter, explain defaults or edge cases, or provide enough information to decide when to use this tool over its siblings, making confident invocation difficult.
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 0%, so the description must compensate for both parameters. It only hints that window_days maps to 'last N days'; the required query parameter is never mentioned or explained, leaving the agent to guess what string should be supplied.
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 names a specific resource and metric: Hacker News story count compared across two time windows, with growth_ratio as the output. It is clear about the tool's analytical intent, but it does not explicitly distinguish itself from the sibling hn_signal tool, leaving some differentiation to inference.
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 phrase 'accelerating attention' implies this tool is for measuring acceleration in Hacker News story interest, but there is no explicit when-to-use or when-not-to-use guidance. It names no alternatives and gives no conditions for preferring hn_trend over hn_signal or github_trend.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
npm_downloadsB
Last-month downloads for an npm package (comparable-product demand).
| Name | Required | Description | Default |
|---|---|---|---|
| package | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral disclosure burden. It clearly indicates this is a download-count lookup, but it does not define whether 'last-month' means the previous calendar month or a trailing 30-day window, nor does it describe the return format, data source, or error behavior.
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 with the core output stated first and the use-case context added parenthetically. It is concise and every word contributes meaning.
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 one-parameter tool, the description gives enough to understand the basic input and output, but it omits precise time-window semantics, output shape, and failure cases. Since there is no output schema and no annotations, the description is minimally adequate rather than 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 0%, so the description must clarify the 'package' parameter. It adds that the parameter refers to an npm package, which is useful, but it does not provide examples or mention format details such as scoped package names.
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 states a specific metric ('Last-month downloads') for a specific resource ('npm package'), which clearly conveys what the tool returns. It is distinguishable from pypi_downloads by the npm scope, though it does not explicitly contrast with siblings.
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 parenthetical '(comparable-product demand)' implies a use case, but there is no explicit guidance on when to choose this tool over pypi_downloads or the GitHub/HN alternatives. No exclusions or alternative routing are provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
pypi_downloadsA
Last-month downloads for a PyPI package (comparable-product demand).
| Name | Required | Description | Default |
|---|---|---|---|
| package | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
There are no annotations, so the description alone must disclose behavior. It only reveals the time window ('last-month') and the resource, but gives no details about return format, error handling, edge cases like unknown packages, or whether any side effects exist. The description carries minimal behavioral burden for a tool with no annotation support.
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 immediately leads with the primary output metric and resource. There is no filler, and the parenthetical adds useful context without bloating the definition.
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 read-only tool with one parameter and no output schema, the description covers the essential input semantics and the metric returned. However, it omits details like what the response looks like, how 'downloads' are counted, and behavior for invalid or unknown packages. Given the absence of annotations, this is adequate but not fully 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 input schema has one parameter ('package') with zero description coverage. The description adds meaningful semantics by identifying it as a PyPI package, which tells the agent what value to provide. It doesn't specify format or examples, but for a single-parameter tool this is a significant clarification over the raw schema.
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 that the tool returns last-month downloads for a PyPI package, which is a specific resource and time window. The phrase 'PyPI package' also distinguishes it from siblings like npm_downloads, GitHub, or Hacker News tools, even without explicitly naming them.
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?
No guidance is given on when to use this tool versus alternatives. The parenthetical 'comparable-product demand' hints at a possible use case, but it does not explain when to choose pypi_downloads over npm_downloads or other sibling tools, nor does it mention any exclusions or prerequisites.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
6 tool updates
v0.3.0- First observed
github_repo_signal - First observed
github_trend - First observed
hn_signal - First observed
hn_trend - First observed
npm_downloads - First observed
pypi_downloads
TDQS
Each tool targets a distinct source (GitHub, Hacker News, npm, PyPI) and a distinct metric (absolute signal vs trend vs downloads). Even the GitHub and HN pairs are clearly separated by the signal/trend distinction, leaving no meaningful overlap.
Most tools follow a source_metric pattern: github_repo_signal, github_trend, hn_signal, hn_trend, npm_downloads, pypi_downloads. The only minor inconsistency is that npm and PyPI use 'downloads' while GitHub and HN use 'signal'/'trend', but the pattern remains predictable and readable.
Six tools is well-scoped for a demand-signal aggregator covering multiple external data sources. Each tool earns its place by representing a distinct signal-source combination, and the count feels neither too thin nor bloated.
The toolset covers both absolute and trend signals for GitHub and Hacker News, plus package downloads for npm and PyPI. A minor gap is the lack of trend/growth comparison for npm and PyPI downloads, but the core demand-signal surface is otherwise well covered.
Maintenance
Related MCP Connectors
Search GitHub, npm, PyPI, StackOverflow, ArXiv from one MCP — built for coding agents.
Real-time planetary signal engine and Model Context Protocol (MCP) server for autonomous AI agents.
- UnifAPIOAuthcom.unifapi
Hosted MCP server for live public-data APIs and Skills for AI agents.
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
Related MCP Servers
- AlicenseAqualityNot gradedmaintenanceStdio-based MCP server with 12 tools for brand name availability and safety checks. Returns structured JSON for domains (with pricing), social handles, USPTO/EUIPO trademarks, app stores, package registries, safety scoring, batch comparison, and filing readiness.1218-
- AlicenseNot gradedqualityCmaintenanceCombines GitHub repository analysis, npm/PyPI package info, and deps.dev security advisories into a single MCP server, requiring no API keys.MIT
- AlicenseNot gradedqualityAmaintenanceLocal-first MCP server that provides project context, verification gates, and structured tools for coding agents to discover knowledge, run diagnostics, and execute allowlisted commands within a repository.35MIT
- AlicenseNot gradedqualityBmaintenanceA local MCP server that gives AI agents access to developer tooling — GitHub (read-only), documentation search, and web research — via stdio transport.MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/baobabcat/demandscope'
If you have feedback or need assistance with the MCP directory API, please join our Discord server