tinder-mcp-node

mc422/tinder-mcp-node

3.2

If you are the rightful owner of tinder-mcp-node and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

A Model Context Protocol (MCP) server built with TypeScript that provides Tinder profile creation functionality for LLM models.

Tools

Functions exposed to the LLM to take actions

get_user_questions

Get complete question list for profile creation.

get_question_by_id

Get specific question by ID.

start_user_profile

Start new user profile session.

store_answer

Store user's answer to a question.

get_profile_data

Get current profile data and progress.

create_final_profile

Create final profile from collected answers.

cleanup_session

Clean up specific session.

cleanup_expired_sessions

Clean up all expired sessions.

get_session_stats

Get session statistics.

start_background_cleanup

Start background cleanup task.

stop_background_cleanup

Stop background cleanup task.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources