Intelligence Aeternum MCP Server

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

Local serverstdioPython

What is the Intelligence Aeternum MCP server?

AI training dataset marketplace: 2M+ museum artworks with Golden Codex enrichment. Exposed over MCP by the intelligence aeternum mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

Or use the MonetizedMCP broker (x402 payment orchestration):

Adding it to your client

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

Its toolset

Everything the assistant can do here goes through one of these:

  • search_alexandria — Free
  • get_curated_metadata — Free (5/day)
  • get_oracle_metadata — $0.16 USDC
  • get_compliance_manifest — Free
  • search_datasets — Free
  • preview_dataset — Free
  • get_pricing — Free
  • get_agent_guide — Free
  • list_enrichment_tiers — Free
  • get_enrichment_status — Free
  • purchase_dataset — Paid
  • enrich_agent_image — From $0.16

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 13 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Intelligence Aeternum.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the intelligence aeternum mcp server does with a few real requests.

When to reach for it

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Intelligence Aeternum's toolset — search_alexandria, get_curated_metadata, get_oracle_metadata and 10 more — is a fair guide to whether it matches your workflow. It is maintained by codex-curator; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
search_alexandriaFree
get_curated_metadataFree (5/day)
get_oracle_metadata$0.16 USDC
get_compliance_manifestFree
search_datasetsFree
preview_datasetFree
get_pricingFree
get_agent_guideFree
list_enrichment_tiersFree
get_enrichment_statusFree
purchase_datasetPaid
enrich_agent_imageFrom $0.16
deliver_artifactsFrom $0.04

How to install the Intelligence Aeternum MCP server

{
  "mcpServers": {
    "intelligence-aeternum": {
      "url": "https://data-portal-172867820131.us-west1.run.app/mcp",
      "transport": "streamable-http"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Intelligence Aeternum to search alexandria.
  • Use Intelligence Aeternum to get curated metadata.
  • Use Intelligence Aeternum to get oracle metadata.

Frequently asked questions

It connects Intelligence Aeternum to MCP-compatible AI assistants such as Claude and Cursor, exposing 13 tools (search_alexandria, get_curated_metadata, get_oracle_metadata, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Intelligence Aeternum directly.