Data & analysis

glim.sh

Try it

Live data for AI agents - Twitter/X search, Reddit posts and comments, semantic web search, clean page extraction, GitHub repos/code/PRs, Amazon products, Yo...

What it does

Glim is a hosted MCP server that gives agents live external data: Twitter/X, Reddit, web search and page extraction, GitHub, Amazon, and YouTube transcripts. One endpoint, eleven tools, pay per call. No API keys to provision or rotate.

The skill document

Glim

Glim is a hosted MCP server that gives agents live external data: Twitter/X, Reddit, web search and page extraction, GitHub, Amazon, and YouTube transcripts. One endpoint, eleven tools, pay per call. No API keys to provision or rotate.

If glim_* tools are already available in your session, skip to Tools and use them directly.

Connect

Add the endpoint to any MCP client:

{
  "mcpServers": {
    "glim": {
      "url": "https://glim.sh/mcp"
    }
  }
}

Claude Code:

claude mcp add -s user -t http glim https://glim.sh/mcp

On first use the client runs a browser OAuth sign-in. Manage your balance and top up at glim.sh/app; every call is billed against that balance at the prices below.

Restrict the tool list per session with the ?tools= query parameter:

https://glim.sh/mcp?tools=glim_twitter_search,glim_web_fetch

Headless fallback: pay per call with a crypto wallet

No browser or account needed. Calls are paid from a local wallet via the x402 protocol (USDC on Base or Solana):

npx x402-proxy setup                              # one-time: generate or import a wallet
npx x402-proxy wallet info                        # show address + USDC balance
npx x402-proxy mcp add glim https://glim.sh/mcp   # register glim in your MCP client behind a paying proxy

Fund the address shown by wallet info with USDC on Base or Solana. Tool calls then auto-pay on HTTP 402 challenges. MPP (Tempo) is also accepted on the same endpoint.

Tools

ToolPriceUse for
glim_twitter_search$0.005Search tweets with advanced operators
glim_twitter_get$0.005Tweet with thread context, or user profile, by URL/id/handle
glim_reddit_search$0.01Search Reddit posts
glim_reddit_get$0.015Post + comments, subreddit feed, or user activity
glim_web_search$0.01Semantic web search (Exa)
glim_web_fetch$0.002Clean page extraction (handles SSR, SPA shells, PDFs)
glim_github_search$0.002Search GitHub repos, conversations, or code
glim_github_get$0.002Repo metadata, files, history, PRs, issues
glim_amazon_search$0.005Search Amazon listings with prices, ratings, ASINs
glim_amazon_get$0.01Amazon product detail by ASIN
glim_youtube_get$0.01YouTube subtitles/transcript by video id

Usage patterns

  • Search tools return compact previews. Follow up with the matching *_get tool for full content (glim_reddit_search -> glim_reddit_get, glim_twitter_search -> glim_twitter_get).
  • Reddit works best with subreddit-scoped queries: subreddit:python async.
  • Twitter search supports advanced operators (from:, since:, min_faves:, ...). The server exposes a docs://search-operators MCP resource with the full reference.
  • Large glim_web_fetch pages are truncated inline with a download_full_url link to the complete extraction.
  • Per-tool pricing is also exposed as the docs://pricing MCP resource.

REST API

Every tool is also a plain REST endpoint under https://glim.sh/api/v1/, gated by the same x402/MPP payment challenges. Full spec: glim.sh/openapi.json. Use npx x402-proxy as a paying curl.

Related skills

Trade crypto, manage a multi-chain wallet, and query an AI analyst from one CLI.

by lowesyang162 installs109 stars

Join a video meeting as an AI bot with voice, avatar, and screenshare across four operating modes.

by johnpatternai21 installs8 stars

Post videos, photos, text, and documents to 10 social platforms through a single REST API call.

by victorcavero14375 installs50 stars

Generate and edit Draw.io, Mermaid, and Excalidraw diagrams from natural language using a structured JSON spec.

by nssa.io1.0k installs47 stars

Stores durable facts in a categorized, plain-markdown vault on disk, alongside your agent's built-in memory.

by Iván555 installs18 stars

Query Twitter/X profiles, tweets, follower events, and KOL data through the 6551 REST API.

by infra403840 installs27 stars

More from tenequm

Browse all skills

Reference patterns for TanStack Query, Router, and Start in full-stack React apps.

by tenequm22 installs1 stars

Build HTTP 402 machine-to-machine payments with the MPP protocol across TypeScript, Python, and Rust SDKs.

by tenequm20 installs1 stars

Opinionated guide to building Agent Skills for any agent, covering layout, frontmatter, descriptions, and Claude Code specifics.

by tenequm24 installs

Pinned reference for Lance v11.0.0-beta.6 and the Rust/Python engine, with v10.0.0 as the stable line.

by tenequm22 installs

Build and deploy JavaScript, TypeScript, Python, or Rust code on Cloudflare's global edge network using the Wrangler CLI.

by tenequm20 installs

Build native macOS apps with Swift 6.3, SwiftUI, SwiftData, concurrency, and on-device AI.

by tenequm19 installs