Skip to content
Back to Momentic Agent

Card snapshot

momenticmarketing.com · 2026-07-30 06:23:21 UTC · cd10432ce7b89264444522686df4fb2afeea9e5dfed6c83f70e0188da161627a

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "protocolVersion": "0.3.0",
  "name": "Momentic Agent",
  "description": "Answers questions about Momentic and about SEO, GEO, AEO, and AI search. Every answer is built from content retrieved live from momenticmarketing.com and cites the pages it used. Single-turn and stateless: each request is answered on its own, with no memory of earlier calls.",
  "supportedInterfaces": [
    {
      "url": "https://momenticmarketing.com/a2a",
      "protocolBinding": "JSONRPC",
      "transport": "JSONRPC",
      "protocolVersion": "0.3"
    }
  ],
  "url": "https://momenticmarketing.com/a2a",
  "preferredTransport": "JSONRPC",
  "version": "1.0.0",
  "documentationUrl": "https://momenticmarketing.com/llms.txt",
  "provider": {
    "organization": "Momentic",
    "url": "https://momenticmarketing.com"
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "momentic-company-qa",
      "name": "Questions about Momentic",
      "description": "Answers questions about Momentic's services, capabilities, how engagements run, the team, and published client work, grounded in momenticmarketing.com pages and the company overview at /llms.txt.",
      "tags": [
        "momentic",
        "agency",
        "services",
        "capabilities"
      ],
      "examples": [
        "What services does Momentic offer?",
        "How does a Momentic engagement start?",
        "Who founded Momentic and where are they based?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    },
    {
      "id": "ai-search-qa",
      "name": "SEO, GEO, and AEO questions",
      "description": "Answers questions about AI search visibility, generative engine optimization, answer engine optimization, technical SEO, and agent experience optimization, using Momentic's published writing and capability pages. Returns the source URLs so the caller can read the original.",
      "tags": [
        "seo",
        "geo",
        "aeo",
        "axo",
        "ai-search"
      ],
      "examples": [
        "What is the difference between GEO and AEO?",
        "How does Momentic think about AI search visibility?",
        "What does agent experience optimization mean?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    }
  ]
}