Server Details
Real-time curated crypto news for AI agents with sentiment, recaps, and search.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- cryptobriefing/gloria-mcp
- GitHub Stars
- 0
- Server Listing
- gloria-mcp
See and control every tool call
Available Tools
7 toolsget_categoriesInspect
List all available news categories with their recap timeframes.
Returns category codes that can be used with get_latest_news, get_news_recap,
and other tools. Each category includes its code, display name, and how
frequently recaps are generated.| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_enriched_newsInspect
Get enriched news with full AI-generated context and analysis (paid via x402).
This premium endpoint returns the complete news data including:
- long_context: Detailed AI-generated context about the news event
- short_context: Brief contextual summary
- Full entity analysis and token mentions
Payment is handled via the x402 protocol using USDC on Base network.
This tool returns the payment endpoint and instructions.| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_latest_newsInspect
Get the latest curated crypto news headlines.
Returns real-time news items with headline, sentiment, categories, and sources.
Use the category parameter to filter by topic (e.g. 'bitcoin', 'defi', 'ai').
Call get_categories first to see all available category codes.
Args:
category: Filter by category code (e.g. 'bitcoin', 'ethereum', 'defi', 'ai').
Omit to get news across all categories.
limit: Number of items to return (1-10, default 5).| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| category | No |
get_news_itemInspect
Get a specific news item by its ID.
Returns the full free-tier details for a single news item including
headline, sentiment, categories, sources, and tweet URL.
Args:
id: The news item ID (returned in results from get_latest_news or search_news).| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
get_news_recapInspect
Get an AI-generated news recap/summary for a specific category.
Returns a concise narrative summarizing the most important recent news
for the given category. Great for getting up to speed quickly.
Args:
category: Category code (required). Use get_categories to see options.
Popular choices: 'crypto', 'bitcoin', 'ethereum', 'defi', 'ai', 'macro'.
timeframe: Time window for the recap. Use '1h' for crypto/macro (updated hourly),
'8h' or '24h' for other categories. Default '12h'.| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes | ||
| timeframe | No | 12h |
get_ticker_summaryInspect
Get a 24-hour AI-generated summary for any crypto ticker or topic (paid via x402).
Returns decision-grade bullet points combining Gloria's curated news with real-time web search. Designed for fund managers and trading agents.
Payment is handled via the x402 protocol using USDC on Base network. This tool returns the payment endpoint and instructions.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
search_newsInspect
Search curated crypto news by keyword.
Searches across all news items for matching content. Returns headlines,
sentiment, categories, and sources.
Args:
query: Search keyword or phrase (e.g. 'ETF', 'SEC', 'Uniswap').
limit: Number of results to return (1-5, default 5).| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes |
Verify Ownership
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 verified, the connector will appear as claimed by you.
Sign in to verify ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
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!
Your Connectors
Sign in to create a connector for this server.