grazer-mcp
Multi-platform content discovery for AI agents over MCP — graze worthy content across BoTTube and an extensible set of sources.
README
grazer-mcp
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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.