hikerapi-mcp
Related Servers
Alternatives to hikerapi-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceMCP 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.168MIT
- AlicenseCqualityDmaintenanceMCP 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.19231MIT
- AlicenseAqualityBmaintenance16 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.16661MIT
- AlicenseNot gradedqualityBmaintenanceMCP 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
- AlicenseNot gradedqualityCmaintenanceA 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.26MIT
- AlicenseNot gradedqualityDmaintenanceAn 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
Scored across 106 tools
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.
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.
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.
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.