Skip to main content
The Ayrshare MCP Server exposes 27 tools, grouped below by domain. Each tool is dispatched in-process through the real Ayrshare API chain.

Scope

Every tool is either Profile or Account scope:
  • Profile — the tool accepts a profileKey argument to target a sub-profile.
  • Account — the tool takes no profileKey; it operates at the account level.
The six tools that take no profileKey argument are: create_profile, list_profiles, explain_error, validate_media, generate_post, and recommend_hashtags. All other tools accept a profileKey; generate_jwt_social_linking_url requires one. Note: recommend_hashtags takes no profileKey argument but still reads the connection’s Profile-Key header to pick whose linked TikTok account it draws on, so its results are profile-specific. When both a per-call profileKey argument and a Profile-Key header are present, the argument wins. See Connect & Setup for the precedence rules.

Posts

History

Analytics

Comments

Messages / DMs

Profiles

Media

Generate

Webhooks

Errors

This catalog is verified against the live server’s tools/list. More tools are planned (e.g. Links tools). If in doubt, query tools/list for the authoritative set. The catalog is maintained by the MCP server team.