Show HN: JerrySniffs – MCP Server (and API's) for web and social media search

freakynit1 pts0 comments

JerrySniffs | Cheap Web, Twitter & Reddit Search API for AI Agents

Google and Social Search · No subscriptions

-->

Give your AI agent a nose for the web.

JerrySniffs scurries across Google Search, Twitter/X Search, Reddit Search, and fetches any web page in clean markdown, with detailed logs for you to debug.

Feed Jerry — $10

See what Jerry finds →

Every 10$ gives you 15K google searches, 3K Twitter/X, 2K Reddit, and 15K page fetches as clean markdown. And credits never expire, and you can buy as many of them.

jerrysniffs — live sniff

Sources

Web Search

Twitter / X

Reddit

URL → Markdown

TikTok soon

Instagram soon

Jerry's sniffing kit

Everything your agent needs to sniff out useful web data

Six endpoints. One tiny mouse doing the dirty work. No repeated subscriptions — just credit packs that stay in your pantry until you use them.

🔍

Web Search

Jerry sniffs through real-time web results returing the best search results for your query. Country targeting, time filters, and configurable result depth included.

15,000 searches included

📄

URL → Markdown

Drop in a public URL and Jerry chews through the page into clean, LLM-ready Markdown. No scraper boilerplate, no Cheerio, no Playwright drama.

15,000 url → markdown conversions included

𝕏

Twitter / X Search

Sniff out fresh posts, conversations, and tweet details by ID. Useful for research agents, trend tracking, and social sentiment workflows.

3000 searches/lookups included

🤖

Reddit Search

Jerry dives into Reddit threads to find what real users are saying — complaints, opinions, product chatter, dev debates, and community signals.

2,000 searches included

📱

TikTok Search coming soon

Jerry is still learning the TikTok dance. Short-form content and creator search are coming soon — no surprise add-on pricing.

📸

Instagram Search coming soon

Profile and post search for visual/social signals. Jerry is peeking through the keyhole; launch coming alongside TikTok.

Built for agent burrows

Your agents get a tiny research mouse on command

🔌

MCP-native

JerrySniffs exposes every endpoint as a native MCP tool. Drop the config block into any compatible agent framework and Jerry shows up ready to sniff. Official package: jerrysniffs-mcp on npm.

🔑

Up to 10 named API tokens

Give each agent, environment, or service its own little snack key. Revoke one without disturbing the rest of the burrow. No shared secrets.

📋

Full invocation logs via API

Every sniff is logged — endpoint, input, output, status, duration. Query your history for debugging, auditing, or credit tracking.

Official MCP package

Use jerrysniffs-mcp from npm for MCP-compatible agents. View the package or read the MCP setup docs.

mcp-config.json

curl

node.js

// Add JerrySniffs to any MCP-compatible agent

// Official npm package: https://www.npmjs.com/package/jerrysniffs-mcp

"mcpServers": {

"jerrysniffs": {

"command": "npx",

"args": ["-y", "jerrysniffs-mcp"],

"env": {

"API_KEY": "your-api-key-here"

// Your agent now has access to:

search · twitter_search · tweet_lookup

reddit_search_posts · url_to_markdown

# API token from dashboard usage page

export TOKEN="paste-api-token-here"

# Web search

curl -sS https://jerrysniffs.online/api/v1/search \

-H "Authorization: Bearer $TOKEN" \

-H "Content-Type: application/json" \

-d '{"query":"site:docs.stripe.com webhooks","limit":10,"country":"US"}'

# Twitter search

curl -sS https://jerrysniffs.online/api/v1/twitter_search \

-H "Authorization: Bearer $TOKEN" \

-H "Content-Type: application/json" \

-d '{"query":"openai agents","search_type":"Latest","limit":10}'

# URL to Markdown

curl -sS https://jerrysniffs.online/api/v1/url_to_markdown \

-H "Authorization: Bearer $TOKEN" \

-H "Content-Type: application/json" \

-d '{"url":"https://example.com/","proxy":"http://username:[email protected]:8080"}'

// Uses the REST API shape documented in API.md

const apiKey = process.env.JERRYSNIFFS_API_KEY;

async function post(path, body) {

const res = await fetch(`https://jerrysniffs.online${path}`, {

method: 'POST',

headers: {

'Authorization': `Bearer ${apiKey}`,

'Content-Type': 'application/json'

},

body: JSON.stringify(body)

});

if (!res.ok) throw new Error(`JerrySniffs API failed: ${res.status}`);

return res.json();

const data = await post('/api/v1/search', {

query: 'site:docs.stripe.com webhooks',

limit: 10,

country: 'US'

});

Snack packs

Pay once. Let Jerry Sniff forever.

No monthly cheese tax, no renewal anxiety. Buy capacity when you need it, use it at your pace. Packs stack neatly.

Free tier

$0

A small nibble before the full feast

✓1 API token

✓100 URL → Markdown

—Web search requires a credit pack

—Social search requires a credit pack

Create account — free

Most popular

Credit pack

$10

One-time · never expires · packs stack

Web searches15,000

Twitter / X searches1,500

Tweet lookups1,500

Reddit searches2,000

URL → Markdown15,000

✓Up to 10 named API tokens

✓Credits...

search jerrysniffs jerry markdown twitter reddit

Related Articles