Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Gloria AI

io.github.jchen225/gloria-mcp

Real-time curated crypto news for AI agents with sentiment, recaps, and search.

Uptime
100.0%
1 direct probes · 30d
Response
819ms
last probe
Tools
7
callable
Resources
2
readable
Prompts
0
available

Tools · 7

get_latest_news

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', 'd…

get_news_recap

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 qu…

search_news

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 …

get_categories

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,…

get_news_item

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 new…

get_enriched_news

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 ab…

get_ticker_summary

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…

Resources · 2

about

About Gloria AI and its data coverage.

gloria://about
categories_resource

Current feed categories with descriptions.

gloria://categories

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "gloria_ai": {
      "url": "https://mcp.itsgloria.ai/mcp",
      "transport": "streamable-http"
    }
  }
}