← Registry

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.

1 endpoint8 known toolsFirst detected September 25, 2026Last detected September 25, 2026

ENDPOINT 1

https://honesthook.com/api/mcp

No auth detected

MCP server metadata

Name
honesthook
Version
1.0.0
Capabilities
tools

Known tools 8

list_platforms

List 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 effects
list_endpoints

List every HonestHook API endpoint: public profiles (followers, following, posts count, bio, verified), recent posts, the historical trend archive, and per-profile history.

Inferred read-only
pricing

What each HonestHook call costs in credits, and which calls are free when they find nothing.

Inferred read-only
archive_coverage

How much trend history HonestHook already holds, by niche — AI agents, developer tools, indie SaaS — with the most recent hourly window captured.

Inferred read-only
get_docs

How 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-only
check_balance

How 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-only
fetch_profile

Read one public profile and get the numbers back: follower count, following count, posts count, bio, verified flag and avatar.

Inferred read-only
fetch_posts

Read the recent posts of one public profile: the text, likes, replies, reposts, quotes, the post URL and when it was published.

Potential side effects

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.