glim
OfficialSearch Amazon listings with prices, ratings, ASINs, and retrieve product details by ASIN.
Search GitHub repos, conversations, or code, and retrieve repo metadata, files, history, PRs, issues.
Search Reddit posts, retrieve post with comments, subreddit feed, or user activity.
Retrieve subtitles and transcripts from YouTube videos by video ID.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@glimsearch Twitter for AI news"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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, and YouTube. No API keys, no scraping stack - connect the URL and pay per call.
https://glim.sh/mcpQuick 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/mcpAny 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.
Related MCP server: agentkey
Tools
Tool | Price | Use for |
| $0.005 | Search tweets with advanced operators |
| $0.005 | Tweet with thread context, or user profile, by URL/id/handle |
| $0.01 | Search Reddit posts |
| $0.015 | Post + comments, subreddit feed, or user activity |
| $0.01 | Semantic web search |
| $0.002 | Clean page extraction (SSR, SPA shells, PDFs) |
| $0.002 | Search GitHub repos, conversations, or code |
| $0.002 | Repo metadata, files, history, PRs, issues |
| $0.005 | Search Amazon listings with prices, ratings, ASINs |
| $0.01 | Amazon product detail by ASIN |
| $0.01 | YouTube subtitles/transcript by video id |
Restrict the tool list per session with ?tools=:
https://glim.sh/mcp?tools=glim_twitter_search,glim_web_fetchREST 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_fyiDocumentation
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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceMCP server giving AI agents real-time web search, page scraping, company intelligence, email discovery, local lead generation, and a persistent knowledge graph. Pay only for what you use, no subscriptions.Last updated49MIT
- Alicense-qualityCmaintenanceAgentKey is the execution layer between AI agents and the real internet. One MCP install gives your Claude / Cursor / n8n agent unified access to web search, scraping, and 20+ social platforms — no API juggling, one bill.Last updated580Apache 2.0
- Alicense-qualityBmaintenanceProvides 13 internet platforms as MCP tools for AI agents, enabling read, search, and interaction with services like web, YouTube, Twitter, and Reddit via a production-grade MCP server.Last updatedMIT

ReefAPI MCPofficial
AlicenseAqualityBmaintenanceOne MCP server providing access to 160+ live web data APIs (search, social media, e-commerce, real estate, jobs, travel, news, finance, and more) using dynamic discovery via 4 generic tools to avoid the agent's tool limit.Last updated5MIT
Related MCP Connectors
Reddit & X data for AI agents over MCP. Semantic search, hosted, no Reddit API.
Real-time Amazon, search and market intelligence tools for AI agents via remote MCP.
Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/glim-sh/glim-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server