streamable-httpupdated 21d ago
MCP server providing real-time curated crypto news from Gloria AI to AI agents.
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 |
安装
把 Gloria AI 添加到你的客户端。选择你正在使用的那个。
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`.
评分
39 / 100
不完整
- 文档22/25
- 维护19/25
- 可信度6/20
- 能力0/15
- 安装体验12/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
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2026年8月18日 |