← WebMCP Directory

Tool tree

didit.me

Developer Tools
https://didit.me/
Infrastructure for identity and fraud. One API. 25+ modules. $0.33 per full KYC. $0.15 wallet screening. 500 free every month.
Explore capabilities

Tools verified

page: Every page

ui_navigateAction

Navigate the app to one of its known destinations, or to any same-origin path. No destinations are declared yet.

View tool JSON
{
  "name": "ui_navigate",
  "kind": "act",
  "impl": "imperative",
  "description": "Navigate the app to one of its known destinations, or to any same-origin path. No destinations are declared yet.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "target": {
        "type": "string",
        "enum": [],
        "description": "A known destination. Prefer this over a free href."
      },
      "href": {
        "type": "string",
        "description": "Same-origin path, for destinations that are not in the list."
      }
    }
  },
  "page": "/"
}
ui_open_demo_formAction

Take the visitor to the Get a demo form and fill in what they already told you (name, work email, company, what they need). Use it for any demo, sales-call, quote or partnership request instead of only pasting the link. Never invent a field; it never submits — the visitor picks the rest and sends the form.

View tool JSON
{
  "name": "ui_open_demo_form",
  "kind": "act",
  "impl": "imperative",
  "description": "Take the visitor to the Get a demo form and fill in what they already told you (name, work email, company, what they need). Use it for any demo, sales-call, quote or partnership request instead of only pasting the link. Never invent a field; it never submits — the visitor picks the rest and sends the form.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "full_name": {
        "type": "string"
      },
      "email": {
        "type": "string",
        "description": "Work email, only if the visitor gave one."
      },
      "company": {
        "type": "string"
      },
      "message": {
        "type": "string",
        "description": "What they need, in their words."
      }
    }
  },
  "page": "/"
}