# Intelligence Aeternum MCP server

AI training dataset marketplace: 2M+ museum artworks with Golden Codex enrichment

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-codex-curator-intelligence-aeternum-mcp
- Repository: https://github.com/codex-curator/intelligence-aeternum-mcp
- Website: https://iaeternum.ai

## Install
- Endpoint: https://data-portal-172867820131.us-west1.run.app/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://data-portal-172867820131.us-west1.run.app/mcp
- Remote endpoint: https://fluora-mcp-172867820131.us-west1.run.app/mcp

## Tools
- search_alexandria - FREE — Search 2M+ museum artworks in the Alexandria Aeternum catalog.

Searches the Firestore manifest (primary) with Vertex AI fallback.
Returns artifact IDs, titles, artists, dates, and classification.
Use get_curated_metadata() for Human_Standard metadata + image (5 free/day).
Use get_oracle_metadata() for Hybrid_Premium VLM deep analysis + image.

Args:
    query: Free-text search (e.g., "impressionist landscape", "Rembrandt portrait").
    museum: Filter by museum: met, nga, chicago, cleveland, rijksmuseum, smithsonian, paris.
    limit: Max results (default 20, max 100). Endpoint: https://data-portal-172867820131.us-west1.run.app/mcp
- get_curated_metadata - FREE (5/day) — Get Human_Standard metadata + image for an artifact.

Returns 500-1,200 tokens of 100% human-sourced metadata PLUS a signed
image download URL. Every response is a package: metadata + image together.
Zero synthetic content. Sources: Museum API + Wikipedia + Wikidata + Getty ULAN.

After 5 free requests per day, requires $0.05 USDC via x402.

Args:
    artifact_id: The artifact ID (e.g., "met_10049", "nga_1234"). Endpoint: https://data-portal-172867820131.us-west1.run.app/mcp
- get_oracle_metadata - PAID — Get Hybrid_Premium metadata + image with VLM deep visual analysis.

Returns 2,000-6,000 tokens including everything in Human_Standard PLUS:
visual_analysis, emotional_and_thematic_journey, deep symbolism,
and archetypal analysis. Image download URL included in response.

Args:
    artifact_id: The artifact ID (e.g., "met_10049"). Endpoint: https://data-portal-172867820131.us-west1.run.app/mcp
- get_compliance_manifest - FREE — Get auto-generated regulatory compliance manifests for a dataset.

Returns AB 2013 (California) and/or EU AI Act Article 53 provenance manifests.
"Buy from us, get instant California + EU AI compliance."

Args:
    dataset_id: The dataset ID (e.g., "met-museum", "rijksmuseum").
    regulation: Which regulation: "ab2013", "eu_ai_act", or "all" (default). Endpoint: https://data-portal-172867820131.us-west1.run.app/mcp
- get_agent_guide - FREE — Get complete API workflow documentation for agents.

Returns the full agent guide with endpoints, pricing, custom fields schema,
volume discounts, and recommended workflow. Endpoint: https://data-portal-172867820131.us-west1.run.app/mcp
- search_datasets - FREE — Search the Alexandria Aeternum dataset catalog (7 museums, 1.6M+ images). Endpoint: https://data-portal-172867820131.us-west1.run.app/mcp
- preview_dataset - FREE (10/day) — Preview sample images from a dataset. Endpoint: https://data-portal-172867820131.us-west1.run.app/mcp
- get_pricing - FREE — Get pricing information for a dataset purchase.

Args:
    dataset_id: The dataset ID.
    quantity: Number of images to price. Endpoint: https://data-portal-172867820131.us-west1.run.app/mcp
- purchase_dataset - Initiate a dataset purchase (x402 or Stripe). Endpoint: https://data-portal-172867820131.us-west1.run.app/mcp
- list_enrichment_tiers - FREE — List available enrichment tiers for agent-submitted images.

NEW: Submit YOUR images via POST /agent/enrich with custom fields.
Your metadata is merged with Oracle analysis. Submitter values take priority. Endpoint: https://data-portal-172867820131.us-west1.run.app/mcp
- enrich_agent_image - Submit YOUR image for Golden Codex enrichment (Enrichment-as-a-Service).

Tiers:
  - oracle_only: Returns Golden Codex JSON (111-field Hybrid_Premium analysis)
  - oracle_plus_infuse: JSON + XMP-infused image + GCX hash registry
  - full_certified: JSON + infused + C2PA signed + hash registered

Custom fields are merged with Hybrid_Premium analysis. Submit as JSON string.
Your values take priority for factual fields (title, artist, copyright).

Args:
    image_url: Public URL of the image to enrich.
    tier: oracle_only, oracle_plus_infuse, or full_certified.
    callback_url: Optional webhook URL for completion notification.
    custom_fields: JSON string of custom metadata fields to merge. Endpoint: https://data-portal-172867820131.us-west1.run.app/mcp
- deliver_artifacts - Create an on-demand delivery order for specific manifest artifacts.

Artifacts are fetched from museum APIs, optimized, enriched (Nova + Atlas),
and bundled into a single downloadable archive. Supports up to 10,000
artifacts per order with automatic volume discounts.

Args:
    artifact_ids: Comma-separated artifact IDs (e.g., "met_436965,chicago_27992").
        Up to 10,000 per order.
    tier: Delivery tier: human_standard ($0.05) or hybrid_premium ($0.20).
    format: Output format: 'tar.gz' (default, best for ML pipelines),
        'zip' (best for humans), or 'urls' (legacy individual signed URLs). Endpoint: https://data-portal-172867820131.us-west1.run.app/mcp
- get_enrichment_status - Poll the status of a Golden Codex enrichment job.

Args:
    job_id: The job ID returned from the enrich endpoint. Endpoint: https://data-portal-172867820131.us-west1.run.app/mcp
- price-listing - Endpoint: https://fluora-mcp-172867820131.us-west1.run.app/mcp
- payment-methods - Endpoint: https://fluora-mcp-172867820131.us-west1.run.app/mcp
- make-purchase - Endpoint: https://fluora-mcp-172867820131.us-west1.run.app/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.codex-curator
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Feb 25, 2026
- Source: https://registry.modelcontextprotocol.io
