Skip to main content
Klint is the social context API. It turns Instagram into context your agents can use: search posts, search accounts, and extract content, all in plain language. Klint watches every video and reads every post. It extracts the spoken words, the on-screen text, and what’s actually happening in the content. Your agent does the thinking while Klint supplies the context.
For AI agents: /llms.txt indexes every page. Klint for coding agents is the whole contract on one page. Append .md to any URL for raw markdown.

Get started

Install the CLI and skills

One command authenticates and adds the Klint skills, including every cookbook, to your detected coding agents:
Restart your coding agent after setup so it discovers the new skills.

Set up the Klint MCP server

One server, every Klint capability. Works in any MCP client.
1

Run this command in your terminal

This adds Klint as a remote MCP server in Claude Code.
2

Verify installation

In Claude Code, run /mcp to see klint in your connected servers.

Set up with an agent

Or hand the setup to the agent itself:

Build directly

Get an API key

Create a key in the dashboard, then run the quickstart request.

API reference

Every endpoint, request field, and response shape.

What can Klint do?

Find trending hooks in your niche

See which hooks, formats, and claims are earning attention this week, before everyone copies them.

Find creators in your niche

Discover and qualify the creators who actually publish in your space. Every name arrives with the posts that prove it.

Reverse-engineer viral content

Pull any post apart: hook construction, key messages, offer, transcript, and how the numbers moved.

Run a prior-art check

Has someone already run this hook or concept? Search what posts say and show, not just captions.

Read any Reel as text

Transcript, on-screen text, and visual descriptions for any post, one GET away.

Map a niche

Build the research set: qualified accounts in a niche, plus the posts that prove each one belongs.
Search is where it starts. The same API is built to grow into performance history, monitoring, and niche benchmarks.

Why Klint?

  • Whole-post search: One semantic query over speech, on-screen text, visuals, and creative structure, pinned by hard filters.
  • Results that qualify: Every result satisfies the query and every filter. Weak matches never pad the list.
  • The hard part is done: Watching, transcribing, reading, creative breakdown. No proxies, no login walls, no raw video.
  • Honest numbers: Metrics are observations with timestamps. Unknown is never dressed up as zero.
  • Agent-native: MCP server, installable cookbook skills, every page as markdown, errors that teach the fix.
  • Compounding history: Baselines, monitoring, and benchmarks accumulate on the same API as Klint keeps watching.

The API

Klint covers Instagram today, deeply. TikTok, YouTube, and other social channels follow on the same API.

Instagram

Three calls cover the surface:

Search posts

Find posts by what they say, show, and how they perform.

Search accounts

Qualify accounts by their profile and what they actually publish.

Extract

A post or account back in full, understood.

Resources

Query writing

What separates a query that qualifies from one that comes back empty.

Filter grammar

Pin results down with hard filters, and see exactly what gets rejected.

Errors and retries

Every error the API returns, what causes it, and whether to retry.

Authentication

API keys and the request header, in thirty seconds.