Skip to content
Back to search
100
MCP live MCP 2025-11-25 http

Glim MCP

x402/glim-mcp

MCP + x402 REST API for Twitter, Reddit, web crawling, and AI inference [x402: $0.002/call on base, category=data]

Uptime
100.0%
1 direct probes · 30d
Response
261ms
last probe
Tools
14
callable
Resources
6
readable
Prompts
3
available
Primary URL
https://glim.sh/mcp

Tools · 14

glim_twitter_search

Search Twitter/X. Returns a compact human-readable list by default; pass format='json' for full structured data. Use glim_twitter_get(ref) for full thread context. Use docs://search-operators for refe…

glim_twitter_get

Fetch a tweet or a user from one reference. A tweet URL (incl. handle-less /i/status/<id>) returns the tweet with full thread context, parent, and optional replies/quotes; a profile URL (https://x.com…

glim_reddit_search

Search Reddit posts. Each result comes with full post content and its top comments, so a single search usually answers the question without follow-up. Compact human-readable text by default; pass form…

glim_reddit_get

Fetch a Reddit post, subreddit, or user by ref. Posts return comments; subreddits and users return profile metadata plus recent activity.

glim_web_search

Semantic web search powered by Exa. Returns titles, URLs, and the top query-relevant excerpt per result. Compact text by default; pass format='json' for full structured data incl. all excerpts per res…

glim_web_fetch

Fetch a single web page and extract clean content. Auto-tier server-side: handles SSR (Next.js, Nuxt, TikTok, Pinterest, YouTube), SPA shells, PDFs, paywall detection, residential-proxy escalation, an…

glim_github_search

Search GitHub repositories, conversations (issues+PRs), discussions, or code, with full GitHub search syntax in the query: qualifiers (repo:, org:/user:, language:, path:, symbol:, content:, is:, star…

glim_github_get

Fetch GitHub data from a single ref. GitHub URL or 'owner/repo' shorthand. A repo URL or owner/repo returns metadata + README; /pull/N -> PR (with comments + changed files), /issues/N -> issue, /discu…

glim_amazon_search

Pass exactly ONE of {query} or {category_slug}. Searches Amazon (com|co.uk|de|fr|es|it) and returns ranked hits with buybox price (gross + VAT-excluded net), ratings, review counts, and ASINs. Drill d…

glim_amazon_get

Fetch Amazon product detail from a full product URL (the marketplace - com|co.uk|de|fr|es|it - is read from the URL host; pass the url field from a glim_amazon_search result, or any /dp/<ASIN> page UR…

glim_youtube_get

Fetch a YouTube video transcript from a video URL or 11-char id. The transcript is cleaned server-side: deduplicated, tags/HTML stripped, with coarse [m:ss] timestamps - roughly a tenth the size of th…

glim_detect_ai

Detect AI-generated text. Scores any text for AI-authorship likelihood and returns an overall verdict (AI / human / mixed) with confidence, the AI/human/AI-assisted fractions, and a segment-by-segment…

glim_telegram_search

Search Telegram: discovers public channels by name/topic (directory lookup) and finds indexed public post/channel pages (semantic web index scoped to t.me). Telegram has no global full-text search, so…

glim_telegram_get

Fetch a public Telegram channel or post - no account or API key involved. Channel refs (@handle, handle, t.me URL) return channel info + recent posts newest-first with views, reactions, media, polls, …

Resources · 6

search-operators

Twitter/X advanced search operators reference

docs://search-operators
reddit-search

Reddit search tips and filter reference

docs://reddit-search
web-guide

Web API usage guide

docs://web-guide
github-guide

GitHub tools usage guide

docs://github-guide
pricing

Tool pricing, payment methods, and rate limits

docs://pricing
examples

Example queries and usage patterns for each tool

docs://examples

Prompts · 3

research_topic

Cross-platform research workflow: search Twitter, Reddit, and the web for a topic, then synthesize findings

analyze_account

Fetch and analyze a Twitter account's profile, activity, influence, and key topics

monitor_sentiment

Check sentiment around a brand, keyword, or topic across Twitter and Reddit

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "glim_mcp": {
      "url": "https://glim.sh/mcp",
      "transport": "http"
    }
  }
}