← Registry

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.

x402 supported1 endpoint14 known toolsFirst detected July 25, 2026Last detected July 29, 2026

ENDPOINT 1

https://cc0.company/api/mcp

No auth detected

MCP server metadata

Name
cc0pedia
Version
2.0.0
Capabilities
tools
Server instructions

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

cc0pedia

Look 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-only
cc0pedia-search

Free-text search over the largest machine-readable CC0 database — up to 25 ranked matches (slug, title, kind, license, on-chain contract).

Inferred read-only
cc0pedia-verify

License oracle: pass a contract address, get whether it's a documented CC0 work + full provenance (creator, chain, standard, supply, sources).

Inferred read-only
cc0pedia-market

Live market for a CC0 asset by slug or contract — token price/FDV/liquidity/volume (Dexscreener+GeckoTerminal) or NFT floor/volume/owners (OpenSea).

Inferred read-only
tcgenerate-random

Generate a random AI trading-card image by TCGenerate — a fully autofilled collectible card (name, subject, action, background, art style).

Inferred read-only
cc0-daily-brief

Hourly-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-only
mfergpt-mferfy

Turn any image into a mfer in the mferGPT house style.

Inferred read-only
mfergpt-ask

Ask mferGPT anything and get a response in the mfer voice.

Inferred read-only
mfergpt-lore

Query the mfer lore archive (history, culture, community) by mfergpt.

Inferred read-only
monet-gen

French 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-only
van-gogh-gen

Post-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 effects
hokusai-gen

Edo-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-only
sartoshi-gen

Generate 1/1 hand-drawn mfer art in the style of sartoshi (CC0) — thin wobbly ink lines, naive doodle style.

Inferred read-only
darkfarms-gen

Generate crypto Pepe meme art in the style of Darkfarms1 (CC0).

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.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.

Trust status Neutral

cc0.company is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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