CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Amalgix

amalgix-io/amalgix
HTTPregistry active
Summary

Pulls evidence-backed findings from financial filings and contracts using a two-stage pipeline: one model extracts claims with source references, a second model verifies them against the original text. You get structured output with confidence scores and verification status for every finding. Handles SEC 10-K/10-Q analysis by ticker or CIK, contract risk review for clauses and obligations, and general document analysis. Runs on x402 pay-per-call over streamable HTTP, settling in USDC on Base or Solana. Cost runs 60-75% below running two passes of Opus or GPT yourself because it routes to cheaper models at each stage. Eight tools total, including free cost estimation before you commit to a paid analysis run.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Amalgix Logo

Amalgix

Cross-Model Evidence Pipeline for Financial Filings & Contracts
MCP + REST · x402 Pay-Per-Call · Up to 3.8x cheaper than calling frontier models directly

Website | OpenAPI Spec | Smithery | x402scan | X (Twitter)

MCP x402 Chains Tools Evidence backed


Why Amalgix?

AI agents that need evidence-backed facts from financial filings and contracts face a problem: calling frontier models like Opus 4.8 or GPT-5.5 is expensive, and a single call doesn't produce verified evidence — you need at least two passes (extract + verify) to get source-grounded output.

Amalgix solves this with a cross-model evidence pipeline:

  1. Model A extracts — A specialized extraction model pulls structured findings from your document. Each claim is tied to a verbatim quote, confidence score, and source reference.
  2. Model B verifies — A different model cross-checks every finding against the original source. Contradictions are flagged; unsupported claims are marked for review — not presented as facts.
  3. You pay less — Because each stage uses the optimal model for the job (not the most expensive one), the total pipeline cost is significantly lower than running frontier models yourself.

Cost Comparison (1MB Document)

ProviderPipeline Costvs Amalgix
Amalgix$0.82—
Opus 4.8 (2-pass)$2.883.5x more
GPT-5.5 (2-pass)$3.123.8x more

Competitor costs represent what it takes to replicate Amalgix's extract → verify output using those models directly (2-pass, ~15% + ~10% output ratio).

What is Amalgix?

A crypto-native, MCP + REST intelligence API for AI agents. The proprietary Crucible™ Evidence Engine orchestrates the cross-model pipeline:

  • Source-grounded claims — each material finding includes claim, evidence, sourceRef, confidence, and verificationStatus
  • Cross-model verification — extraction and verification use different models, catching errors that single-model approaches miss
  • Financial Filing Intelligence — SEC 10-K, 10-Q, and 20-F analysis by content, filing URL, ticker, or CIK
  • Contract Risk Intelligence — clauses, obligations, deadlines, liability, missing terms, and evidence
  • x402 payments — paid calls settle in USDC on Base or Solana. No API keys required, no subscriptions
  • Wallet dashboard — EVM wallet login for request history and API key management

Crucible is designed for evidence triage and agent workflows. It does not claim perfect accuracy, legal advice, or investment advice; responses expose confidence and verification metadata so downstream systems can inspect the basis for each finding.

Quick Start

MCP

Add Amalgix to any Streamable HTTP MCP-compatible client:

{
  "mcpServers": {
    "amalgix": {
      "url": "https://amalgix.io/mcp",
      "transport": "streamable-http"
    }
  }
}

REST

curl -X GET https://amalgix.io/api/v1/health

Paid endpoints require x402 payment headers. Use estimate_cost first to preview pricing before any paid call.

Tools

ToolDescriptionPricing
analyze_public_filingFinancial Filing Intelligence for public SEC filings. Accepts content, filingUrl, ticker, or CIK for 10-K, 10-Q, and 20-F workflows.$0.03-$79.00
review_contract_risksContract Risk Intelligence for clauses, obligations, liability exposure, missing clauses, unusual terms, evidence, and human-review flags. Not legal advice.$0.03-$79.00
analyze_documentGeneral evidence analysis with source-grounded findings, confidence, and verification status.$0.03-$79.00
extract_webStatic/server-rendered public web content extraction with optional analysis.From $0.01
summarizeFast single-pass summarization with key points.From $0.01
delegate_bulk_translateTranslate JSON string values while preserving object structure.From $0.01
estimate_costFree pre-flight cost preview for paid tools or workflows.Free
health_checkFree service health and engine availability check.Free

REST Endpoints

