← WebMCP Directory

Tool tree

arkova.ai

Developer Tools
https://arkova.ai/
Issue Once, Verify Forever. Anchor a tamper-evident fingerprint of any document to a public network — the file never leaves your device, but a permanent, verifiable proof does.
Explore capabilities

Tools verified

page: Every page

navigate_toAction

Navigate this Arkova marketing site to a named page. Triggers a top-level navigation in the user's browser.

View tool JSON
{
  "name": "navigate_to",
  "kind": "act",
  "impl": "imperative",
  "description": "Navigate this Arkova marketing site to a named page. Triggers a top-level navigation in the user's browser.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "page": {
        "type": "string",
        "description": "Page name. One of: home, verify, newsletter, contact, privacy, terms",
        "enum": [
          "home",
          "verify",
          "newsletter",
          "contact",
          "privacy",
          "terms"
        ]
      }
    },
    "required": [
      "page"
    ],
    "additionalProperties": false
  },
  "page": "/"
}
get_arkova_summaryAnswer

Return the canonical Arkova llms.txt summary as plain text — a concise, machine-readable description of what Arkova does, the API surface, and key links.

View tool JSON
{
  "name": "get_arkova_summary",
  "kind": "answer",
  "impl": "imperative",
  "description": "Return the canonical Arkova llms.txt summary as plain text — a concise, machine-readable description of what Arkova does, the API surface, and key links.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/"
}
get_api_catalogAnswer

Return the Arkova API catalog (RFC 9727 linkset) describing the verification API and MCP server endpoints, including service-doc and status URLs.

View tool JSON
{
  "name": "get_api_catalog",
  "kind": "answer",
  "impl": "imperative",
  "description": "Return the Arkova API catalog (RFC 9727 linkset) describing the verification API and MCP server endpoints, including service-doc and status URLs.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/"
}