{"name":"com.dnsmint/mcp","slug":"dnsmint-mcp","title":"DNSMint","description":"Mint a secure HTTPS endpoint for your agents. Each on its own dedicated domain.","url":"https://mcp.market/server/dnsmint-mcp","rating":null,"grade":"A","score":92,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":28,"stars":0,"forks":0,"downloads_week":35,"last_push_at":"2026-09-12T03:37:02.000Z","license":"MIT"},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-20T20:15:35.389Z","last_ok_at":"2026-09-20T20:15:35.389Z","latency_ms":767},"claimed":false,"transport":"mixed","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":null,"version":"1.0.1","remotes":[{"type":"streamable-http","url":"https://dnsmint.com/mcp"}],"packages":[{"registryType":"npm","identifier":"dnsmint-mcp-server","version":"0.1.2","transport":{"type":"stdio"},"environmentVariables":[{"description":"A DNSMint API key. Create one at https://dnsmint.com/app/settings.","isRequired":true,"isSecret":true,"name":"DNSMINT_API_KEY"},{"description":"Set to true to expose release_hostname. Releasing is permanent and the name is never issued again, so it is off by default.","name":"DNSMINT_ALLOW_RELEASE"}]}],"tools":[{"name":"diagnose_hostname","description":"Why a hostname is or is not working: what the nameservers answer, what public resolvers see, and whether a certificate has been issued. Use this before assuming something is broken; a name minted moments ago may simply not have propagated.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"The hostname's id, from list_hostnames."}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_hostname","description":"One hostname's status and certificate mode. Does not say where it points: DNS is the authoritative answer for that, so use diagnose_hostname or resolve the name.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"The hostname's id, from list_hostnames."}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_plan","description":"What this account's plan allows and how much of it is used: hostnames, dedicated domains, and whether a plan is active at all. Also says whether a checkout is outstanding, which is how you find out a payment link you were given has not been completed yet.\n\nCall this after handing someone a checkout URL, instead of retrying a mint to see if it worked. It costs nothing and changes nothing.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_hostnames","description":"Every hostname this credential can see, with how many are active and the plan's cap. Check the cap before minting: a hostname is the unit the plan counts.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"mint_hostname","description":"Register an address and get back a stable hostname that survives the address changing. This is the tool to use when a machine or agent needs a name.\n\nThe address class is fixed for the life of the name: mint with a public address and it stays public, mint with a private one and it stays private. Crossing later is refused, so pass the address the machine will actually serve on. A target fixes the class the same way, from whatever it resolves to.\n\nA hostname is one label above a domain. Names below a hostname are not hostnames and cannot be minted.\n\nNewly minted names report status 'pending' and go 'live' within about a minute.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ip":{"description":"IPv4 or IPv6, public or private.","type":"string"},"target":{"description":"A platform endpoint to mint on instead of an address, when the platform gave you a URL and no IP. Send either ip or target, not both.","type":"string"},"subdomain":{"description":"The label to use. Omitted, DNSMint picks an opaque one.","type":"string"},"domain":{"description":"Which of the account's domains to mint on. Omitted, DNSMint picks when the account holds one.","type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"release_hostname","description":"PERMANENTLY give up a hostname. Read this before calling it.\n\nA released hostname is tombstoned and is never issued again, to anyone, including this account. There is no undo and it cannot be re-minted. This is not like deleting a DNS record.\n\nOnly call this when the name is genuinely finished with and a human has asked for it. If the goal is to stop serving, repoint it or stop the machine instead.\n\nPass the hostname in `confirm` exactly as it appears, so a name cannot be released by guessing an id.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"The hostname's id, from list_hostnames."},"confirm":{"type":"string","description":"The full hostname, exactly. Must match the name behind that id."}},"required":["id","confirm"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"repoint_hostname","description":"Point an existing hostname at a new address. This is what makes the name worth having: the machine moves, the name does not, and everything holding the URL keeps working.\n\nRepointing within an address class is free, including between IPv4 and IPv6. Crossing between public and private is refused, because one name resolving public then private is how DNS rebinding works.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"The hostname's id, from list_hostnames."},"ip":{"description":"The new address.","type":"string"},"target":{"description":"A platform endpoint to follow instead of a fixed address, when the platform gave you a URL and no IP. Send either ip or target, not both.","type":"string"}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"start_checkout","description":"Get a payment link the account owner opens to raise this account's limits. Call this when minting fails because the account is at its hostname cap or has no plan.\n\nThis charges nothing and buys nothing. It returns a URL, and the purchase only happens if a person opens it and enters card details. Give the URL to the human you are working with and say what it costs; do not try to complete it yourself, and do not call this repeatedly hoping the limit lifts. Nothing changes until somebody pays.\n\nOnly for an account with no plan yet. If one already exists you get the billing page back instead, because changing a running plan charges a card on file and is a person's decision.\n\nBoth numbers default to what the account already holds, so asking for hostnames alone keeps the domains. A plan smaller than what is in use is refused.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"hostnames":{"description":"Hostnames the plan should include. Ask for the cap you need, not the extra.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"domains":{"description":"Dedicated domains the plan should include. Leave unset to keep the current count.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":92,"grade":"A","scanned_at":"2026-09-19T20:08:30.837Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T20:08:30.778Z","components":{"code":{"score":25,"max":25,"notes":["3 source files scanned"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 932ms"]},"poisoning":{"score":15,"max":15,"notes":["8 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":15,"max":15,"notes":["last push 8 days ago"]},"identity":{"score":7,"max":10,"notes":["registry namespace matches repository owner"]}},"findings":[],"inputs":{"probes":[{"url":"https://dnsmint.com/mcp","reachable":true,"authRequired":false,"latencyMs":932,"serverInfo":{"name":"dnsmint","version":"1.0.0"}}],"packages":[{"registryType":"npm","identifier":"dnsmint-mcp-server","version":"0.1.2","found":true,"license":"MIT","hasInstallScripts":false,"dependencyCount":2,"publishedAt":"2026-09-08T04:52:26.494Z","repositoryUrl":"git+https://github.com/dnsmint/dnsmint-mcp-server.git","weeklyDownloads":35}],"repo":{"found":true,"owner":"dnsmint","repo":"dnsmint-mcp-server","archived":false,"pushedAt":"2026-09-12T03:37:02Z","stars":0,"forks":0,"openIssues":0,"ownerType":"Organization","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/325657137?v=4","ownerCreatedAt":"2026-09-06T13:47:33Z","license":"MIT"},"icon":{"url":"https://dnsmint.com/apple-touch-icon.png","source":"registry","width":180,"height":180},"presence":{"stars":0,"forks":0,"downloadsWeek":35,"license":"MIT","lastPushAt":"2026-09-12T03:37:02.000Z","score":28}}}},"grade_history":[],"reviews":[]}