tinder-mcp-server
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
authenticate_sms
Authenticate user with SMS
authenticate_facebook
Authenticate user with Facebook
verify_captcha
Verify CAPTCHA response
like_user
Like a user profile
super_like_user
Super like a user profile
pass_user
Pass on a user profile
boost_profile
Boost user profile visibility
get_user_profile
Get user profile information
get_recommendations
Get potential matches
clear_cache
Clear cache
get_rate_limits
Get rate limit information