tinder-mcp-server

tinder-mcp-server

3.4

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

A Model Context Protocol (MCP) server for the Tinder API, implemented in TypeScript.

The Tinder API MCP Server is a robust and modular server designed to provide a standardized interface for interacting with the Tinder API. It simplifies the process of building applications that integrate with Tinder by managing authentication, request processing, rate limiting, caching, and error handling. The server supports both SMS and Facebook authentication methods, ensuring secure and efficient user authentication. It also includes a comprehensive request handling system that validates, transforms, and forwards API requests, while the response processing component ensures that API responses are parsed, validated, and transformed appropriately. Additionally, the server implements rate limiting to protect against API rate limits and includes a caching mechanism to enhance performance by storing API responses. With a focus on security, the server ensures secure token storage and uses HTTPS for all communications.

Features

  • Authentication Management: Support for SMS and Facebook authentication methods
  • Request Handling: Validation, transformation, and forwarding of API requests
  • Response Processing: Parsing, validation, and transformation of API responses
  • Rate Limiting: Protection against API rate limits
  • Caching: Efficient caching of API responses

Tools

  1. authenticate_sms

    Authenticate user with SMS

  2. authenticate_facebook

    Authenticate user with Facebook

  3. verify_captcha

    Verify CAPTCHA response

  4. like_user

    Like a user profile

  5. super_like_user

    Super like a user profile

  6. pass_user

    Pass on a user profile

  7. boost_profile

    Boost user profile visibility

  8. get_user_profile

    Get user profile information

  9. get_recommendations

    Get potential matches

  10. clear_cache

    Clear cache

  11. get_rate_limits

    Get rate limit information