mcpbeat

Gloria AI MCP Server

io.github.jchen225/gloria-mcp
answering

Gloria AI is answering right now. Last checked 3 min ago. It exposes 7 tools. Last commit 12 Mar 2026.

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

Uptime history 40 hours of history · worst hour 75%
40 hours agonow
98.9%
Uptime 24h
90 of 91 checks
7
Tools
read from the server
407 ms
Response time
average over 24h
1
Stars
last commit 12 Mar 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 3 min ago.

run in your terminal
claude mcp add gloria-mcp --transport http https://mcp.itsgloria.ai/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gloria-mcp": {
      "url": "https://mcp.itsgloria.ai/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gloria-mcp]
url = "https://mcp.itsgloria.ai/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "gloria-mcp": {
      "url": "https://mcp.itsgloria.ai/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gloria-mcp": {
      "url": "https://mcp.itsgloria.ai/mcp"
    }
  }
}

Available tools 7

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

news
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 news item ID (returned in results from get_latest_news or search_news).
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 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_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 phrase (e.g. 'ETF', 'SEC', 'Uniswap'). limit: Number of results to return (1-5, default 5).
categories
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, display name, and how frequently recaps are generated.
enriched
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 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.
latest
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', '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).
ticker
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 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.

Endpoints

URLTransportStateLatencyChecked
https://mcp.itsgloria.ai/mcp streamable-http answering 424 ms 3 min ago

Gloria AI — questions

Answers built from our own checks of this server.

What can Gloria AI do?
It exposes 7 tools, read directly from the server on our last check. Among them: get_categories, get_enriched_news, get_latest_news, get_news_item, get_news_recap, get_ticker_summary and 1 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Gloria AI working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 90 of 91 checks got a reply (98.9%), average response time 407 ms. The bar chart above shows every period we have measured.
How do I connect Gloria AI?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Gloria AI need an API key?
No. Gloria AI completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 7 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Gloria AI?
It answers our handshake in 407 ms on average, which is faster than 32% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Gloria AI open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.