streamable-httpMITupdated 11d ago
One 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.
What can you do with glim sh?
glim.sh
Live data for any agent.
One 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.
https://glim.sh/mcp
Quick Start
# claude.ai - one click
open "https://claude.ai/customize/connectors?modal=add-custom-connector&connectorName=glim&connectorUrl=https%3A%2F%2Fglim.sh%2Fmcp"
# Claude Code
claude mcp add -s user -t http glim https://glim.sh/mcp
# Claude Code plugin (MCP server + usage skill, auto-updates)
claude plugin marketplace add glim-sh/glim-mcp
claude plugin install glim@glim
# Codex
codex mcp add glim --url https://glim.sh/mcp
# OpenCode (interactive: choose remote, paste the URL)
opencode mcp add
# Agent skill (any skills-aware agent)
npx skills add https://glim.sh --yes
# No account? Pay per call from a local crypto wallet (x402)
npx x402-proxy mcp add glim https://glim.sh/mcp
Any other MCP client: add the endpoint to your config.
{
"mcpServers": {
"glim": {
"url": "https://glim.sh/mcp"
}
}
}
On first use the client runs a browser OAuth sign-in. Manage your balance at 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.
Tools
| Tool | Price | Use for |
|---|---|---|
glim_twitter_search |
$0.005 | Search tweets with advanced operators |
glim_twitter_get |
$0.005 | Tweet with thread context, or user profile, by URL/id/handle |
glim_reddit_search |
$0.01 | Search Reddit posts |
glim_reddit_get |
$0.015 | Post + comments, subreddit feed, or user activity |
glim_web_search |
$0.01 | Semantic web search |
glim_web_fetch |
$0.002 | Clean page extraction (SSR, SPA shells, PDFs) |
glim_github_search |
$0.002 | Search GitHub repos, conversations, or code |
glim_github_get |
$0.002 | Repo metadata, files, history, PRs, issues |
glim_amazon_search |
$0.005 | Search Amazon listings with prices, ratings, ASINs |
glim_amazon_get |
$0.01 | Amazon product detail by ASIN |
glim_youtube_get |
$0.01 | YouTube subtitles/transcript by video id |
glim_telegram_search |
$0.01 | Discover public Telegram channels by name or topic |
glim_telegram_get |
$0.005 | Channel posts, in-channel history search, or post + discussion comments |
glim_detect_ai |
from $0.06 | Score text for AI authorship, with a per-segment breakdown |
Restrict the tool list per session with ?tools=:
https://glim.sh/mcp?tools=glim_twitter_search,glim_web_fetch
REST API
Every 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.
npx x402-proxy https://glim.sh/api/v1/twitter/get/cascade_fyi
Documentation
For full documentation, visit glim.sh/docs.
About this repo
This 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.
License
MIT (c) 2026 Misha Kolesnik
Install
Add glim sh to your client. Pick the one you use.
claude mcp add --transport http glim-sh https://glim.sh/mcpcodex mcp add glim-sh --url https://glim.sh/mcp{
"mcpServers": {
"glim-sh": {
"url": "https://glim.sh/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"glim-sh": {
"type": "http",
"url": "https://glim.sh/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"glim-sh": {
"url": "https://glim.sh/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"glim-sh": {
"serverUrl": "https://glim.sh/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
14 tools
glim sh exposes 14 tools to a connected agent.
- glim_twitter_search
- $0.005
- glim_twitter_get
- $0.005
- glim_reddit_search
- $0.01
- glim_reddit_get
- $0.015
- glim_web_search
- $0.01
- glim_web_fetch
- $0.002
- glim_github_search
- $0.002
- glim_github_get
- $0.002
- glim_amazon_search
- $0.005
- glim_amazon_get
- $0.01
- glim_youtube_get
- $0.01
- glim_telegram_search
- $0.01
- glim_telegram_get
- $0.005
- glim_detect_ai
- from $0.06
Score
77 / 100
Good
- Documentation22/25
- Maintenance19/25
- Trust16/20
- Capability8/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 3 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 14 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jun 10, 2026 |