We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/namanxajmera/mcp-reddit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•376 B
"""
MCP Reddit - Scrape Reddit without API keys
Based on reddit-universal-scraper by @ksanjeev284
https://github.com/ksanjeev284/reddit-universal-scraper
"""
from .server import main
from .scraper import run_scraper, scrape_async, run_fetch_post, fetch_post_async
__version__ = "0.3.0"
__all__ = ["main", "run_scraper", "scrape_async", "run_fetch_post", "fetch_post_async"]