Skip to main content
Glama
glim-sh

glim

Official

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.

Related MCP server: agent-reach-mcp

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

Related MCP Connectors

  • Reddit & X data for AI agents over MCP. Semantic search, hosted, no Reddit API.

  • Your agent needs X/Twitter data — who follows a competitor, what a community is posting, who quoted that tweet, what is trending in Japan. Normally that means applying for an X developer account, passing app review, and managing a quota per endpoint. **What you can ask for** • "Who follows @stripe, and which of them are verified?" • "Pull every reply and quote on this tweet and summarise what people object to." • "List this community's moderators and its posts this week." • "What is trending in Japan right now?" • "Give me the full thread context behind this link, including the long-form article." **How to use it** Point any MCP client at https://mcp.aisa.one/twitter-api/mcp and sign in with OAuth — there is no key to create or paste. 29 read tools: users (profile, about, batch lookup by id, search, followers, verified followers, followings, follow check), tweets (timeline, latest, mentions, advanced search, replies, quotes, retweeters, thread context, articles), communities, lists, Spaces and trends. **Why this rather than the source** No developer account to apply for, no app review, no per-endpoint quota to manage. **It is also a door to the rest** The same login reaches 26 sources and 580+ operations. Ask for a handle's followers here, then ask the same agent for that brand's search traffic, its backlinks, or the people to contact — without adding a second server. **What it costs** Finding and inspecting an operation is free. Running one is billed per call at API prices, with no seat and no monthly minimum, and every call takes max_price_usd so an agent cannot overspend by accident. **Where else it reaches** https://mcp.aisa.one/social/mcp for X plus Instagram, Reddit, Pinterest and YouTube; https://mcp.aisa.one/gtm/mcp for those plus Similarweb and Apollo.

  • Your agent needs live data — a competitor's traffic, who to contact there, what people are saying, what Google and ChatGPT answer about you, a company's filings. Normally that is six vendor accounts, six sets of keys and six SDKs. This is one URL. **What you can ask for** • "How much traffic does stripe.com get, where does it come from, and who competes for the same keywords?" • "Find 20 Series-B fintech companies in Germany and the heads of marketing there, with emails." • "Does ChatGPT mention our brand when someone asks for the best CRM — and what does it cite?" • "What is X saying about $NVDA today, and what did the stock actually do?" • "Search the web for this, then scrape the three best pages into markdown." **How to use it** Point any MCP client at https://mcp.aisa.one/mcp and sign in with OAuth — there is no key to create or paste. Then just ask: the agent calls search to find the right operation and use to run it. **Why this rather than the source** 26 sources behind one account and one bill — DataForSEO, Semrush, Ahrefs, Similarweb, Apollo, X/Twitter, Instagram, Reddit, Pinterest, YouTube, Tavily, Exa, Perplexity, Firecrawl, CoinGecko, Kalshi, Polymarket, AgentMail and more, 580+ operations. tools/list returns five tools, not 580, so the introduction does not eat your context window. **What it costs** Finding and inspecting an operation is free. Running one is billed per call at API prices, with no seat and no monthly minimum, and every call takes max_price_usd so an agent cannot overspend by accident. **Where else it reaches** One slice at a time: https://mcp.aisa.one/seo/mcp · /finance/mcp · /social/mcp · /search/mcp · /sales/mcp · /mail/mcp · /gtm/mcp, or a single provider like /twitter-api/mcp. Same account, fewer tools listed, and search still reaches everything. Full list at https://mcp.aisa.one/servers

  • One MCP endpoint for Claude, GPT & Gemini: 100+ tools + no-code connectors + agent workers.

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    AgentKey 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.
    643
    Apache 2.0
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides 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.
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    One 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.
    5
    3
    MIT