manage_favoriteAfanfou-mcpAdd or remove a post from your favorites on Fanfou. Specify the post ID and the action ('create' or 'destroy') to manage the favorite status.MIT
manage_friendshipAfanfou-mcpFollow or unfollow a Fanfou user by user ID. Automatically sends a follow request if the target account is protected.MIT
get_home_timelineAfanfou-mcpRetrieve your home timeline from Fanfou, showing recent messages from followed users. Supports pagination with count and max_id parameters.MIT
generate_oauth_tokenAfanfou-mcpGenerate an OAuth token by using your fanfou credentials via x_auth for password-free login. Save the token to environment variables for later use.MIT
publish_photoAfanfou-mcpPost text and a photo to Fanfou. Provide the status message and photo URL; optional confirmation prevents accidental posting.MIT
get_user_infoAfanfou-mcpRetrieve detailed user information from Fanfou, including profile, follower counts, and latest status, by user ID or for the current user.MIT
get_public_timelineAfanfou-mcpGet public timeline from Fanfou, supporting keyword search and pagination to access older posts.MIT
get_status_infoAfanfou-mcpRetrieve comprehensive details of a Fanfou status using its ID. Get text, user, time, location, images, and reply information.MIT
get_user_timelineAfanfou-mcpRetrieve posts from a Fanfou user's timeline. Supports pagination and keyword search.MIT
delete_statusAfanfou-mcpDelete a Fanfou status by its ID. Only your own posts can be deleted, with a confirmation step to prevent mistakes.MIT
publish_statusAfanfou-mcpPublish a text update to Fanfou. Provide the content up to 140 characters and optionally confirm to avoid accidental posts.MIT