Skip to main content
Glama
482,558 tools. Updated 2026-08-27 19:32

"kipris" matching MCP tools:

  • Converts natural language search intent into structured KIPRIS query syntax for patent searches, enabling users to find Korean intellectual property data using plain English descriptions.
  • Search Korean patents by specific fields like title, applicant, inventor, IPC code, or dates to find intellectual property information using the KIPRIS Plus API.
  • Decode a JWT to view its header and payload. Inspect claims such as expiry, subject, and issuer for debugging authentication issues.
    MIT
  • Check if a password has been exposed in data breaches using anonymized hash lookup. Use to validate new passwords or flag compromised credentials.
    MIT

Matching MCP Servers

  • F
    license
    A
    quality
    D
    maintenance
    Enables searching and retrieving South Korean intellectual property data via the KIPRIS Plus Open API. Users can perform patent searches, look up bibliographic information, and convert natural language into KIPRIS search queries.
    6
    2
  • Retrieve WHOIS registration data for a domain to check expiry, registrar, nameservers, and ownership details for domain due diligence.
    MIT
  • Summarize long documents into key points using extractive and abstractive methods. Ideal for articles, reports, and transcripts.
    MIT
  • Generate standards-compliant UUIDs (v1, v4, v7) for database keys, idempotency tokens, session identifiers, or correlation IDs.
    MIT
  • Validate an IBAN checksum and format for 80+ countries. Decode its components: country code, bank code, and account number.
    MIT
  • Inspect SSL/TLS certificates for a host to verify validity, check expiry, and review issuer, SANs, and cipher details.
    MIT
  • Capture a web page screenshot as a base64 PNG using a headless browser with JavaScript execution. Supports viewport settings and full page capture for visual regression, archiving, or preview generation.
    MIT
  • Extract article text and metadata from any web page, removing ads and clutter for clean reading or AI processing.
    MIT
  • Query the EU VIES system to confirm a VAT number is active and retrieve registered company name and address for B2B invoice validation and due diligence.
    MIT
  • Geolocate an IP address to get country, city, ISP, and detect VPN, Tor, or datacenter usage for fraud detection and access control.
    MIT
  • Analyze a website's HTTP headers, meta tags, and JavaScript fingerprints to detect its CMS, framework, CDN, analytics, and more for competitive research or sales prospecting.
    MIT
  • Translates text between languages with neural machine translation. Supports 100+ languages, auto-detects source language, and preserves paragraph structure.
    MIT
  • Classify text sentiment as positive, negative, or neutral with a compound score and confidence. Handles negation, sarcasm, and mixed emotions in reviews, social posts, and support tickets.
    MIT
  • Generate a QR code from any text or URL, returning a base64-encoded image. Supports PNG and SVG formats with customizable colors.
    MIT
  • Parse cron expressions to get next scheduled execution times and a plain-English description. Helps validate jobs, explain schedules, and debug scheduler configuration.
    MIT