EndpointMethodPurpose
/api/v1/filings/analyzePOSTFinancial Filing Intelligence
/api/v1/contracts/reviewPOSTContract Risk Intelligence
/api/v1/analyzePOSTGeneral Crucible™ evidence analysis
/api/v1/costPOSTCost estimation, free
/api/v1/healthGETHealth check, free
/api/v1/auth/evm/noncePOSTCreate wallet-login challenge, free
/api/v1/auth/evm/verifyPOSTVerify wallet signature, free
/api/v1/api-keysGET/POSTList or create API keys after wallet login, free
/api/v1/jobsGETRecent analysis jobs after wallet login, free
/api/v1/requestsGETRecent request logs after wallet login, free
/api/v1/paymentsGETRecent x402 payment events after wallet login, free

Legacy REST tools (/api/v1/extract, /api/v1/summarize, /api/v1/translate) are available as operator opt-in via AMALGIX_ENABLE_LEGACY_REST_TOOLS=true. They remain accessible through MCP by default.

Crucible™ Output Contract

Crucible normalizes evidence into a stable shape for agents:

{
  "analysis": {
    "summary": "...",
    "evidenceFindings": [
      {
        "claim": "...",
        "evidence": "...",
        "sourceRef": "document:line:12",
        "confidence": "high",
        "verificationStatus": "supported"
      }
    ],
    "overallConfidence": "high"
  },
  "meta": {
    "engine": "Crucible™ Evidence Engine",
    "analysisType": "general_evidence",
    "routingTier": "large_context",
    "estimatedCost": 0.03
  }
}

Analysis modes:

  • general_evidence
  • financial_filing
  • contract_review

Pricing

Dynamic pricing based on document size. Amalgix's cross-model pipeline delivers equivalent evidence quality at a fraction of single-model cost:

File SizeAmalgixOpus 4.8 (2-pass)GPT-5.5 (2-pass)Savings
256KB$0.30$0.76$0.8259-62%
1MB$0.82$2.88$3.1272-74%
5MB$7.36$12.12$13.1439-44%
20MB$29.42$46.52$50.5037-42%

Use the free estimate_cost tool for a request-specific quote.

Payment

Amalgix uses the x402 protocol for pay-per-call settlement:

  • Currency: USDC
  • Chains: Base (EVM) or Solana (SVM)
  • Scheme: exact
  • Authentication: x402 for paid execution; optional wallet/API key identity for dashboard and REST attribution

Security & Privacy

  • Contract raw text is not persisted by default; Amalgix stores hashes, metadata, job status, and optional results only when configured.
  • Public financial filing metadata may be cached because filings are public.
  • Connections use TLS.
  • Paid analysis content is sent to third-party LLM providers for processing.
  • Do not submit passwords, private keys, SSNs, classified data, or other regulated PII.
  • Contract and filing outputs are evidence triage only, not legal or investment advice.

Links

  • Website: amalgix.io
  • API Docs: amalgix.io/#docs
  • OpenAPI: amalgix.io/openapi.json
  • MCP Registry: Smithery
  • x402 Listing: x402scan
  • Official X: @AmalgixHQ
  • Contact: contact@amalgix.io

License

All Rights Reserved (c) 2026 Amalgix. This repository contains documentation and configuration files only. The Amalgix engine source code is proprietary and not included.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Sales & MarketingAutomation & Workflows
Registryactive
TransportHTTP
UpdatedMay 30, 2026
View on GitHub

Related Sales & Marketing MCP Servers

View all →
Vibe Prospecting

explorium-ai/vibeprospecting-mcp

Power your chat with B2B data to create lead lists, research companies, personalize your outreach, and more.
22
Lead Enrichment API

io.github.compuute/lead-enrichment

Curated EU AI/Sec/DevTools/Fintech B2B leads, Claude-scored. MCP+x402. Free 250/mo.
Apollo Salesforce Mapper

dev.workers.selbyventurecap.cf-worker/apollo-salesforce-mapper

Apollo->Salesforce Lead mapper. No LLM. Strict-fail required fields. PASS/REPAIR/FAIL verdict.
Company Enrichment API

io.github.br0ski777/company-enrichment

Company firmographics from domain: name, socials, tech stack, emails, phone, address
Apollo

com.mcparmory/apollo

Search and enrich contact and company data from 210M+ people and 35M+ companies
25
Mcp Gtm Tech Stack Signal Scraper

mambalabsdev/mcp-gtm-tech-stack-signal-scraper

Detects a company CRM, sequencer, and marketing automation from its public website. Clay-ready.
1