Skip to main content
Glama
jemondragon

NewsData.io MCP Server

by jemondragon

Crypto News

newsdata_crypto
Read-onlyIdempotent

Fetch cryptocurrency news articles with filters for coin, keywords, sentiment, and timeframe to get token-specific coverage from the past 48 hours.

Instructions

Fetch cryptocurrency-specific news articles.

Dedicated endpoint for crypto/blockchain news with coin-specific filtering. Returns articles tagged with cryptocurrency topics from the past 48 hours.

Args:

  • q: Search keywords (e.g., 'bitcoin', 'ethereum defi')

  • coin: Filter by specific coin (e.g., 'BTC,ETH,SOL')

  • country, language, category: Standard filters

  • sentiment: Filter by sentiment

  • timeframe: Lookback in hours (1-48) or minutes

  • size: Results per page

  • page: Pagination token

Examples:

  • Bitcoin news: q="bitcoin" or coin="BTC"

  • DeFi news in English: q="defi", language="en"

  • Negative crypto sentiment: sentiment="negative"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoSearch keywords. Use AND/OR/NOT operators. Example: 'bitcoin AND ethereum'
tagNoFilter by AI-detected tags
coinNoComma-separated coin symbols. Example: 'BTC,ETH,SOL,DOGE'
pageNoPagination token from previous response's nextPage value
sizeNoNumber of articles per request (free: max 10, paid: max 50)
imageNoFilter articles with (1) or without (0) images
videoNoFilter articles with (1) or without (0) videos
domainNoComma-separated source domains. Example: 'bbc.co.uk,cnn.com'
countryNoComma-separated country codes. Example: 'us,gb,ca'
qInMetaNoSearch keywords in title, URL, and meta description
categoryNoComma-separated categories: business, crime, domestic, education, entertainment, environment, food, health, lifestyle, other, politics, science, sports, technology, top, tourism, world
languageNoComma-separated language codes. Example: 'en,es,fr'
qInTitleNoSearch keywords in article titles only
timezoneNoTimezone for results. Example: 'America/New_York'
domainurlNoComma-separated full domain URLs
sentimentNoFilter by article sentiment
timeframeNoLookback period: hours (1-48) or minutes (e.g., '120m')
excludedomainNoComma-separated domains to exclude
prioritydomainNoFilter by domain priority: top (top 10%), medium (top 30%), low (top 50%)
removeduplicateNoSet to '1' to remove duplicate articles
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate this is a read-only, idempotent, non-destructive operation. The description adds useful behavioral details: results are limited to the past 48 hours unless timeframe is set, supports pagination tokens, and provides concrete query examples. It does not disclose response structure or rate limits, but the annotation coverage lowers the burden.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-organized with a summary, argument list, and examples. It is slightly redundant between the first sentence and 'Dedicated endpoint...' but otherwise each section serves a clear purpose and the examples are compact.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description at least states the tool returns articles and constrains them to crypto topics and a 48-hour window. It covers the primary parameters and gives actionable examples. It could be more complete by describing the article fields or default paging behavior, but it provides enough to select and invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already covers all 20 parameters with descriptions, giving a baseline of 3. The description adds value by highlighting the most relevant parameters (q, coin, sentiment, timeframe) and providing purpose-driven examples like 'Bitcoin news: q="bitcoin" or coin="BTC"' that clarify how to combine them.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with 'Fetch cryptocurrency-specific news articles,' naming a specific verb, resource, and domain. It further distinguishes itself from siblings by noting this is a 'dedicated endpoint for crypto/blockchain news with coin-specific filtering' and by limiting results to the past 48 hours.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description clearly conveys when to use the tool: for cryptocurrency/blockchain news, especially with coin-specific filtering or sentiment. It does not explicitly mention alternatives or when-not-to-use cases, but the 'dedicated endpoint' phrasing and 48-hour window give enough context to differentiate from the named siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/jemondragon/newsdata-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server