Crypto News51 MCP Server
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., "@Crypto News51 MCP Serverwhat's the price of Bitcoin in USD?"
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.
Crypto News51 MCP Server
🚀 使用 EMCP 平台快速体验
EMCP 是一个强大的 MCP 服务器管理平台,让您无需手动配置即可快速使用各种 MCP 服务器!
快速开始:
🌐 访问 EMCP 平台
📝 注册并登录账号
🎯 进入 MCP 广场,浏览所有可用的 MCP 服务器
🔍 搜索或找到本服务器(
bach-crypto_news51)🎉 点击 "安装 MCP" 按钮
✅ 完成!即可在您的应用中使用
EMCP 平台优势:
✨ 零配置:无需手动编辑配置文件
🎨 可视化管理:图形界面轻松管理所有 MCP 服务器
🔐 安全可靠:统一管理 API 密钥和认证信息
🚀 一键安装:MCP 广场提供丰富的服务器选择
📊 使用统计:实时查看服务调用情况
立即访问 EMCP 平台 开始您的 MCP 之旅!
Related MCP server: cryptopolitan-mcp
简介
这是一个使用 FastMCP 自动生成的 MCP 服务器,用于访问 Crypto News51 API。
PyPI 包名:
bach-crypto_news51版本: 1.0.0
传输协议: stdio
安装
从 PyPI 安装:
pip install bach-crypto_news51从源码安装:
pip install -e .运行
方式 1: 使用 uvx(推荐,无需安装)
# 运行(uvx 会自动安装并运行)
uvx --from bach-crypto_news51 bach_crypto_news51
# 或指定版本
uvx --from bach-crypto_news51@latest bach_crypto_news51方式 2: 直接运行(开发模式)
python server.py方式 3: 安装后作为命令运行
# 安装
pip install bach-crypto_news51
# 运行(命令名使用下划线)
bach_crypto_news51配置
API 认证
此 API 需要认证。请设置环境变量:
export API_KEY="your_api_key_here"环境变量
变量名 | 说明 | 必需 |
| API 密钥 | 是 |
| 不适用 | 否 |
| 不适用 | 否 |
在 Claude Desktop 中使用
编辑 Claude Desktop 配置文件 claude_desktop_config.json:
{
"mcpServers": {
"crypto_news51": {
"command": "python",
"args": ["E:\path\to\crypto_news51\server.py"],
"env": {
"API_KEY": "your_api_key_here"
}
}
}
}注意: 请将 E:\path\to\crypto_news51\server.py 替换为实际的服务器文件路径。
可用工具
此服务器提供以下工具:
coins_price_list
The project returns cryptocurrency prices.
端点: GET /api/v1/mini-crypto/prices
参数:
base_currency(string) 必需: Supported over 140+ fiat currencies.page(number) 必需: Example value: 1page_size(number) 必需: maximum: 100
crypto_rates
Returns cryptocurrency prices based on the selected fiat or crypto base currency.
端点: GET /api/v1/convert-rates/crypto/from
参数:
detailed(string): Example value:currency(string) 必需: example: (USD, EUR, BTC, ETH...)
fiat_supported
Returns a list of all supported fiat currency symbols and their full names.
端点: GET /api/v1/fiat-currencies
listing_delisting
listing-delisting
端点: GET /api/v1/crypto/listing_delisting
参数:
sort_by(string): Sort by 'published' or 'event' date
crypto_txs
crypto_txs
端点: GET /api/v1/crypto/transactions
latest_news_search_by_keyword
Search for articles that contain a specific keyword in the title.
端点: GET /api/v1/news/articles/search
参数:
keyword(string): Example value: Microsoftpage(number): Example value: 1page_size(number): Example value: 10
latest_news
Retrieve a list of articles sorted by published_utc with pagination support.
端点: GET /api/v1/news/articles
参数:
page(number): Example value: 1page_size(number): Example value: 10
crypto_articles_search_by_keywords
Retrieve a list of crypto-related articles published in the last 24 hours. Articles are sorted from newest to oldest and can be filtered using keywords. Specify keywords in the query parameters to refine the search.
端点: GET /api/v1/crypto/articles/search
参数:
title_keywords(string) 必需: Enter a word or phrase to filter by in the title. The filter checks for exact matches of the word or phrase in the title.page(number): Page numberlimit(number): Specify the number of articles per page; maximum limit is 100.time_frame(string): Specify the timeframe for the articles. Choose from 1h, 6h, 12h, 24h.format(string): Specify the format of the response. Choose from 'json' or 'csv'.
sentiment_analysis
Returns the number of articles by sentiment label within the selected time interval.
端点: GET /api/v1/crypto/sentiment
参数:
interval(string): Specify the time interval for sentiment analysis using format like '1h', '6h', '12h', '1d', '7d'. 'h' = hours, 'd' = days.
article_statistics
Returns statistics on the number of articles published within specific time intervals (1, 4, 8, 12, 24 hours) from various RSS feeds.
端点: GET /api/v1/crypto/statistics
crypto_historical_articles
Returns a list of Articles from the last 30 days. The Articles are sorted from newest to oldest.
端点: GET /api/v1/crypto/historical_articles
参数:
limit(number): Specify the number of articles per page; maximum limit is 100.format(string): Specify the format of the response. Choose from 'json' or 'csv'.source(string): Enter the source name. Check all source names at Source List. Accepts only one value.page(number): Page numbertime_frame(string): Specify the timeframe for the articles. Choose from 2d, 3d, 4d, 5d, 6d, 7d, 30d.
source_list
Returns a list of sources that can be used as a 'source' parameter in the '/crypto/articles' endpoint. This allows clients to filter articles by specific sources. For example: /crypto/articles?source=source_name.
端点: GET /api/v1/crypto/sources
crypto_articles
Returns a list of Articles from the last 24 hours. The Articles are sorted from newest to oldest.
端点: GET /api/v1/crypto/articles
参数:
page(number): Page numberlimit(number): Specify the number of articles per page; maximum limit is 100.time_frame(string): Specify the timeframe for the articles. Choose from 1h, 6h, 12h, 24h.format(string): Specify the format of the response. Choose from 'json' or 'csv'.source(string): Enter the source name. Check all source names at Source List. Accepts only one value.
技术栈
FastMCP: 快速、Pythonic 的 MCP 服务器框架
传输协议: stdio
HTTP 客户端: httpx
开发
此服务器由 API-to-MCP 工具自动生成。
版本: 1.0.0
Available Tools
13 toolsarticle_statisticsA
Returns statistics on the number of articles published within specific time intervals (1, 4, 8, 12, 24 hours) from various RSS feeds.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It only states what is returned and the time intervals, but does not disclose details such as which RSS feeds are included, whether statistics are aggregated or per-feed, or any limitations. This is minimal behavioral disclosure.
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 that front-loads the key function ('Returns statistics') and then specifies the time intervals. It is concise with no wasted words.
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?
While the tool is simple (no parameters, no output schema), the description is somewhat vague about 'various RSS feeds' and does not clarify what the statistics look like (e.g., counts per feed, totals, or a breakdown). It provides enough for basic comprehension but leaves gaps for an AI agent to know exactly what to expect.
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, and the schema is empty, so the baseline is 4. The description adds no parameter information, which is acceptable given none exist.
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: returns statistics on article counts over specific time intervals (1, 4, 8, 12, 24 hours) from RSS feeds. This uses a specific verb and resource, and distinguishes it from sibling tools that return article content or lists.
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 aggregate counts over time but does not explicitly state when to use this tool versus alternatives like latest_news or crypto_articles. No exclusions or alternative tool names are mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
coins_price_listC
The project returns cryptocurrency prices.
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | Example value: 1 | 1 |
| page_size | Yes | maximum: 100 | 20 |
| base_currency | Yes | Supported over 140+ fiat currencies. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full responsibility for behavioral disclosure. It only says 'returns prices' and does not mention pagination, required base_currency, or any other behavioral traits like result format or limits. This is minimal disclosure.
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, which is concise, but it is under-specified and does not convey useful information. It reads as a statement about a project rather than a tool description, so it does not earn 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?
Given the lack of annotations and output schema, the description should provide more context about the returned data and parameters. It only states the obvious (prices) and does not explain the pagination or base_currency behavior, leaving significant gaps.
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 each parameter has a description. The tool description adds no extra semantics 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 states the tool returns cryptocurrency prices, which indicates the core function, but uses the vague phrasing 'The project' and does not specify that it's a paginated list or how it differs from sibling tools like crypto_rates. It is a clear enough action but lacks specificity.
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 provided about when to use this tool versus alternatives such as crypto_rates. There is no mention of context, prerequisites, or when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
crypto_articlesB
Returns a list of Articles from the last 24 hours. The Articles are sorted from newest to oldest.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | 1 |
| limit | No | Specify the number of articles per page; maximum limit is 100. | 10 |
| format | No | Specify the format of the response. Choose from 'json' or 'csv'. | |
| source | No | Enter the source name. Check all source names at Source List. Accepts only one value. | |
| time_frame | No | Specify the timeframe for the articles. Choose from 1h, 6h, 12h, 24h. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description discloses the time window (last 24 hours) and sorting order (newest to oldest), which are helpful behavioral traits. However, it does not mention pagination, response format, or any caveats, and with no annotations the burden on the description is higher.
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 very concise at two sentences, with the main purpose front-loaded. Every sentence provides relevant information without unnecessary detail.
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, so the description should explain the structure of the returned articles. It only says 'list of Articles' without specifying fields or count. It also lacks pagination behavior and differentiation from similar tools, making it incomplete for a new agent.
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 every parameter has a description. The tool description adds no additional parameter semantics, which is acceptable given the schema already 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 a list of Articles from the last 24 hours, sorted newest to oldest. It specifies the verb and resource, but does not differentiate it from sibling tools like 'latest_news' or 'crypto_articles_search_by_keywords'.
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 provided on when to use this tool versus alternatives. It does not mention any exclusions or the existence of search-related siblings, leaving the agent uncertain about selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
crypto_articles_search_by_keywordsB
Retrieve a list of crypto-related articles published in the last 24 hours. Articles are sorted from newest to oldest and can be filtered using keywords. Specify keywords in the query parameters to refine the search.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | 1 |
| limit | No | Specify the number of articles per page; maximum limit is 100. | 10 |
| format | No | Specify the format of the response. Choose from 'json' or 'csv'. | |
| time_frame | No | Specify the timeframe for the articles. Choose from 1h, 6h, 12h, 24h. | |
| title_keywords | Yes | Enter a word or phrase to filter by in the title. The filter checks for exact matches of the word or phrase in the title. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must carry the full behavioral disclosure. It mentions sorting (newest to oldest) and a fixed 24-hour window, but fails to mention pagination, response formats, or the configurable timeframe. The 'last 24 hours' statement is also inconsistent with the time_frame parameter, reducing 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 only two sentences but contains redundancy: 'can be filtered using keywords' and 'Specify keywords in the query parameters to refine the search' overlap. It is concise but not free of waste and includes an inaccurate fixed-time statement.
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 is insufficient for a 5-parameter tool with no output schema and no annotations. It omits pagination behavior, format options, and timeframe flexibility. The parameter descriptions in the schema compensate partially, but the narrative leaves gaps for an agent to correctly set expectations.
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 adds minimal value beyond reiterating keyword filtering; it does not elaborate on page, limit, format, or time_frame. The schema already provides adequate parameter explanations.
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 retrieves crypto-related articles and filters by keywords, but it does not distinguish this tool from siblings like latest_news_search_by_keyword or crypto_articles. It specifies a time scope of 'last 24 hours' which may be misleading given the time_frame parameter supports other ranges.
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 stating 'Specify keywords in the query parameters to refine the search,' giving basic how-to guidance. However, it does not explain when to use this tool versus alternative search tools, nor does it mention the adjustable time_frame.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
crypto_historical_articlesC
Returns a list of Articles from the last 30 days. The Articles are sorted from newest to oldest.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | 1 |
| limit | No | Specify the number of articles per page; maximum limit is 100. | 10 |
| format | No | Specify the format of the response. Choose from 'json' or 'csv'. | |
| source | No | Enter the source name. Check all source names at Source List. Accepts only one value. | |
| time_frame | No | Specify the timeframe for the articles. Choose from 2d, 3d, 4d, 5d, 6d, 7d, 30d. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must disclose behavior. It mentions sorting and a 30-day window, but omits that the time_frame parameter can override that window, and doesn't mention pagination behavior, response format options, or source filtering. This is a significant gap for a read tool with no schema-level behavioral 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 two short sentences, front-loaded with the core action and result. There is no filler; every word earns its place. The structure is highly concise and easily scannable.
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?
With 5 parameters, no annotations, and no output schema, the description is insufficiently complete. It doesn't explain the time_frame override, pagination defaults, format selection, or source filtering, and gives no indication of what an Article contains. The agent would need to infer too much from the schema and sibling tools.
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 adds minimal value beyond the schema, mainly the 'last 30 days' context which relates to time_frame. However, it may unintentionally mislead by implying a fixed window rather than a configurable one, so it doesn't enhance parameter understanding.
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 identifies the action ('Returns a list of Articles'), the resource (Articles), and scopes it to the last 30 days with newest-first sorting. It does not explicitly differentiate from sibling tools like crypto_articles or latest_news, but the time-frame and sorting details provide some distinction.
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 alternatives. It simply states what it does, with no mention of exclusions, prerequisites, or contextual recommendations. The agent is left without direction for tool selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
crypto_ratesC
Returns cryptocurrency prices based on the selected fiat or crypto base currency.
| Name | Required | Description | Default |
|---|---|---|---|
| currency | Yes | example: (USD, EUR, BTC, ETH...) | |
| detailed | No | Example value: |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It only states that prices are returned, which implies a read operation, but it does not describe output format, rate limits, error behavior, or limitations relative to sibling tools. The description adds little beyond the basic purpose.
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 concise sentence that front-loads the primary purpose. It contains no filler or redundant phrasing, making it easy to parse quickly.
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 tool has 2 parameters, no output schema, and no annotations, yet the description only covers the basic purpose. Missing details include the meaning of 'detailed', usage context vs. siblings, and expected return shape. The description is too sparse to fully guide an agent in selecting and invoking the tool correctly.
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 params have description fields), so baseline is 3. The description adds context that 'currency' is the base currency, but the 'detailed' parameter has an empty description and is not explained anywhere. The description does not significantly enhance parameter understanding 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 states a clear action ('Returns cryptocurrency prices') and the resource ('cryptocurrency prices') based on a base currency. It does not explicitly differentiate from sibling tools like coins_price_list, but the wording is specific enough to understand the core function.
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 provided on when to use this tool versus alternatives (e.g., coins_price_list, fiat_supported). There is no mention of preferred scenarios, prerequisites, or exclusions, leaving the agent to guess based on the minimal description.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
crypto_txsD
crypto_txs
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are present and the description is just the tool name. The description discloses nothing about side effects, safety, rate limits, or any behavioral traits, placing the full burden on the description which it fails entirely.
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?
While the description is extremely short (one word), this is under-specification rather than conciseness. It lacks any structuring or content that would help an agent understand the tool, similar to the 'Process' example in the calibration.
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 named 'crypto_txs' with no description, no annotations, no output schema, and no parameters, the information is entirely inadequate. An agent has no clue what transactions are involved, what inputs/outputs to expect, or how to invoke it correctly.
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 has zero parameters, and the schema coverage is 100% (vacuously). With no parameters to describe, the baseline of 4 applies; the description need not explain parameters, though it also adds no additional parameter-related meaning.
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?
Tautological: description restates name/title.
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 alternatives. No context, prerequisites, or exclusions are provided, leaving the agent to guess its purpose.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
fiat_supportedA
Returns a list of all supported fiat currency symbols and their full names.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
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 states 'Returns', implying a read-only operation, but it does not disclose other behavioral traits such as response format, data freshness, or any access requirements. For a simple list tool, this is adequate, but more detail could enhance 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 a single sentence with no filler, front-loading the essential purpose and output. Every word contributes to clarity, making it highly concise and well-structured.
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 (no parameters, no output schema), the description fully explains the return value: a list of fiat symbols and names. This is complete for an agent to use the tool correctly without needing additional 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 zero parameters, so the description correctly does not attempt to explain parameter semantics. The baseline of 4 applies because there are no parameters to describe, and the focus on output 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?
Description clearly states a specific action ('Returns') and resource ('list of all supported fiat currency symbols and their full names'). It is distinct from sibling tools, which focus on crypto rates, news, and transactions, making the tool's purpose unambiguous.
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?
While the description does not explicitly mention when to use vs alternatives, the context is clear: this is the tool for fiat currency data. There is no sibling tool for fiat, so the absence of explicit exclusions is acceptable. The purpose itself provides sufficient usage context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
latest_newsA
Retrieve a list of articles sorted by published_utc with pagination support.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Example value: 1 | 1 |
| page_size | No | Example value: 10 | 10 |
TDQS
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 does disclose the sort order (published_utc) and pagination support, but it omits other behaviors such as authentication requirements, rate limits, or the shape of the returned articles. It is a simple read operation, so the gaps are not severe, but richer context would help.
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 concise sentence that is front-loaded with the core action and includes key details (sort and pagination). Every word earns its place, with no fluff or unnecessary repetition.
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 list-retrieval tool with two optional parameters and no output schema, the description adequately covers the main functional behavior. It states the resource, sort order, and pagination support. However, it does not mention the structure of returned articles or any source context, which could be inferred from the tool name and siblings. Overall, it is sufficient but not exhaustive.
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 properties have descriptions), but those descriptions are only example values ('Example value: 1') and add little semantic meaning. The tool description mentions 'pagination support' which implies page and page_size roles, and the parameter names are self-explanatory. With baseline 3 for high coverage, no credit beyond that is warranted.
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: 'Retrieve a list of articles sorted by published_utc with pagination support.' It uses a specific verb (retrieve) and resource (articles), and the sorting and pagination details distinguish it from sibling search tools like latest_news_search_by_keyword.
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 does not explicitly state when to use this tool versus alternatives, but the name plus the existence of search siblings imply this is for general latest-news retrieval while search tools are for keyword-based queries. No exclusions or alternatives are explicitly named, so guidance is only implied.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
latest_news_search_by_keywordB
Search for articles that contain a specific keyword in the title.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Example value: 1 | 1 |
| keyword | No | Example value: Microsoft | |
| page_size | No | Example value: 10 | 10 |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must disclose behavioral traits. It only states the core search function without mentioning whether it is a read-only operation, any pagination behavior, return format, or potential limitations. The word 'search' implies a read operation, but this is not explicit, and there is no disclosure of side effects or constraints.
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, concise sentence that gets straight to the point: 'Search for articles that contain a specific keyword in the title.' No filler, no repetition. It is appropriately sized and front-loaded.
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 search tool, the description covers the basic purpose, but it lacks essential context given the absence of annotations and output schema. There is no mention of what the tool returns (e.g., article list, metadata), no usage guidance, and no differentiation from sibling tools. Given the complexity of the parameter set and sibling ambiguity, this is incomplete.
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 adds the semantic clarification that the keyword is matched in the title, which is useful. However, the schema descriptions are only example values (e.g., 'Example value: Microsoft'), providing no real explanation of what 'page' and 'page_size' do. The description does not compensate for this gap.
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 ('Search for articles'), the resource ('articles'), and the precise scope ('contain a specific keyword in the title'). This distinguishes it from sibling tools like crypto_articles_search_by_keywords, which likely search across full text, and latest_news, which may not have a keyword search. The verb and resource are specific and unambiguous.
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 no guidance on when to use this tool versus alternatives. It does not mention that it is title-specific or suggest other tools for keyword searching in full content. Without exclusions or alternative recommendations, the agent lacks sufficient context to choose this tool over similar siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
listing_delistingD
listing-delisting
| Name | Required | Description | Default |
|---|---|---|---|
| sort_by | No | Sort by 'published' or 'event' date |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, and the description gives no behavioral details such as whether the tool is read-only, what it returns, or any side effects. The description 'listing-delisting' offers no 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 brief, but this is under-specification rather than effective conciseness. It does not front-load useful information and fails to earn its place as a meaningful description.
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?
With no output schema, no annotations, and a one-word description, the tool lacks essential context. There is no indication of what the tool returns, how it behaves, or how it relates to the other crypto tools.
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 fully describes the 'sort_by' parameter with its meaning ('Sort by published or event date'), so schema coverage is 100%. The tool description adds no extra semantic value, but the schema carries the burden adequately.
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 'listing-delisting' is a tautology that simply restates the tool name without indicating any specific action or resource. It fails to distinguish itself from sibling tools or explain what it actually does.
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 about when to use this tool versus the sibling tools (e.g., coins_price_list, crypto_rates). No context, prerequisites, or alternatives are mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
sentiment_analysisB
Returns the number of articles by sentiment label within the selected time interval.
| Name | Required | Description | Default |
|---|---|---|---|
| interval | No | Specify the time interval for sentiment analysis using format like '1h', '6h', '12h', '1d', '7d'. 'h' = hours, 'd' = days. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are present, so the description bears full responsibility for behavioral disclosure. It only restates the core action without revealing behaviors like what happens when no interval is provided, which sentiment labels are counted, or the structure of the returned data. It does not contradict any annotations since there are none, but it adds minimal behavioral context.
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, direct sentence containing no filler or redundant information. Every word earns its place, making it easily scannable and 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?
Given the tool's low complexity and complete parameter documentation, the description is minimally viable. However, it leaves open questions about the optional interval's default and the exact return format, which are not covered by an output schema. For an agent to invoke it confidently, a bit more context about these behaviors would be needed.
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 provides complete coverage of the lone parameter 'interval' with format examples, so the schema largely carries parameter meaning. The description's phrase 'selected time interval' mirrors the schema without adding extra semantic depth, thus the baseline 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 clearly states it returns the number of articles grouped by sentiment label for a time interval. It uses a specific verb ('returns') and identifies the resource (articles by sentiment label), which distinguishes it from generic list tools. However, it does not explicitly mention any sibling tool like article_statistics, so it misses the highest level of 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?
No guidance is provided on when to use this tool versus alternatives. The 'selected time interval' hints at the interval parameter, but the description does not explain whether the parameter is required, optional, or what the default behavior is, nor does it suggest any exclusions or alternative tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
source_listA
Returns a list of sources that can be used as a 'source' parameter in the '/crypto/articles' endpoint. This allows clients to filter articles by specific sources. For example: /crypto/articles?source=source_name.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the burden. It clearly states the read-only nature implicitly and provides usage context, but does not disclose behaviors like pagination, sorting, or authentication. For a simple list operation, this is adequate but not rich.
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?
Two sentences, front-loaded with the primary purpose, and includes a practical example. No wasted words.
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 simplicity (no params, no output schema), the description provides sufficient context by linking to the endpoint and example usage. It does not describe the exact return format, but the example implies string identifiers, which is acceptable.
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 description need not explain parameter semantics. The description adds context about the 'source' parameter used in the endpoint, which is helpful.
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 explicitly states the tool returns a list of sources for the '/crypto/articles' endpoint, with a concrete example. This clearly distinguishes it from sibling tools like latest_news or crypto_rates.
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?
It clearly indicates when to use this tool (to obtain valid source values for filtering articles) and provides context via the example. However, it does not mention exclusions or alternative tools, so it lacks explicit when-not-to-use guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
TDQS
Multiple tools have overlapping purposes: coins_price_list and crypto_rates both return prices; crypto_articles, crypto_articles_search_by_keywords, and latest_news all retrieve article lists with similar filtering. The boundaries between these are unclear, and vague tools like listing_delisting and crypto_txs add confusion.
Tool names follow a mix of patterns: some use noun phrases (coins_price_list, fiat_supported), some use descriptive phrases (latest_news_search_by_keyword), and some are abbreviations (crypto_txs). There is no consistent verb_noun convention or uniform prefix, making the naming set feel inconsistent and unpredictable.
13 tools is within the typical 3-15 range and is reasonable for a crypto news and price server. However, the count is somewhat padded by redundant article retrieval and price tools, which could be consolidated without losing functionality.
The set covers core news retrieval (latest, historical, search, statistics) and current prices, but lacks basic operations like fetching a specific article by ID or historical price data. The presence of redundant article tools suggests the surface is less complete than it appears, leaving notable gaps for a comprehensive API.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Real-time curated crypto news for AI agents with sentiment, recaps, and search.
CryptoCompare prices, OHLC history, social stats, news, exchanges.
Live and historical cryptocurrency prices via CoinGecko free API.
Hourly crypto news sentiment and typed market events, with sources on every signal.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceReal-time access to cryptocurrency data from the CoinMarketCap API.221MIT
- AlicenseBqualityFmaintenanceReal-time cryptocurrency news, analysis, and price predictions for AI agents. 5 tools to search 50,000+ articles across 12 categories, filter by 120+ asset tickers, and access content with built-in attribution. Free with attribution. SSE and Streamable HTTP transport.4MIT
- AlicenseNot gradedqualityDmaintenanceProvides real-time cryptocurrency data from CoinGecko, including prices, market data, historical data, and coin search.11MIT
- FlicenseNot gradedqualityCmaintenanceEnables fetching crypto news, prices, market data, fear & greed index, and trending coins from various free sources, deployable online.
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/BACH-AI-Tools/crypto_news51'
If you have feedback or need assistance with the MCP directory API, please join our Discord server