{
  "markdown": "# Gloria AI MCP Server\n\nMCP server providing real-time curated crypto news from [Gloria AI](https://itsgloria.ai) to AI agents.\n\n## Tools\n\n### Free tier\n| Tool | Description |\n|------|-------------|\n| `get_latest_news` | Latest curated crypto headlines with sentiment and categories |\n| `get_news_recap` | AI-generated summary for a category (hourly for crypto/macro) |\n| `search_news` | Search news by keyword |\n| `get_categories` | List all 18+ news categories |\n| `get_news_item` | Get a specific news item by ID |\n\n### Paid tier (x402)\n| Tool | Description |\n|------|-------------|\n| `get_enriched_news` | Full context, entity analysis, token mentions |\n| `get_ticker_summary` | 24h AI summary for any ticker/topic |\n\nPaid tools return payment instructions using the [x402 protocol](https://x402.org) (USDC on Base).\n\n## Quick start\n\n### Claude Desktop / Claude Code (stdio)\n\n```json\n{\n  \"mcpServers\": {\n    \"gloria\": {\n      \"command\": \"uv\",\n      \"args\": [\"--directory\", \"/path/to/gloria-mcp\", \"run\", \"gloria-mcp\"],\n      \"env\": {\n        \"GLORIA_API_TOKEN\": \"your_token\",\n        \"AI_HUB_BASE_URL\": \"https://ai-hub.cryptobriefing.com\"\n      }\n    }\n  }\n}\n```\n\n### Remote (Streamable HTTP)\n\n```bash\nexport GLORIA_API_TOKEN=your_token\nexport AI_HUB_BASE_URL=https://ai-hub.cryptobriefing.com\nexport MCP_TRANSPORT=streamable-http\nexport MCP_PORT=8005\n\nuv run gloria-mcp\n```\n\n## Development\n\n```bash\n# Install\nuv pip install -e .\n\n# Test with MCP Inspector\nmcp dev src/gloria_mcp/server.py\n\n# Run directly\nuv run gloria-mcp\n```\n\n## Environment variables\n\n| Variable | Required | Default |\n|----------|----------|---------|\n| `GLORIA_API_TOKEN` | Yes | — |\n| `AI_HUB_BASE_URL` | No | `https://ai-hub.cryptobriefing.com` |\n",
  "bytes": 1724,
  "sha": "0a20c88e916d356aba47eb111022eb1b5d0a4913727d3651c3f3025a99d13488",
  "repo_slug": "cryptobriefing-labs/gloria-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_cryptobriefing_labs_gloria_mcp_4f30410a/readme"
}