gloria-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AI_HUB_BASE_URL | No | Base URL for the AI Hub | https://ai-hub.cryptobriefing.com |
| GLORIA_API_TOKEN | Yes | Your Gloria AI API token |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_latest_newsA | 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). |
| get_news_recapA | 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'. |
| search_newsB | 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). |
| get_categoriesA | 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. |
| get_news_itemA | 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). |
| get_enriched_newsA | Get enriched news with full AI-generated context and analysis (paid via x402). This premium endpoint returns the complete news data including:
Payment is handled via the x402 protocol using USDC on Base network. This tool returns the payment endpoint and instructions. |
| get_ticker_summaryA | 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. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| about | About Gloria AI and its data coverage. |
| categories_resource | Current feed categories with descriptions. |
TDQS
Scored across 7 tools
Each tool has a clearly distinct purpose with minimal overlap. get_latest_news retrieves headlines, get_news_item fetches specific items, get_news_recap provides summaries, get_categories lists categories, search_news performs keyword searches, and the two paid tools (get_enriched_news and get_ticker_summary) offer premium analysis. The boundaries between tools are well-defined, preventing agent confusion.
All tool names follow a consistent verb_noun pattern with 'get_' or 'search_' prefixes (e.g., get_categories, get_latest_news, search_news). This predictable naming convention makes the tool set easy to navigate and understand, with no deviations in style or structure.
With 7 tools, this server is well-scoped for its crypto news domain. The count is appropriate, covering core operations like listing, retrieving, searching, and summarizing news, plus category management and premium features. Each tool earns its place without bloat or redundancy.
The tool set provides comprehensive coverage for accessing and analyzing crypto news, including free and paid tiers. Minor gaps exist, such as no explicit update or delete operations (though reasonable for a read-heavy news service) and no tool for managing user preferences or subscriptions. However, core workflows are fully supported, allowing agents to effectively gather and process news data.