social-pulse
Server Details
Real-time Reddit + Hacker News sensing: trending, mention velocity, sentiment, emerging terms.
- 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 3.9/5 across 4 of 4 tools scored.
Each tool has a clearly distinct purpose: emerging_terms detects new terms, mention_pulse tracks metrics over time for a specific term, trending_topics shows real-time surges, and whats_being_said provides context and themes. No overlap in functionality.
Tool names are in snake_case but vary in structure: 'emerging_terms' and 'trending_topics' follow an adjective+noun pattern, 'mention_pulse' is noun+noun, and 'whats_being_said' is a full phrase. Inconsistency in verb style and pattern reduces predictability.
With 4 tools, the server is well-scoped for social media monitoring. Each tool serves a core function without redundancy, and the count is appropriate for the domain's common use cases.
The tool set covers novelty detection, trend tracking, term analysis, and context gathering. Minor gaps exist (e.g., no direct comparison of multiple terms), but agents can work around them by using mention_pulse repeatedly.
Available Tools
4 toolsemerging_termsAInspect
Newly FIRST-APPEARING terms from our rolling novelty ledger (Reddit/HN newest posts + the 24/7 idea_intel loop). Surfaces words/phrases/tickers we just started seeing — early-signal detection for new products, memes, projects, or narratives. Each row carries a first_seen date + sample.
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Only terms first seen within N days (default 14). | |
| limit | No | Max terms (default 25). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses that the tool is non-destructive (a read operation) and mentions output includes 'first_seen date + sample', but does not cover authentication needs, rate limits, or what happens with empty results. It provides basic behavioral context but lacks depth.
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 three sentences with no fluff. First sentence defines the tool's source and action, second explains the use case, third notes output fields. It is front-loaded and every sentence earns its place, achieving maximum efficiency.
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?
Given no output schema, the description mentions 'first_seen date + sample' which provides minimal return value context. For a two-parameter list tool with good schema coverage and no required params, this is sufficient. However, it could list additional output fields for completeness, but overall it is adequate for an agent to understand the tool's behavior.
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% (both 'days' and 'limit' have descriptions in the input schema). The description repeats those meanings (days for first-seen window, limit for max terms) without adding additional nuance like valid ranges or behavior at defaults. Baseline 3 is appropriate since the schema already fully documents the parameters.
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 returns newly first-appearing terms from a specific novelty ledger, with explicit mention of sources (Reddit/HN, idea_intel loop) and use case (early-signal detection). The verb 'surfaces' combined with the resource 'Newly FIRST-APPEARING terms' makes the purpose specific and distinct from siblings like 'trending_topics' which likely focus on volume rather than novelty.
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 for early signal detection of new products, memes, etc., but does not provide explicit when-to-use versus alternatives. Siblings are listed but not contrasted, and no 'when-not' guidance or prerequisites are given. The context is adequate but lacks direct differentiation.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
mention_pulseAInspect
Mention COUNT + VELOCITY + SENTIMENT for a term, ticker ($AAPL), brand, or product across Reddit + Hacker News over a time window. Returns total mentions, day-by-day buckets, a velocity (rising/falling) signal, lexical sentiment breakdown, and the top posts. Use for brand-watch, ticker-buzz, product-launch tracking, or trend-confirmation. Live data.
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Look-back window in days (default 7, max ~30). | |
| term | Yes | The term/ticker/brand/product to track, e.g. 'Claude', '$NVDA', 'Notion'. | |
| subreddit | No | Optional: restrict the Reddit side to one subreddit. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must fully disclose behavior. It mentions data sources, adjustable time window, and types of returns. However, it omits details on rate limits, authentication, data freshness, or error handling, which are important for agentic usage.
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 three sentences long, front-loads the core purpose and outputs, and uses no superfluous language. 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?
Despite lacking an output schema, the description enumerates return data (total mentions, buckets, velocity, sentiment, top posts). It covers data sources, time window, and use cases. Could mention pagination or result limits, but overall complete for a simple tool.
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%, so the schema already documents all three parameters. The description adds marginal value by noting the default and max for 'days' and providing examples for 'term'. Baseline 3 is appropriate as the description does not significantly augment 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 the tool's function: counting mentions, velocity, and sentiment for a term across Reddit and Hacker News. It lists specific outputs and provides example use cases, effectively distinguishing it from sibling tools like emerging_terms and trending_topics.
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 explicitly recommends use cases such as brand-watch, ticker-buzz, product-launch tracking, and trend-confirmation. It implies when to use it but does not explicitly state when not to or provide direct alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
trending_topicsAInspect
What is SURGING on Reddit + Hacker News right now. Returns a ranked list of terms/topics by real-time momentum (recency-weighted engagement across newest posts), scoped to a subreddit or overall. Use to answer 'what's trending on r/' / 'what is the internet talking about today'. Live data from Arctic Shift (Reddit) + HN Algolia — no stale snapshot.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max trending terms (default 15). | |
| subreddit | No | Limit to one subreddit, e.g. 'wallstreetbets' or 'r/SaaS'. Omit for overall (Reddit + HN). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must fully convey behavioral traits. It mentions live data sources, recency-weighted engagement, and absence of stale snapshots. However, it does not disclose potential rate limits, authentication requirements, or what happens on errors. The description covers the core behavior adequately but lacks comprehensive transparency.
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: two sentences covering purpose, scope, use case, and data freshness. Every sentence is informative with no filler. It is front-loaded with the key action ('What is SURGING') and immediately states the output.
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?
Given the tool's simplicity (2 optional params, no output schema), the description covers purpose, scope, use cases, and data sources. It explains the algorithm ('recency-weighted engagement') and data freshness. Missing details like pagination or response size limits are minor given the ranked list nature. Overall, it is quite complete for its complexity.
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 the baseline is 3. The description reinforces the param meanings (e.g., 'scoped to a subreddit or overall') and adds real-time context, but does not provide additional semantics beyond the schema's parameter descriptions. It marginally adds value but is not necessary for understanding the params.
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 verb (returns), resource (trending topics from Reddit and Hacker News), and scope (subreddit or overall). It provides specific use cases ('what's trending on r/<x>'), distinguishing the tool from generic search. The mention of 'real-time momentum' differentiates it from static lists, and the naming of data sources adds clarity.
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 gives explicit usage context: answering questions about trending topics on Reddit/HN, with ability to scope to a subreddit. It implies when to use (for real-time trends) but does not explicitly state when not to use or list alternatives. However, the sibling tools (emerging_terms, mention_pulse, whats_being_said) suggest complementary functions, but no direct exclusion is provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
whats_being_saidAInspect
Top recent posts and the dominant discussion THEMES for a query across Reddit + Hacker News. Use to quickly understand 'what are people saying about X' — the actual posts plus the co-occurring themes/angles. Each post carries score, comments, sentiment and a link. Live data.
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Look-back window in days (default 14). | |
| limit | No | Max posts (default 12). | |
| query | Yes | What to look up, e.g. 'vision pro returns' or 'rust vs go'. | |
| subreddit | No | Optional: restrict the Reddit side to one subreddit. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must fully convey behavior. It states the tool returns live data and details per-post fields (score, comments, sentiment, link). It also implies a read-only operation. While it does not cover every aspect (e.g., rate limits, data freshness beyond 'live'), the description is sufficiently transparent for simple usage.
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 three sentences, each serving a distinct purpose: stating the functional scope, providing a usage scenario, and detailing output fields. It is front-loaded with the essential information and contains no redundant or unnecessary 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?
Given no output schema, the description provides a good overview of the return values (posts with scores, comments, sentiment, links, plus themes). It adequately covers the tool's complexity for an agent to understand what it returns. However, it lacks details on how themes are represented or structured, which could be helpful 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?
Schema coverage is 100%, so the baseline is 3. The description does not add significant meaning beyond the schema; it only provides an example query format. The parameters (days, limit, subreddit) are adequately documented in the schema, and the description offers no additional context or constraints.
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 fetches top recent posts and dominant discussion themes for a query across Reddit and Hacker News. The verb 'get' is implied, and the resource is well-defined. However, it does not explicitly distinguish this tool from its siblings (emerging_terms, mention_pulse, trending_topics), though the mention of both posts and themes across two platforms provides some implicit differentiation.
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 includes a usage phrase: 'Use to quickly understand what are people saying about X.' This gives a clear context for when to use the tool. However, it does not provide any explicit when-not scenarios or comparisons with alternative tools, leaving the agent to infer applicable use cases.
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
- Alicense-qualityFmaintenanceProvides AI agents with real-time social trends, cross-platform sentiment, viral content velocity, and brand mentions from Reddit, Hacker News, and Google Trends.MIT
- Alicense-qualityBmaintenanceA deterministic read on Hacker News developer sentiment for any brand, tool, or library, exposing four MCP tools for sentiment summary, mention search, feature requests, and trending discussions.1AGPL 3.0
- Alicense-qualityCmaintenanceProvides keyless tools to measure social media topic volume and account activity across Bluesky, Mastodon, Reddit, and Hacker News.29MIT
- Alicense-qualityCmaintenanceProvides Reddit discussion volume trends, growth rates, and top trending topics for any keyword, accessible via MCP tools and Python client.1MIT