KickMCP
JSON →An MCP server for seamless integration with the Kick.com API.
Install
npm install -g kick-mcp Tools · 28
- kick_get_users Retrieve user information from Kick
- kick_introspect_token Introspect an OAuth token to check its validity and scopes
- kick_get_channels Retrieve channel information from Kick
- kick_get_livestreams Retrieve livestream information from Kick
- kick_get_livestream_stats Retrieve livestream statistics from Kick
- kick_get_categories Retrieve categories from Kick's public API
- kick_search_categories_legacy Search categories using deprecated endpoints for compatibility
- kick_get_category_detail Get detailed information about a specific category
- kick_get_channel_rewards Retrieve channel rewards from Kick
- kick_get_reward_redemptions Retrieve reward redemptions from Kick
- kick_list_event_subscriptions List event subscriptions for webhooks
- kick_get_drops_claims Retrieve Drops claims for organization-associated OAuth apps
- kick_verify_webhook_signature Verify the signature of a webhook payload
- kick_get_kicks_leaderboard Retrieve the KICKs leaderboard
- kick_get_public_key Retrieve Kick's public key for signature verification
- kick_revoke_token Revoke an OAuth token
- kick_update_channel Update channel metadata on Kick
- kick_send_chat_message Send a chat message to a Kick channel
- kick_delete_chat_message Delete a chat message from a Kick channel
- kick_create_channel_reward Create a new channel reward on Kick
- kick_update_channel_reward Update an existing channel reward on Kick
- kick_delete_channel_reward Delete a channel reward from Kick
- kick_accept_reward_redemptions Accept pending reward redemptions
- kick_reject_reward_redemptions Reject pending reward redemptions
- kick_create_event_subscriptions Create event subscriptions for webhooks
- kick_delete_event_subscriptions Delete event subscriptions for webhooks
- kick_ban_or_timeout_user Ban or timeout a user in a Kick channel
- kick_unban_user Unban a user in a Kick channel
Environment variables
KICK_CLIENT_IDKICK_CLIENT_SECRETMCP_AUTH_TOKEN
Links
★ 1 GitHub stars