Content Tools
arkivism.com
Provides semantic and visual search over public-domain archives, with full metadata and download links.
ENDPOINT 1
https://api.arkivism.com/mcp
MCP server metadata
- Name
- arkivism
- Version
- 1.28.1
Arkivism is a semantic search index over public-domain visual media (museums, archives, NASA — all CC0/PD, safe for any use including commercial). Use search_archive for natural-language queries about subject, mood, medium, or era; find_similar to explore visually from any result; get_item for full detail; archival_echo for reverse-image search from any image URL; get_download_url for the full-resolution file. The arkivism://sources resource lists the archives in the index with live counts. Every item includes ready-to-paste attribution — include it when you use an image.
Known tools 5
find_similarVisually similar items to a given item id (embedding nearest-neighbors) — the hunt loop: explore outward from any good result.
Inferred read-onlyget_itemFull record for one item: metadata, license, attribution, full-resolution URL.
Inferred read-onlyarchival_echoReverse-image search ("Archival Echo"): fetch an image from a URL and find its closest visual matches across the public-domain index.
Inferred read-onlyget_download_urlFull-resolution download link for an item, plus the license and the attribution text to carry with the file wherever it's used.
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.arkivism]
url = "https://api.arkivism.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"arkivism": {
"type": "http",
"url": "https://api.arkivism.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: arkivism
Remote MCP URL: https://api.arkivism.com/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": {
"arkivism": {
"url": "https://api.arkivism.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"arkivism": {
"type": "http",
"url": "https://api.arkivism.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "arkivism",
"transport": "streamable-http",
"url": "https://api.arkivism.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for arkivism.com was fetched 2026-07-26T07:40:35.887Z and is being refreshed.
arkivism.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.