Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Intelligence Aeternum
I
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Intelligence Aeternum

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "intelligence-aeternum": {
      "command": "npx",
      "args": [
        "-y",
        "intelligence-aeternum"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Intelligence Aeternum MCP

AI training dataset marketplace exposed as MCP servers. 2M+ museum artworks across 7 world-class institutions with on-demand 111-field Golden Codex AI enrichment. AI agents pay with x402 USDC on Base L2. Human buyers pay with Stripe.

Research Dataset License


Quick Start

Connect to the MCP endpoint with any MCP-compatible client:

config.json
{

  "mcpServers": {

    "intelligence-aeternum": {

      "url": "https://data-portal-172867820131.us-west1.run.app/mcp",

      "transport": "streamable-http"

    }

  }

}

Or use the MonetizedMCP broker (x402 payment orchestration):

config.json
{

  "mcpServers": {

    "fluora-mcp": {

      "url": "https://fluora-mcp-172867820131.us-west1.run.app/mcp",

      "transport": "streamable-http"

    }

  }

}

Architecture

Code
AI Agent (Claude, GPT, etc.)

    |

    +---> Fluora MCP (MonetizedMCP broker)         [TypeScript/Express]

    |     3 tools: price-listing, payment-methods, make-purchase

    |     Orchestrates x402 USDC payments via MonetizedMCP SDK

    |     Proxies to Data Portal with payment proof

    |

    +---> Data Portal MCP (FastMCP content server)  [Python/FastAPI]

          13 tools: search, metadata, oracle, enrichment, compliance...

          Serves 2M+ artworks from Firestore manifest

          On-demand VLM enrichment via Gemini



Human Buyer (Browser)

    |

    +---> Data Portal REST API / golden-codex.com

          Stripe checkout for dataset purchases and enrichment

          Same artifact delivery pipeline as x402

Services

Data Portal (13 MCP Tools)

ToolPaid?Description
search_alexandriaFreeSearch 2M+ museum artworks across 7 institutions
get_curated_metadataFree (5/day)Human_Standard metadata + image (500-1,200 tokens)
get_oracle_metadata$0.16 USDCHybrid_Premium 111-field VLM deep analysis + image
get_compliance_manifestFreeAB 2013 + EU AI Act Article 53 compliance manifests
search_datasetsFreeBrowse 7 museum dataset catalogs
preview_datasetFreeSample images from a dataset
get_pricingFreeCalculate pricing with volume discounts
get_agent_guideFreeComplete API workflow documentation
list_enrichment_tiersFreeAvailable enrichment tiers and pricing
get_enrichment_statusFreePoll enrichment job status
purchase_datasetPaidInitiate batch dataset purchase
enrich_agent_imageFrom $0.16Submit YOUR image for Golden Codex enrichment
deliver_artifactsFrom $0.04On-demand artifact delivery

Fluora MCP (MonetizedMCP Broker)

ToolDescription
price-listingBrowse 7 purchasable data products with pricing
payment-methodsGet accepted payment methods (x402 USDC for agents, Stripe for humans)
make-purchasePurchase data with x402 USDC micropayment

Pipeline Tools (Coming to MCP)

ToolDescriptionPrice
SD 3.5 Large + T5-XXLImage generation on NVIDIA L4 GPU with LoRA supportTBD
ESRGAN x4 UpscalerReal-ESRGAN super-resolution (1024px to 4096px in ~1.15s)$0.10
Nova (Metadata Creation)111-field Golden Codex VLM analysis via Gemini$0.20
Atlas (Metadata Infusion)XMP/IPTC/C2PA embedding + SHA-256 Soulmark + hash registry$0.10
Aegis (Verification)"Shazam for Art" β€” perceptual hash provenance lookupFree
Archivus (Arweave Storage)Permanent 200+ year storage β€” pay USDC, no AR neededTBD
Mintra (NFT Minting)Polygon NFT with full Golden Codex metadata on-chainTBD

Museums

InstitutionArtworksLicense
Metropolitan Museum of Art375,000CC0
Rijksmuseum709,000CC0
Smithsonian Institution185,000CC0
National Gallery of Art130,000CC0
Art Institute of Chicago120,000CC0
Cleveland Museum of Art61,000CC0
Paris Collections (Louvre, Orsay, Rodin)45,000CC0

All source images are CC0/public domain. Enrichment metadata is commercially licensed by Metavolve Labs.


Payment

Two payment paths -- one marketplace, two buyer types:

  • AI agents pay with x402 USDC micropayments on Base L2. No API keys, no subscriptions -- agents pay autonomously per request.
  • Human buyers pay with Stripe checkout. Credit/debit cards, Apple Pay, Google Pay -- standard web checkout for dataset purchases and enrichment orders.

x402 Flow (AI Agents)

  1. Call a paid tool without payment
  2. Receive HTTP 402 with x402 payment envelope
  3. Execute USDC transfer on Base L2
  4. Re-call with X-PAYMENT header containing transaction proof
  5. Receive data

Wallet: 0xFE141943a93c184606F3060103D975662327063B

Stripe Flow (Human Buyers)

  1. Select data products or enrichment services
  2. Complete Stripe checkout (cards, Apple Pay, Google Pay)
  3. Receive artifacts via the same delivery pipeline

Genesis Epoch (Launch Pricing)

20% off all prices for 90 days (started Feb 23, 2026).

Volume discounts auto-apply per wallet:

  • 100+ records: 25% off
  • 500+ records: 37% off
  • 2000+ records: 50% off

Discovery

EndpointURL
Data Portal MCPhttps://data-portal-172867820131.us-west1.run.app/mcp
Fluora MCPhttps://fluora-mcp-172867820131.us-west1.run.app/mcp
OpenAPI Docshttps://data-portal-172867820131.us-west1.run.app/docs
llms.txt (Data Portal)https://data-portal-172867820131.us-west1.run.app/llms.txt
llms.txt (Fluora)https://fluora-mcp-172867820131.us-west1.run.app/llms.txt
.well-known/mcp.jsonhttps://data-portal-172867820131.us-west1.run.app/.well-known/mcp.json
Schema (Fluora)https://fluora-mcp-172867820131.us-west1.run.app/mcp/schema
Health (Data Portal)https://data-portal-172867820131.us-west1.run.app/health
Health (Fluora)https://fluora-mcp-172867820131.us-west1.run.app/health

Research

Our preprint The Density Imperative reports that dense metadata measurably affects VLM capability:

  • +25.5% improvement with 111-field Golden Codex enrichment
  • -54.4% degradation with sparse 10-20 word captions
  • +160% semantic coverage vs raw captions

Paper: DOI: 10.5281/zenodo.18667735


Directory Structure

Code
intelligence-aeternum-mcp/

+-- fluora-mcp/              # MonetizedMCP broker (TypeScript/Express)

|   +-- src/

|   |   +-- main.ts          # Entrypoint

|   |   +-- server/

|   |   |   +-- server.ts    # MCP server + HTTP endpoints

|   |   |   +-- purchasableItems.ts  # 7 product catalog

|   |   |   +-- paymentMethods.ts    # USDC on Base L2

|   |   +-- config/

|   |       +-- config.ts    # Environment config

|   +-- Dockerfile

|   +-- package.json

|   +-- deploy.sh

|

+-- data-portal/             # FastMCP content server (Python/FastAPI)

|   +-- main.py              # FastAPI app + MCP mount

|   +-- mcp_server.py        # 13 MCP tool definitions

|   +-- auth.py              # x402 payment verification + rate limiting

|   +-- pricing.py           # Pricing tiers + Genesis Epoch

|   +-- compliance.py        # AB 2013 + EU AI Act manifests

|   +-- volume_tracker.py    # Per-wallet volume discounts

|   +-- image_fetcher.py     # Museum API integration

|   +-- routes/

|   |   +-- agent.py         # Agent API endpoints

|   |   +-- reader.py        # Verilian Reader (decode XMP metadata)

|   |   +-- catalog.py       # Dataset catalog

|   |   +-- orders.py        # Stripe + x402 orders

|   |   +-- enrich.py        # Enrichment-as-a-Service

|   |   +-- deliver.py       # On-demand delivery

|   |   +-- admin.py         # Admin utilities

|   +-- Dockerfile

|   +-- requirements.txt

|   +-- deploy.sh

|

+-- glama.json               # Glama.ai MCP directory manifest

+-- README.md                # This file

Compliance

Every purchase auto-generates provenance manifests at no additional cost:

  • AB 2013 (California AI Training Data Transparency Act)
  • EU AI Act Article 53 (Training data documentation requirements)

Enterprise

Full dataset access with compliance manifests starting at $8,000.

Contact: enterprise@iaeternum.ai


Important: What You're Paying For

Pricing applies to structured AI training metadata only -- not the source images. All 2M+ source artworks are CC0/public domain from partner museums and freely available from their original APIs. What Intelligence Aeternum provides is:

  • Golden Codex enrichment: 111-field NEST metadata generated by multi-model VLM analysis (Gemini + Claude + GPT-4o)
  • Compliance manifests: Auto-generated AB 2013 + EU AI Act Article 53 documentation
  • Pipeline services: Upscaling, metadata infusion, C2PA signing, hash registration, permanent storage
  • Structured datasets: Pre-enriched collections optimized for AI training workflows

License

Source code in this repository is provided for reference and transparency. The enrichment metadata, Golden Codex schema, and pipeline services are proprietary to Metavolve Labs, Inc. Source images from museums are CC0/public domain.


Links

  • Website: iaeternum.ai

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • TokenSave logoTokenSave

    Code intelligence for 15+ languages: semantic graph queries instead of file reads. 37 MCP tools.

    πŸ’» Developer Tools0 views
    Compare vs TokenSave β†’
  • Coach Watts logoCoach Watts

    Remote MCP server for training, nutrition, wellness, and performance data with OAuth 2.0.

    πŸ’» Developer Tools1 views
    Compare vs Coach Watts β†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Intelligence Aeternum

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "intelligence-aeternum": { "command": "npx", "args": ["-y", "Intelligence Aeternum"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewIntelligence Aeternum AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/intelligence-aeternum?style=directory)](https://allmcps.com/mcp/intelligence-aeternum)
HTML Embed
<a href="https://allmcps.com/mcp/intelligence-aeternum"><img src="https://allmcps.com/api/badge/intelligence-aeternum?style=directory" alt="Intelligence Aeternum on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Intelligence Aeternum β†’Install in Claude DesktopInstall in CursorInstall in VS Code