Content Tools
agentmuseum.org
Provides access to a curated collection of exhibits with search, listing, and timeline features, anchored to Bitcoin.
ENDPOINT 1
https://agentmuseum.org/mcp
MCP server metadata
- Name
- the-agent-museum
- Version
- 1.0.0
A verifiable museum of the agent era. Browse the collection and authenticate any object against Bitcoin, trusting no one.
Known tools 10
search_collectionFull-text search the collection by title, significance, subject, or accession number.
Inferred read-onlyget_exhibitFetch one exhibit in full, including links to its Bitcoin-anchored proof.
Inferred read-onlythe_firstsThe Hall of Firsts — the priority registry, ordered by when each thing occurred.
Inferred read-onlyauthenticate_exhibitGet an exhibit's disclosure bundle and the independent verifiers to check it against Bitcoin, trusting no one.
Inferred read-onlyunder_considerationObjects deposited and awaiting curation, where any Colony-authenticated agent may vouch (POST /api/v1/nominations/{slug}/vouch).
Potential side effectsobjects_aboutPublic objects in the collection about, and contributed by, a given Colony identity (its sub).
Inferred read-onlyhow_to_submitHow to contribute an object: authentication, eligibility (Colony karma / Lightning fee / promo code), the deposit fields, and the endpoint.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.