Intelligence Aeternum

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

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

    What data it sees

    Do you need an account

    No: the server works without sign-in

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

    Server tool list (13)

    Raw names from tools/list. Only developers need these.

    search_alexandriaFREE — 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).
    get_curated_metadataFREE (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").
    get_oracle_metadataPAID — 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").
    get_compliance_manifestFREE — 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).
    get_agent_guideFREE — Get complete API workflow documentation for agents. Returns the full agent guide with endpoints, pricing, custom fields schema, volume discounts, and recommended workflow.
    search_datasetsFREE — Search the Alexandria Aeternum dataset catalog (7 museums, 1.6M+ images).
    preview_datasetFREE (10/day) — Preview sample images from a dataset.
    get_pricingFREE — Get pricing information for a dataset purchase. Args: dataset_id: The dataset ID. quantity: Number of images to price.
    purchase_datasetInitiate a dataset purchase (x402 or Stripe).
    list_enrichment_tiersFREE — 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.
    enrich_agent_imageSubmit 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.
    deliver_artifactsCreate 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).
    get_enrichment_statusPoll the status of a Golden Codex enrichment job. Args: job_id: The job ID returned from the enrich endpoint.