streamable-httpupdated 21d ago
MCP server providing real-time curated crypto news from Gloria AI to AI agents.
What can you do with Gloria AI?
Gloria AI MCP Server
MCP server providing real-time curated crypto news from Gloria AI to AI agents.
Tools
Free tier
| Tool | Description |
|---|---|
get_latest_news |
Latest curated crypto headlines with sentiment and categories |
get_news_recap |
AI-generated summary for a category (hourly for crypto/macro) |
search_news |
Search news by keyword |
get_categories |
List all 18+ news categories |
get_news_item |
Get a specific news item by ID |
Paid tier (x402)
| Tool | Description |
|---|---|
get_enriched_news |
Full context, entity analysis, token mentions |
get_ticker_summary |
24h AI summary for any ticker/topic |
Paid tools return payment instructions using the x402 protocol (USDC on Base).
Quick start
Claude Desktop / Claude Code (stdio)
{
"mcpServers": {
"gloria": {
"command": "uv",
"args": ["--directory", "/path/to/gloria-mcp", "run", "gloria-mcp"],
"env": {
"GLORIA_API_TOKEN": "your_token",
"AI_HUB_BASE_URL": "https://ai-hub.cryptobriefing.com"
}
}
}
}
Remote (Streamable HTTP)
export GLORIA_API_TOKEN=your_token
export AI_HUB_BASE_URL=https://ai-hub.cryptobriefing.com
export MCP_TRANSPORT=streamable-http
export MCP_PORT=8005
uv run gloria-mcp
Development
# Install
uv pip install -e .
# Test with MCP Inspector
mcp dev src/gloria_mcp/server.py
# Run directly
uv run gloria-mcp
Environment variables
| Variable | Required | Default |
|---|---|---|
GLORIA_API_TOKEN |
Yes | ā |
AI_HUB_BASE_URL |
No | https://ai-hub.cryptobriefing.com |
Install
Add Gloria AI to your client. Pick the one you use.
claude mcp add --transport http gloria-ai https://mcp.itsgloria.ai/mcpcodex mcp add gloria-ai --url https://mcp.itsgloria.ai/mcp{
"mcpServers": {
"gloria-ai": {
"url": "https://mcp.itsgloria.ai/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"gloria-ai": {
"type": "http",
"url": "https://mcp.itsgloria.ai/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"gloria-ai": {
"url": "https://mcp.itsgloria.ai/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"gloria-ai": {
"serverUrl": "https://mcp.itsgloria.ai/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance19/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 14 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint ā no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Aug 18, 2026 |