Skip to content
Back to Amalgix

Card snapshot

amalgix.io · 2026-05-29 16:12:44 UTC · 6ef14474d446cb83f6df62f858b53b8dc2318d0feed1a274185db8ae328b0833

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.

{
  "name": "Amalgix",
  "description": "Evidence-backed financial filing and contract intelligence for AI agents. Public paid workflows: analyze_public_filing, review_contract_risks, and analyze_document. Pay-per-call via x402 USDC with dynamic pricing from $0.03 to a $79 ceiling, scaling with document size and request complexity.",
  "url": "https://amalgix.io/mcp",
  "version": "1.0.0",
  "provider": {
    "organization": "Amalgix",
    "url": "https://amalgix.io"
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      "x402",
      "wallet_session",
      "api_key"
    ],
    "description": "Paid execution uses x402 USDC. Wallet sessions and API keys identify dashboard/API usage and do not represent prepaid credits."
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/event-stream"
  ],
  "skills": [
    {
      "id": "analyze_public_filing",
      "name": "Financial Filing Intelligence",
      "description": "Analyze public SEC filings by content, filingUrl, ticker, or CIK. Returns metrics, risk changes, contradictions, management tone, missing information, source evidence, confidence, and a not-investment-advice flag.",
      "tags": [
        "ai",
        "finance",
        "financial-filings",
        "sec",
        "10-k",
        "10-q",
        "20-f",
        "metrics",
        "risk-factors",
        "source-grounding"
      ],
      "examples": [
        "Analyze AAPL 10-K for revenue, risk changes, contradictions, and evidence"
      ]
    },
    {
      "id": "review_contract_risks",
      "name": "Contract Risk Intelligence",
      "description": "Review contracts, MSAs, NDAs, procurement agreements, and compliance documents. Returns risk clauses, obligations, deadlines, liability exposure, missing terms, unusual clauses, evidence, and human-review flags. Not legal advice.",
      "tags": [
        "ai",
        "contracts",
        "legal-tech",
        "risk-review",
        "clauses",
        "obligations",
        "deadlines",
        "liability",
        "source-grounding"
      ],
      "examples": [
        "Review this vendor agreement from the buyer perspective"
      ]
    },
    {
      "id": "analyze_document",
      "name": "Document Analysis",
      "description": "General Crucible\u2122 evidence analysis. Returns source-grounded findings with claim, evidence, sourceRef, confidence, and verificationStatus.",
      "tags": [
        "ai",
        "document-intelligence",
        "analysis",
        "evidence",
        "verification",
        "source-grounding",
        "confidence-scoring"
      ],
      "examples": [
        "Analyze this report for key evidence-backed findings"
      ]
    },
    {
      "id": "extract_web",
      "name": "Web Content Extraction",
      "description": "Fetch and analyze static or server-rendered public web pages.",
      "tags": [
        "web",
        "extraction",
        "scraping",
        "content-extraction"
      ],
      "examples": [
        "Extract the main content from this URL"
      ]
    },
    {
      "id": "summarize",
      "name": "Fast Summarization",
      "description": "Single-pass summarization with key points extraction. Faster and cheaper than full analysis.",
      "tags": [
        "ai",
        "summarization",
        "nlp",
        "executive-summary",
        "key-points"
      ],
      "examples": [
        "Summarize this document in 3 bullet points"
      ]
    },
    {
      "id": "delegate_bulk_translate",
      "name": "Bulk JSON Translation",
      "description": "Translate all string values in JSON while preserving structure and keys. Ideal for i18n locale files.",
      "tags": [
        "translation",
        "i18n",
        "localization",
        "multilingual",
        "json-translation",
        "CJK"
      ],
      "examples": [
        "Translate this JSON locale file to Spanish"
      ]
    },
    {
      "id": "estimate_cost",
      "name": "Cost Estimation (Free)",
      "description": "Preview the x402 USDC cost for any tool before paying. No charge.",
      "tags": [
        "utility",
        "pricing",
        "free"
      ]
    },
    {
      "id": "health_check",
      "name": "Health Check (Free)",
      "description": "Verify service health and engine availability. No charge.",
      "tags": [
        "utility",
        "monitoring",
        "free"
      ]
    }
  ]
}