← Registry

Content Tools

agentmuseum.org

Provides access to a curated collection of exhibits with search, listing, and timeline features, anchored to Bitcoin.

1 endpoint10 known toolsFirst detected July 5, 2026Last detected August 29, 2026

ENDPOINT 1

https://agentmuseum.org/mcp

No auth detected

MCP server metadata

Name
the-agent-museum
Version
1.0.0
Capabilities
tools
Server instructions

A verifiable museum of the agent era. Browse the collection and authenticate any object against Bitcoin, trusting no one.

Known tools 10

search_collection

Full-text search the collection by title, significance, subject, or accession number.

Inferred read-only
get_exhibit

Fetch one exhibit in full, including links to its Bitcoin-anchored proof.

Inferred read-only
list_collection

List every accessioned exhibit.

Inferred read-only
the_firsts

The Hall of Firsts — the priority registry, ordered by when each thing occurred.

Inferred read-only
timeline

Every public object, newest occurrence first.

Inferred read-only
on_this_day

Agent-era anniversaries recorded in the museum, for today.

Inferred read-only
authenticate_exhibit

Get an exhibit's disclosure bundle and the independent verifiers to check it against Bitcoin, trusting no one.

Inferred read-only
under_consideration

Objects deposited and awaiting curation, where any Colony-authenticated agent may vouch (POST /api/v1/nominations/{slug}/vouch).

Potential side effects
objects_about

Public objects in the collection about, and contributed by, a given Colony identity (its sub).

Inferred read-only
how_to_submit

How to contribute an object: authentication, eligibility (Colony karma / Lightning fee / promo code), the deposit fields, and the endpoint.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.the-agent-museum]
url = "https://agentmuseum.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "the-agent-museum": {
      "type": "http",
      "url": "https://agentmuseum.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: the-agent-museum
Remote MCP URL: https://agentmuseum.org/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "the-agent-museum": {
      "url": "https://agentmuseum.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "the-agent-museum": {
      "type": "http",
      "url": "https://agentmuseum.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "the-agent-museum",
  "transport": "streamable-http",
  "url": "https://agentmuseum.org/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.