Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions schemas/services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -812,6 +812,37 @@ export const services: ServiceDef[] = [
],
},

// ── Doma ────────────────────────────────────────────────────────────────
{
id: "doma",
name: "Doma",
url: "https://doma.xyz",
serviceUrl: "https://mpp.doma.xyz",
description:
"Domain registration on the Doma blockchain. Instantly register .com, .xyz, .ai, .io, and .net domains.",
categories: ["web", "blockchain"],
integration: "first-party",
tags: ["domains", "dns"],
status: "active",
docs: {
homepage: "https://docs.doma.xyz",
llmsTxt: "https://mpp.doma.xyz/SKILL.md",
},
provider: { name: "Doma", url: "https://doma.xyz" },
realm: "mpp.doma.xyz",
intent: "charge",
payment: TEMPO_PAYMENT,
endpoints: [
{
route: "POST /register",
desc: "Register a domain — price varies by TLD and domain name",
dynamic: true,
amountHint: "Varies by TLD",
unitType: "request",
},
],
},

// ── Dune ────────────────────────────────────────────────────────────────
{
id: "dune",
Expand Down
Loading