V

v-sum.com

A growing library of technical briefings, live demos and events for people building fintech — wallet infrastructure, stablecoin payments, x402 and agentic commerce. WebMCP tools let an agent fetch the site's llms.txt summary and API catalog and navigate to its demos, interviews and events.

3action
https://v-sum.com/

live · AI Agents & Fintech · JSON · API for agents

Tools 3 tools

open_llms_txtaction

Fetch V-Sum llms.txt (structured site summary for language models).

View tool JSON
{
  "name": "open_llms_txt",
  "kind": "action",
  "impl": "imperative",
  "description": "Fetch V-Sum llms.txt (structured site summary for language models).",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/"
}
open_api_catalogaction

Fetch the RFC 9727 API catalog (application/linkset+json).

View tool JSON
{
  "name": "open_api_catalog",
  "kind": "action",
  "impl": "imperative",
  "description": "Fetch the RFC 9727 API catalog (application/linkset+json).",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/"
}
navigate_to_pathaction

Navigate the active tab to a same-origin path on v-sum.com (e.g. /demos, /interviews, /events, /apply, /nominate).

View tool JSON
{
  "name": "navigate_to_path",
  "kind": "action",
  "impl": "imperative",
  "description": "Navigate the active tab to a same-origin path on v-sum.com (e.g. /demos, /interviews, /events, /apply, /nominate).",
  "inputSchema": {
    "type": "object",
    "properties": {
      "path": {
        "type": "string",
        "description": "Path starting with / (same origin only)."
      }
    },
    "required": [
      "path"
    ],
    "additionalProperties": false
  },
  "page": "/"
}