Developer Tools
cc0.company
Provides APIs to look up, search, verify, and get market data for CC0 works, and generate random AI trading-card images.
ENDPOINT 1
https://cc0.company/api/mcp
MCP server metadata
- Name
- cc0pedia
- Version
- 2.0.0
cc0.company agent services over MCP. EVERY tool call is a paid x402 request — a USDC micropayment on Base, settled by a facilitator. Free methods: initialize, tools/list, ping. Call tools with an x402-enabled HTTP client (e.g. x402-fetch) wrapping the MCP transport: the first call returns an HTTP 402 challenge, your client signs the USDC authorization and retries with the payment header. Tools are discovered dynamically from the live catalog — cc0pedia lookups (search / verify / market / entry over the largest machine-readable CC0 database, with provenance + onchain pointers), CC0 image generation, a daily CC0 market brief, and re-brokered third-party agents. cc0pedia data is CC0.
Known tools 14
cc0pediaLook up any CC0 creator, collection, or work by name or slug — provenance, creator, license, on-chain pointers (collection contract addresses / chains / OpenSea), and the full CC0 body.
Inferred read-onlycc0pedia-searchFree-text search over the largest machine-readable CC0 database — up to 25 ranked matches (slug, title, kind, license, on-chain contract).
Inferred read-onlycc0pedia-verifyLicense oracle: pass a contract address, get whether it's a documented CC0 work + full provenance (creator, chain, standard, supply, sources).
Inferred read-onlycc0pedia-marketLive market for a CC0 asset by slug or contract — token price/FDV/liquidity/volume (Dexscreener+GeckoTerminal) or NFT floor/volume/owners (OpenSea).
Inferred read-onlytcgenerate-randomGenerate a random AI trading-card image by TCGenerate — a fully autofilled collectible card (name, subject, action, background, art style).
Inferred read-onlycc0-daily-briefHourly-refreshed digest of the top 5 CC0 NFT collections by 24h volume — per-collection metrics (volume, sales, floor, holders), cc0pedia editorial context, and an LLM-synthesized narrative + macro headline.
Inferred read-onlymonet-genFrench impressionist paintings in the Monet style, fine-tuned by cc0toshi on Art Institute of Chicago archival public-domain works — water lilies, haystacks, Rouen Cathedral, gardens at Giverny, soft natural light and broken color.
Inferred read-onlyvan-gogh-genPost-impressionist oil paintings in the Van Gogh style, fine-tuned by cc0toshi on Art Institute of Chicago archival public-domain works — visible brushstrokes, swirling skies, wheat fields, cypress trees, self-portraits, sunflowers.
Potential side effectshokusai-genEdo-period ukiyo-e woodblock prints in the Hokusai style, fine-tuned by cc0toshi on public-domain works — crashing waves, Mount Fuji, fishermen and traders, bold inkwork on natural pigments.
Inferred read-onlysartoshi-genGenerate 1/1 hand-drawn mfer art in the style of sartoshi (CC0) — thin wobbly ink lines, naive doodle style.
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.cc0pedia]
url = "https://cc0.company/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cc0pedia": {
"type": "http",
"url": "https://cc0.company/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cc0pedia
Remote MCP URL: https://cc0.company/api/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": {
"cc0pedia": {
"url": "https://cc0.company/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cc0pedia": {
"type": "http",
"url": "https://cc0.company/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cc0pedia",
"transport": "streamable-http",
"url": "https://cc0.company/api/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 cc0.company was fetched 2026-07-26T01:05:05.880Z.
cc0.company 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.