← honesthook.com

INDIVIDUAL MCP TOOL

pricing

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

honesthook.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://honesthook.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for pricing and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

honesthook.com

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.

Related tools

  • 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.
  • 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.
  • archive_coverage — How much trend history HonestHook already holds, by niche — AI agents, developer tools, indie SaaS — with the most recent hourly window captured.
  • 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.
  • 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.
  • fetch_profile — Read one public profile and get the numbers back: follower count, following count, posts count, bio, verified flag and avatar.
  • fetch_posts — Read the recent posts of one public profile: the text, likes, replies, reposts, quotes, the post URL and when it was published.