A limit for each connection
Every agent connection has its own credit limit, separate from your balance. Change it any time without reconnecting.
One hosted MCP server gives Claude, ChatGPT, Cursor and Codex public data from TikTok, Instagram, YouTube, Reddit, X and 70+ platforms in all. Your agent finds the right call, checks its price and fetches it.
Claude
ChatGPT
Cursor
Codex
VS Code
1,000 free credits a month · No card required · Discovery is free
>How many followers does Gymshark have on TikTok?
call_endpointtiktok/profile1 credit
{
"platform": "tiktok",
"endpoint": "profile",
"params": {
"handle": "gymshark"
},
"max_credits": 1
}
Gymshark
@gymshark
Gymshark has 6.66M followers on TikTok, with 140.4M likes across 448 videos.
Recorded Monocrawl response, 22 Sept 2026. Live values will differ.
>How many people follow Gymshark on Instagram?
call_endpointinstagram/profile1 credit
{
"platform": "instagram",
"endpoint": "profile",
"params": {
"handle": "gymshark"
},
"max_credits": 1
}
Gymshark
@gymshark
Gymshark has 8.66M followers on Instagram and follows 68 accounts.
Recorded Monocrawl response, 22 Sept 2026. Live values will differ.
>How big is Red Bull’s audience on X?
call_endpointx/profile2 credits
{
"platform": "x",
"endpoint": "profile",
"params": {
"handle": "redbull"
},
"max_credits": 2
}
Red Bull
@redbull
Red Bull has 1.85M followers on X and a blue check.
Recorded Monocrawl response, 22 Sept 2026. Live values will differ.
>How many people subscribe to r/programming?
call_endpointreddit/subreddit/details1 credit
{
"platform": "reddit",
"endpoint": "subreddit/details",
"params": {
"url": "https://www.reddit.com/r/programming/"
},
"max_credits": 1
}r/programming
reddit.com/r/programming
r/programming has 6.92M subscribers and is a public community.
Recorded Monocrawl response, 21 Sept 2026. Live values will differ.
>How many followers does Meta’s Facebook page have?
call_endpointfacebook/profile2 credits
{
"platform": "facebook",
"endpoint": "profile",
"params": {
"url": "https://www.facebook.com/Meta"
},
"max_credits": 2
}
Meta
facebook.com/Meta
Meta’s Facebook page has 106M followers, listed as a company.
Recorded Monocrawl response, 21 Sept 2026. Live values will differ.
>What is e.l.f. Cosmetics selling on TikTok Shop?
call_endpointtiktokshop/search2 credits
{
"platform": "tiktokshop",
"endpoint": "search",
"params": {
"query": "e.l.f. Cosmetics"
},
"max_credits": 2
}
e.l.f. Glow Reviver Flavor Balm Lip Duo - Limited-Edition Tinted Lip Balm Kit, 2 Melting Lip Balms, Pumpkin Glaze & Pink Peppermint | Buildable Color, Glossy Shine, 10% Hydrating Butters, Vegan
e.l.f. Cosmetics
The top result is the e.l.f. Glow Reviver Flavor Balm Lip Duo at $18, rated 5 with 3,643 sold.
Recorded Monocrawl response, 22 Sept 2026. Live values will differ.
14MCP tools
13social networks live
Freeendpoint discovery
1,000free credits a month
What it can reach
Profiles, posts, comments, search and more, read from Monocrawl’s live catalogue. Each network has its own operations and prices; your agent reads them before it calls.
Setup
Coding agents connect with one command and chat apps with a server URL. Both finish with a browser sign-in, so there is no key to paste.
Full MCP guide$ npx -y monocrawl-cli@latest init --agent claudeBrowser sign-in. No API key to copy. Needs Node.js 18.17 or newer.
How it works
Your agent discovers the catalogue at runtime instead of loading a tool for every endpoint. This is the path it takes for each question.
list_endpointsSearches the catalogue by platform or keyword.
Freeget_endpointReads the parameters and the current price before spending.
Freecall_endpointRuns one request, capped by max_credits, and returns credits used.
Creditsget_resultReads a large result in full, without paying again, for 24 hours.
FreeMonitors, balance checks and the docs are tools too. See everything an agent can do
Spend control
Limits live on Monocrawl’s side, so they hold whichever AI app is calling.
Every agent connection has its own credit limit, separate from your balance. Change it any time without reconnecting.
max_credits refuses a request that would cost more before anything is spent.
dry_run returns a zero-credit estimate without fetching, so an agent can price a job first.
Creating, running, resuming or deleting a monitor needs an explicit confirm step.
Questions
An MCP server gives an AI app tools it can call. Monocrawl’s hosted server lets Claude, ChatGPT, Cursor, Codex and other MCP clients find public data on TikTok, Instagram, YouTube, Reddit, X and more, check what each request costs, and fetch it with your account’s credits.
No. Monocrawl reads public data, so there is no social login, platform app or app review. You connect your AI app to Monocrawl once, with a browser sign-in.
Claude Code, Codex, Cursor, VS Code, Grok and OpenCode connect with one setup command. Claude.ai and ChatGPT connect as a custom connector at https://www.monocrawl.com/mcp/oauth. Any app that starts a local MCP process can use the monocrawl-mcp package with an API key.
Looking is free: listing endpoints, reading an endpoint’s price and parameters, and reading the docs cost nothing. Data calls use credits at each endpoint’s published price, and every account gets 1,000 free credits a month. Failed calls cost nothing.
Each connection has its own credit limit, separate from your account balance, which you can change at any time. Every data call can also carry a max_credits ceiling, which refuses a request that would cost more before anything is spent.
Yes. The monitor tools create, run and read scheduled monitors. Creating, running, resuming or deleting one needs a confirmation step, and each monitor has a monthly credit cap.
1,000 free credits every month. No card required.
Connect your agent