namegender-mcp
Related Servers
Alternatives to namegender-mcp
- AlicenseNot gradedqualityCmaintenancePredicts nationality from a first name using the nationalize.io API. Requires no authentication.1 npmMIT
- AlicenseNot gradedqualityCmaintenanceEnables gender prediction from a first name using genderize.io data, optionally for a specific country, returning gender, probability, and sample size.1 npmMIT
Related Servers
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to verify email addresses through a multi-signal probabilistic pipeline, returning confidence scores and honest statuses (safe/risky/invalid/unknown) with evidence.Apache 2.0
- AlicenseCqualityDmaintenanceProvides enhanced access to the randomuser.me API with advanced features like custom formatting, password generation, and weighted nationality distribution.2MIT
- AlicenseNot gradedqualityCmaintenanceWraps the randomuser.me API to generate random user profiles with names, contact info, and demographics, optionally filtered by gender and count.2 npmMIT
- AlicenseCqualityDmaintenanceEnables checking email addresses through the Email Social Media Checker API to verify and validate email information.1MIT
- AlicenseNot gradedqualityCmaintenanceFind professional email addresses from name + company domain. Tests 15+ patterns against MX records with confidence scoring, with pay-per-call via x402.MIT
- FlicenseNot gradedqualityCmaintenanceProvides email verification as a tool, performing syntax validation, domain verification, and disposable-domain risk detection.-
TDQS
Scored across 6 tools
Each tool targets a distinct input source or function: name, email, username, bulk processing, country lookup, and account status. No overlap in purpose, and the bulk tool is clearly differentiated as a batch alternative.
The gender_* tools share a consistent prefix and verb_from_source pattern (gender_from_name, gender_from_email, gender_from_username, gender_bulk). name_countries and account_status deviate from the verb_noun pattern but still use snake_case and are descriptive, so the naming is mostly consistent with minor exceptions.
Six tools is well-scoped for a gender prediction service: three single-input methods, a bulk method, a supplementary lookup, and a status/meta tool. Each tool serves a clear purpose without redundancy.
The surface covers all core operations: single prediction for name/email/username, bulk resolution, country information, and account status. There are no obvious missing operations for the domain, and the bulk tool addresses efficiency needs.