glim
One remote MCP endpoint giving agents live data from Twitter/X, Reddit, web, GitHub, Amazon, and YouTube, no API keys needed, pay per call.
README
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/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 |
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
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.