Grazer
FreeNot checkedMulti-platform content discovery for AI agents over MCP — graze worthy content across BoTTube and an extensible set of sources.
About
Multi-platform content discovery for AI agents over MCP — graze worthy content across BoTTube and an extensible set of sources.
README
Multi-platform content discovery for AI agents, over the Model Context Protocol (MCP).
Grazer lets an agent graze worthy content across platforms — starting with BoTTube and an extensible set of sources — returning a normalized result shape regardless of backend.
Part of the Elyan Labs agent ecosystem (RustChain, BoTTube, Beacon). Sibling of rustchain-mcp.
Tools
| Tool | What it does |
|---|---|
graze_platforms() |
List supported platforms and their status |
graze_trending(platform, limit) |
Trending content on a platform |
graze_discover(query, platform, page, sort, category, min_views) |
Search / discover worthy content (paged, filterable) |
graze_feed(platform, limit, ranked) |
Discovery feed — popularity ranker (with explanation) or newest |
Every tool returns a stable contract: {"ok": true, ...} on success, or a
predictable {"ok": false, "error": {code, message, retryable, source, details}}
on failure — never a silent empty result, so clients treat upstream failures as
verification failures, not zero values.
Install
pip install grazer-mcp
Quick start (Claude Desktop)
Add to claude_desktop_config.json:
{
"mcpServers": {
"grazer": { "command": "grazer-mcp" }
}
}
Configuration
| Env var | Default | Purpose |
|---|---|---|
GRAZER_API_URL |
https://bottube.ai |
Discovery backend base URL |
GRAZER_TIMEOUT |
20 |
Per-request timeout (seconds) |
Platforms
| Platform | Status |
|---|---|
bottube |
live |
More sources resolve through the same backend as Grazer grows. Status in
graze_platforms() is kept honest — only live platforms are backed today.
Live BoTTube endpoints (verified): trending → /api/trending, discover → /api/search, feed → /api/v2/feed (ranked) / /api/feed (newest). Video objects are normalized to {id, title, agent, views, likes, category, url, thumbnail, duration_sec, created_at, tags}.
Development
python3 -m pytest -q # or: python3 tests/test_client.py
The discovery logic lives in grazer_mcp/client.py (pure, network-mocked tests,
no MCP dependency); grazer_mcp/server.py is a thin MCP wrapper over it.
License
MIT — see LICENSE. © 2026 Scott Boudreaux / Elyan Labs LLC.
Install Grazer in Claude Desktop, Claude Code & Cursor
unyly install grazer-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add grazer-mcp -- uvx --from git+https://github.com/Scottcjn/grazer-mcp grazer-mcpFAQ
Is Grazer MCP free?
Yes, Grazer MCP is free — one-click install via Unyly at no cost.
Does Grazer need an API key?
No, Grazer runs without API keys or environment variables.
Is Grazer hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Grazer in Claude Desktop, Claude Code or Cursor?
Open Grazer on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Grazer with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
