Social Media
honesthook.com
An MCP server that exposes HonestHook's social media data API to fetch public profiles, posts, and historical trend archives across platforms like Instagram, TikTok, Threads, and GitHub.
ENDPOINT 1
https://honesthook.com/api/mcp
MCP server metadata
- Name
- honesthook
- Version
- 1.0.0
Known tools 8
list_platformsList every social platform HonestHook can read right now — the platforms you'd otherwise write a scraper for: Instagram, TikTok, Threads, Bluesky, Mastodon, GitHub, Pinterest, SoundCloud, Linktree, Medium — and what a handle looks like on each one.
Potential side effectslist_endpointsList every HonestHook API endpoint: public profiles (followers, following, posts count, bio, verified), recent posts, the historical trend archive, and per-profile history.
Inferred read-onlypricingWhat each HonestHook call costs in credits, and which calls are free when they find nothing.
Inferred read-onlyarchive_coverageHow much trend history HonestHook already holds, by niche — AI agents, developer tools, indie SaaS — with the most recent hourly window captured.
Inferred read-onlyget_docsHow to authenticate, how the response envelope is shaped, what happens when credits run out, and where to get a free key with 1,000 credits a month and no card.
Inferred read-onlycheck_balanceHow many credits are left on your HonestHook API key: the free monthly allowance, the purchased balance, when the allowance renews, and what this cycle spent, broken down by endpoint.
Inferred read-onlyfetch_profileRead one public profile and get the numbers back: follower count, following count, posts count, bio, verified flag and avatar.
Inferred read-onlyfetch_postsRead the recent posts of one public profile: the text, likes, replies, reposts, quotes, the post URL and when it was published.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.honesthook]
url = "https://honesthook.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"honesthook": {
"type": "http",
"url": "https://honesthook.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: honesthook
Remote MCP URL: https://honesthook.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"honesthook": {
"url": "https://honesthook.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"honesthook": {
"type": "http",
"url": "https://honesthook.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "honesthook",
"transport": "streamable-http",
"url": "https://honesthook.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.