Skip to main content
Glama
subzeroid

hikerapi-mcp

by subzeroid

Related Servers

Alternatives to hikerapi-mcp

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      MCP server for DataLikers — 29 hand-built tools for Instagram & TikTok data: user search by demographics (gender/age/race/country), profiles, engagement, hashtags, locations, business accounts, top-users. Local stdio via npx -y datalikers-mcp, requires only DATALIKERS_KEY.
      16
      8
      MIT
    • A
      license
      C
      quality
      D
      maintenance
      MCP server for LamaTok TikTok data API — auto-generates 20+ tools from the live OpenAPI spec (users, videos, hashtags, music, comments). Local stdio via npx -y lamatok-mcp, requires only LAMATOK_KEY.
      19
      23
      1
      MIT
    • A
      license
      A
      quality
      B
      maintenance
      16 Instagram creator tools as an MCP server — Reels/Story/carousel downloaders, engagement audit, hashtag search, Reels hook generator, best-time-to-post and content calendar. Wraps instapdown.com public API — no auth required.
      16
      66
      1
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      MCP server for downloading Instagram content (videos, reels, audio, carousels) using yt-dlp, with tools for downloading media and fetching metadata. Supports stdio and HTTP transports.
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      A production-ready Remote MCP Server that gives Claude direct, tool-based access to your Instagram Business account through the Meta Graph API — profile data, posts, comments, publishing, insights, analytics, hashtags, messaging, and real-time webhooks.
      26
      MIT
    • A
      license
      Not graded
      quality
      D
      maintenance
      An MCP server that wraps instagrapi to read, engage, and send DMs from a personal Instagram account, supporting 24 tools for auth, profile, engagement, and messages.
      MIT

    TDQS

    C2.1/5.0

    Scored across 106 tools

    Disambiguation1/5

    Multiple tools are nearly indistinguishable: get_v1_fbsearch_topsearch, get_v2_fbsearch_topsearch, and get_gql_topsearch all 'search top content by keyword', and media objects are exposed via by_code/by_id/by_url in v1/v2 with and without 'info'. Descriptions rarely explain which version variant to prefer, so an agent would frequently select the wrong endpoint.

    Naming Consistency3/5

    All names are lowercase snake_case and start with get_, and most follow get_<version>_<resource>_by_<key>. However, version prefixes are inconsistent (v1/v2/v3/gql/g2/a2) and suffixes like info, chunk, stream, and userstream are not applied uniformly, making the pattern readable but not predictable.

    Tool Count1/5

    106 tools is an extreme count for an MCP server, especially since many are version duplicates of the same underlying endpoint family. This vastly exceeds the 50+ threshold and will overwhelm agents during tool selection.

    Completeness4/5

    For a read-only Instagram data retrieval API, the surface is broad: users, media, stories, highlights, hashtags, locations, music, comments, likers, follower/following lists, and search are all covered. The main gap is the lack of direct media file downloads outside stories and the absence of any write/action endpoints, but those may be out of scope.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues