{
  "markdown": "# glim.sh\n\n### Live data for any agent.\n\nOne remote MCP endpoint gives your agent live data from Twitter/X, Reddit, the open web, GitHub, Amazon, YouTube, and public Telegram channels, plus AI-text detection. No API keys, no scraping stack - connect the URL and pay per call.\n\n```\nhttps://glim.sh/mcp\n```\n\n---\n\n## Quick Start\n\n```bash\n# claude.ai - one click\nopen \"https://claude.ai/customize/connectors?modal=add-custom-connector&connectorName=glim&connectorUrl=https%3A%2F%2Fglim.sh%2Fmcp\"\n\n# Claude Code\nclaude mcp add -s user -t http glim https://glim.sh/mcp\n\n# Claude Code plugin (MCP server + usage skill, auto-updates)\nclaude plugin marketplace add glim-sh/glim-mcp\nclaude plugin install glim@glim\n\n# Codex\ncodex mcp add glim --url https://glim.sh/mcp\n\n# OpenCode (interactive: choose remote, paste the URL)\nopencode mcp add\n\n# Agent skill (any skills-aware agent)\nnpx skills add https://glim.sh --yes\n\n# No account? Pay per call from a local crypto wallet (x402)\nnpx x402-proxy mcp add glim https://glim.sh/mcp\n```\n\nAny other MCP client: add the endpoint to your config.\n\n```json\n{\n  \"mcpServers\": {\n    \"glim\": {\n      \"url\": \"https://glim.sh/mcp\"\n    }\n  }\n}\n```\n\nOn first use the client runs a browser OAuth sign-in. Manage your balance at [glim.sh/app](https://glim.sh/app). The wallet path needs no account at all: calls auto-pay USDC (Base or Solana) on x402 challenges; MPP on Tempo is accepted on the same endpoint.\n\n## Tools\n\n| Tool | Price | Use for |\n| --- | --- | --- |\n| `glim_twitter_search` | $0.005 | Search tweets with advanced operators |\n| `glim_twitter_get` | $0.005 | Tweet with thread context, or user profile, by URL/id/handle |\n| `glim_reddit_search` | $0.01 | Search Reddit posts |\n| `glim_reddit_get` | $0.015 | Post + comments, subreddit feed, or user activity |\n| `glim_web_search` | $0.01 | Semantic web search |\n| `glim_web_fetch` | $0.002 | Clean page extraction (SSR, SPA shells, PDFs) |\n| `glim_github_search` | $0.002 | Search GitHub repos, conversations, or code |\n| `glim_github_get` | $0.002 | Repo metadata, files, history, PRs, issues |\n| `glim_amazon_search` | $0.005 | Search Amazon listings with prices, ratings, ASINs |\n| `glim_amazon_get` | $0.01 | Amazon product detail by ASIN |\n| `glim_youtube_get` | $0.01 | YouTube subtitles/transcript by video id |\n| `glim_telegram_search` | $0.01 | Discover public Telegram channels by name or topic |\n| `glim_telegram_get` | $0.005 | Channel posts, in-channel history search, or post + discussion comments |\n| `glim_detect_ai` | from $0.06 | Score text for AI authorship, with a per-segment breakdown |\n\nRestrict the tool list per session with `?tools=`:\n\n```\nhttps://glim.sh/mcp?tools=glim_twitter_search,glim_web_fetch\n```\n\n## REST API\n\nEvery tool is also a plain REST endpoint under `https://glim.sh/api/v1/`, gated by the same payment challenges. Full spec: [glim.sh/openapi.json](https://glim.sh/openapi.json).\n\n```bash\nnpx x402-proxy https://glim.sh/api/v1/twitter/get/cascade_fyi\n```\n\n## Documentation\n\nFor full documentation, visit [glim.sh/docs](https://glim.sh/docs).\n\n## About this repo\n\nThis repo holds the registry manifests, the Claude Code plugin, and documentation for the glim MCP server - not the server source. Open an issue for listing or documentation fixes, or email [support@glim.sh](mailto:support@glim.sh).\n\n## License\n\n[MIT](LICENSE) (c) 2026 Misha Kolesnik\n",
  "bytes": 3378,
  "sha": "93a7c92d3f85bce40c2e958178f89491d96fb402a3325bfaf2b5343aa76e58d0",
  "repo_slug": "glim-sh/glim-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_sh_glim_glim_582a5361/readme"
}