Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.02 KB

File metadata and controls

28 lines (23 loc) · 1.02 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.0 - 2025-01-30

Added

  • Initial release of rdap-mcp
  • Pure RDAP protocol support for domain lookups
  • Automatic registry detection for 50+ TLDs
  • Comprehensive domain information including:
    • Registration and expiration dates
    • Domain status codes
    • Nameservers
    • Contact information (registrar, admin, technical)
    • DNSSEC information
  • Model Context Protocol (MCP) integration via stdio transport
  • rdap_lookup tool with optional raw data output
  • Lightweight package with minimal dependencies
  • Built-in support for gTLDs and ccTLDs
  • Fallback to IANA bootstrap service for unknown TLDs
  • GitHub Actions workflow for automated publishing
  • Comprehensive documentation and usage examples