Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.cryptomfer/cc0company-mcp

REMOTE · CC0.COMPANY · SCANNED SEP 24

cc0pedia CC0 database + cc0.company agent services as MCP tools, paid per call via x402 on Base.

Available components

−1 this week 78 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security66
  • The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
  • Authorisation not fully verified: no authorisation is required to call this server, and 13 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe. See how to fix → View diagnostics → Unverified
  • HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
  • The HSTS (Strict-Transport-Security) header is present. View diagnostics → Pass
  • DNSSEC is configured correctly; the domain's records validate against the full chain to the root. View diagnostics → Pass
Transport & Reachability100
Schema Quality & AI Usability70
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 1787 tokens (~137/item across 13 items; 13 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management92
  • Stability check failed: schema churn in the 30 days we've observed: 1 tool removals, 0 breaking changes, 0 auth/transport breaks, 0 additions. See how to fix → Fail
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 13 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 14 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Install

How do I install the io.github.cryptomfer/cc0company-mcp server?

io.github.cryptomfer/cc0company-mcp is a hosted endpoint at https://cc0.company/api/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · cc0.company

# add to Claude Code
claude mcp add --transport http cryptomfer-cc0company-mcp 'https://cc0.company/api/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "cryptomfer-cc0company-mcp": {
      "url": "https://cc0.company/api/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "cryptomfer-cc0company-mcp": {
      "type": "http",
      "url": "https://cc0.company/api/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.cryptomfer-cc0company-mcp]
url = "https://cc0.company/api/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "cryptomfer-cc0company-mcp": {
      "type": "remote",
      "url": "https://cc0.company/api/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add cryptomfer-cc0company-mcp --url 'https://cc0.company/api/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  cryptomfer-cc0company-mcp:
    url: "https://cc0.company/api/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "cryptomfer-cc0company-mcp": {
      "Transport": "http",
      "Url": "https://cc0.company/api/mcp"
    }
  }
}
# add to Vellum
assistant mcp add cryptomfer-cc0company-mcp -t streamable-http -u 'https://cc0.company/api/mcp'
// mcp.json
{
  "mcpServers": {
    "cryptomfer-cc0company-mcp": {
      "type": "http",
      "url": "https://cc0.company/api/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 21 Sept 26 −1
    • Stability: pass → fail ▼ security
    • A breaking change shipped without a version bump: still 2.0.0 ▼ security
    • Tool “tcgenerate-random” was removed ▼ security
    • Tool “cc0pedia-market” rewrote its description, which is the text the model reads security
    • Tool “cc0pedia-search” rewrote its description, which is the text the model reads security
    • Tool “cc0pedia-verify” rewrote its description, which is the text the model reads security
    • Schema quality: 2015 → 1787 ▲ functional
    • Schema quality: excellent → good functional
  • 16 Sept 26 −2
    • Tool “van-gogh-gen” rewrote its description, which is the text the model reads security
    • Tool “cc0-daily-brief” rewrote its description, which is the text the model reads security
    • Tool “cc0pedia” rewrote its description, which is the text the model reads security
    • Tool “darkfarms-gen” rewrote its description, which is the text the model reads security
    • Tool “hokusai-gen” rewrote its description, which is the text the model reads security
    • Tool “mfergpt-ask” rewrote its description, which is the text the model reads security
    • Tool “mfergpt-lore” rewrote its description, which is the text the model reads security
    • Tool “mfergpt-mferfy” rewrote its description, which is the text the model reads security
    • Tool “monet-gen” rewrote its description, which is the text the model reads security
    • Tool “sartoshi-gen” rewrote its description, which is the text the model reads security
    • Tool “tcgenerate-random” rewrote its description, which is the text the model reads security
    • Schema quality: 108 → 143 ▼ functional
  • 30 Aug 26 +55
    • Injection markers: unverified → pass ▲ security
    • Stability: unverified → pass ▲ security
    • Transport: fail → pass ▲ security
    • Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 14 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe. security
    • MCP protocol: unverified → fail ▼ functional
    • Endpoint reachability: not serving MCP → reachable ▲ functional
    • Tool coverage: unverified → 100 ▲ functional
  • 29 Aug 26 −55
    • Endpoint reachability: reachable → not serving MCP ▼ security
    • Stability: pass → unverified ▼ security
    • Tool safety: pass → unverified ▼ security
    • Transport: pass → fail ▼ security
    • Authorization: Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes. security
    • Capabilities: fail → unverified ▼ functional
    • Tool coverage: 100 → unverified ▼ functional
    • First check of Schema quality: unverified functional
  • 26 Aug 26 81
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 0
    • Stability: 0.97 → pass security
  • 11 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 24 Sept 2026 · Probed https://cc0.company/api/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=cc0.company CN=YR1,O=Let's Encrypt,C=US 13 Sept 2026 12 Dec 2026 RSA 2048 SHA256-RSA 54428fc79bb2d3a4f2779403a7dbd7f5cd5
SANs: cc0.company
CN=YR1,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA a20253f15f2691c05dc1ce13b9bcca4e
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f

Background: What to check on a remote MCP endpoint →

DNSSEC secure

Validation of cc0.company. — Secure

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
company. present 11266 8 Verified
cc0.company. present 34877 8 Verified
cc0.company. Verified address RRset verified with the apex keys
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=63072000

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://cc0.company/api/mcp Verified 200
http (plaintext) http://cc0.company/api/mcp HTTPS enforced 308 https://cc0.company/api/mcp
MCP tools · 13 exposed · ~1,630 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
cc0-daily-brief ~128

Hourly-refreshed top-5 CC0 NFT collections digest. Returns synchronous JSON with per-collection 24h metrics (volume, sales, floor, holders), cc0pedia editorial context (creator, summary, lore link), and an LLM-synthesized narrative + macro headline. Sources: OpenSea v2 stats, cc0pedia, Anthropic Haiku for synthesis. Cache TTL: hourly. Output license: CC0 — agents may reuse, repost, remix the JSON freely. [PAID: $0.05 USDC per call via x402]

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

cc0pedia ~165

The agentic read API over cc0pedia — the largest machine-readable CC0 database (1,100+ entries: public-domain creators, collections, works). Pay $0.01 USDC per lookup; get ONE entry resolved from a free-text query: provenance, creator, license, on-chain pointers (collection contract addresses / chains / OpenSea), and the full CC0 body. Synchronous JSON, no polling. A miss returns 404 and the payment auto-cancels. Output license: CC0. [PAID: $0.01 USDC per call via x402]

NameTypeReqDescription
querystringyesName or slug of a CC0 creator, collection, or work (e.g. 'sartoshi', 'mfers', 'xcopy').

No output schema declared.

No examples provided.

cc0pedia-market ~113

Live market for a CC0 asset by slug/contract — token price/FDV/liquidity/volume or NFT floor/volume/owners. [PAID: $0.01 USDC per call via x402]

NameTypeReqDescription
chainstring–Optional chain hint (base, ethereum).
contractstring–Or a raw contract address (0x...).
slugstring–A cc0pedia entry slug (e.g. 'mfergpt', 'ok-degen').

No output schema declared.

No examples provided.

cc0pedia-search ~96

Search the largest machine-readable CC0 database — ranked matches (slug, title, kind, license, contract). [PAID: $0.01 USDC per call via x402]

NameTypeReqDescription
kindstring–Optional filter by entry kind.
limitnumber–Max results (1-50, default 25).
querystringyesFree-text search across cc0pedia titles (case-insensitive).

No output schema declared.

No examples provided.

cc0pedia-verify ~67

License oracle: is a contract a documented CC0 work? Returns license + full provenance. [PAID: $0.01 USDC per call via x402]

NameTypeReqDescription
contractstringyesEVM contract address (0x...) to check for documented CC0 status.

No output schema declared.

No examples provided.

darkfarms-gen ~126

Generate crypto Pepe meme art in the style of Darkfarms1 (CC0). Fine-tuned by cc0toshi on a public-domain corpus. Output is public domain (CC0). Caption guide at https://cc0.company/skill/darkfarms-gen.md. Skill + prompt templates on GitHub: https://github.com/cryptomfer/cc0company/blob/main/agent-services/darkfarms-gen.md. [PAID: $0.069 USDC per call via x402]

NameTypeReqDescription
promptstringyesInput prompt for this service.

No output schema declared.

No examples provided.

hokusai-gen ~138

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. Output is public domain (CC0). Caption guide at https://cc0.company/skill/hokusai-gen.md. Skill + prompt templates on GitHub: https://github.com/cryptomfer/cc0company/blob/main/agent-services/hokusai-gen.md. [PAID: $0.069 USDC per call via x402]

NameTypeReqDescription
promptstringyesInput prompt for this service.

No output schema declared.

No examples provided.

mfergpt-ask ~111

Ask mferGPT anything and get a response in the mfer voice, re-brokered by cc0.company over x402. Third-party service — cc0.company pays the mfergpt upstream as an x402 client and adds a commission of max(5%, 0.005 USDC) — the buyer pays buyer_price_usdc. [PAID: $0.05 USDC per call via x402]

NameTypeReqDescription
promptstringyesInput prompt for this service.

No output schema declared.

No examples provided.

mfergpt-lore ~127

Query the mfer lore archive (history, culture, community) by mfergpt, re-brokered by cc0.company over x402. Pass your search as the prompt; returns matching lore excerpts. Third-party service — cc0.company pays the mfergpt upstream as an x402 client and adds a commission of max(5%, 0.005 USDC) — the buyer pays buyer_price_usdc. [PAID: $0.02 USDC per call via x402]

NameTypeReqDescription
promptstringyesInput prompt for this service.

No output schema declared.

No examples provided.

mfergpt-mferfy ~128

Turn any image into a mfer in the mferGPT house style, re-brokered by cc0.company over x402. Pass an image URL as the prompt; returns a mferfied image. Third-party service — cc0.company pays the mfergpt upstream as an x402 client and adds a commission of max(5%, 0.005 USDC) — the buyer pays buyer_price_usdc. [PAID: $0.05 USDC per call via x402]

NameTypeReqDescription
promptstringyesInput prompt for this service.

No output schema declared.

No examples provided.

monet-gen ~143

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. Output is public domain (CC0). Caption guide at https://cc0.company/skill/monet-gen.md. Skill + prompt templates on GitHub: https://github.com/cryptomfer/cc0company/blob/main/agent-services/monet-gen.md. [PAID: $0.069 USDC per call via x402]

NameTypeReqDescription
promptstringyesInput prompt for this service.

No output schema declared.

No examples provided.

sartoshi-gen ~140

Generate 1/1 hand-drawn mfer art in the style of sartoshi (CC0) — thin wobbly ink lines, naive doodle style. Fine-tuned by cc0toshi on a public-domain corpus. Output is public domain (CC0). Caption guide at https://cc0.company/skill/sartoshi-gen.md. Skill + prompt templates on GitHub: https://github.com/cryptomfer/cc0company/blob/main/agent-services/sartoshi-gen.md. [PAID: $0.069 USDC per call via x402]

NameTypeReqDescription
promptstringyesInput prompt for this service.

No output schema declared.

No examples provided.

van-gogh-gen ~148

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. Output is public domain (CC0). Caption guide at https://cc0.company/skill/van-gogh-gen.md. Skill + prompt templates on GitHub: https://github.com/cryptomfer/cc0company/blob/main/agent-services/van-gogh-gen.md. [PAID: $0.069 USDC per call via x402]

NameTypeReqDescription
promptstringyesInput prompt for this service.

No output schema declared.

No examples provided.

Common questions

What is the io.github.cryptomfer/cc0company-mcp server?

io.github.cryptomfer/cc0company-mcp is listed in the public MCP registry as io.github.cryptomfer/cc0company-mcp. cc0pedia CC0 database + cc0.company agent services as MCP tools, paid per call via x402 on Base. This page covers its hosted endpoint (https://cc0.company/api/mcp).

Is the io.github.cryptomfer/cc0company-mcp server safe to use?

io.github.cryptomfer/cc0company-mcp scores 78 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.cryptomfer/cc0company-mcp server expose?

io.github.cryptomfer/cc0company-mcp exposes 13 tools: cc0pedia, cc0pedia-search, cc0pedia-verify, cc0pedia-market, cc0-daily-brief, and 8 more. Their descriptions and schemas cost roughly 1,630 tokens of context every time the server is loaded.

Does the io.github.cryptomfer/cc0company-mcp server require authentication?

No. We connected to io.github.cryptomfer/cc0company-mcp without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the io.github.cryptomfer/cc0company-mcp server still maintained?

io.github.cryptomfer/cc0company-mcp is still listed as active in the MCP registry. We last reached this channel on 24 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.