ENDPOINT 1
https://canonsheet.kaneky.dev/mcp
MCP server metadata
- Name
- canonsheet
- Version
- 0.2.4
build_character_prompts is paid per call over x402: the first attempt answers HTTP 402 with the price (v1 in the body, v2 in the PAYMENT-REQUIRED header); retry with X-PAYMENT (v1) or PAYMENT-SIGNATURE (v2). tools/list carries every valid option id, and invalid arguments are refused before any payment.
Known tools 1
build_character_promptsBuild a consistent prompt set for one human character: a canonical image prompt with every appearance fact labelled, negative prompts that stop traits like glasses or a cane from vanishing, a video prompt, and optionally a contact sheet that holds everything fixed and walks one axis.
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.canonsheet]
url = "https://canonsheet.kaneky.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"canonsheet": {
"type": "http",
"url": "https://canonsheet.kaneky.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: canonsheet
Remote MCP URL: https://canonsheet.kaneky.dev/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": {
"canonsheet": {
"url": "https://canonsheet.kaneky.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"canonsheet": {
"type": "http",
"url": "https://canonsheet.kaneky.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "canonsheet",
"transport": "streamable-http",
"url": "https://canonsheet.kaneky.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://depcheck.kaneky.dev/mcp
MCP server metadata
- Name
- depcheck
- Version
- 0.1.0
check_packages is paid per call over x402: the first attempt answers HTTP 402 with the price (v1 in the body, v2 in the PAYMENT-REQUIRED header); retry with X-PAYMENT (v1) or PAYMENT-SIGNATURE (v2). Invalid input, and any call OSV could not fully answer, is not charged. A package with no known vulnerabilities is a charged answer: that is the result.
Known tools 1
check_packagesLook up the known vulnerabilities affecting exact package versions in the public OSV database (npm, PyPI, Go, Maven, crates.
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.depcheck]
url = "https://depcheck.kaneky.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"depcheck": {
"type": "http",
"url": "https://depcheck.kaneky.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: depcheck
Remote MCP URL: https://depcheck.kaneky.dev/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": {
"depcheck": {
"url": "https://depcheck.kaneky.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"depcheck": {
"type": "http",
"url": "https://depcheck.kaneky.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "depcheck",
"transport": "streamable-http",
"url": "https://depcheck.kaneky.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://imagemeta.kaneky.dev/mcp
MCP server metadata
- Name
- imagemeta
- Version
- 0.3.4
write_metadata is paid per successful call over x402: the first attempt answers HTTP 402 with the price (v1 in the body, v2 in the PAYMENT-REQUIRED header); retry with X-PAYMENT (v1) or PAYMENT-SIGNATURE (v2). Invalid input is refused before any payment.
Known tools 1
write_metadataWrite SEO metadata into a JPEG, PNG or WebP image and return the modified image.
Potential side effectsCONNECT 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.imagemeta]
url = "https://imagemeta.kaneky.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"imagemeta": {
"type": "http",
"url": "https://imagemeta.kaneky.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: imagemeta
Remote MCP URL: https://imagemeta.kaneky.dev/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": {
"imagemeta": {
"url": "https://imagemeta.kaneky.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"imagemeta": {
"type": "http",
"url": "https://imagemeta.kaneky.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "imagemeta",
"transport": "streamable-http",
"url": "https://imagemeta.kaneky.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 4
https://jobpost.kaneky.dev/mcp
MCP server metadata
- Name
- jobpost
- Version
- 0.1.1
extract_job_posting is paid per call over x402: the first attempt answers HTTP 402 with the price (v1 in the body, v2 in the PAYMENT-REQUIRED header); retry with X-PAYMENT (v1) or PAYMENT-SIGNATURE (v2). A page with no job posting on it is not charged.
Known tools 1
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.jobpost]
url = "https://jobpost.kaneky.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"jobpost": {
"type": "http",
"url": "https://jobpost.kaneky.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: jobpost
Remote MCP URL: https://jobpost.kaneky.dev/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": {
"jobpost": {
"url": "https://jobpost.kaneky.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"jobpost": {
"type": "http",
"url": "https://jobpost.kaneky.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "jobpost",
"transport": "streamable-http",
"url": "https://jobpost.kaneky.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 5
https://kimage.kaneky.dev/mcp
MCP server metadata
- Name
- kimage
- Version
- 0.18.4
generate_image is paid per image over x402: the first attempt answers HTTP 402 with the price (v1 in the body, v2 in the PAYMENT-REQUIRED header); retry with X-PAYMENT (v1) or PAYMENT-SIGNATURE (v2). Prompts are checked against a content policy before any payment and the image again before it is released; a refused prompt or image is never charged.
Known tools 1
generate_imageGenerate an original image from a text prompt and return it as base64 PNG.
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.kimage]
url = "https://kimage.kaneky.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kimage": {
"type": "http",
"url": "https://kimage.kaneky.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kimage
Remote MCP URL: https://kimage.kaneky.dev/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": {
"kimage": {
"url": "https://kimage.kaneky.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kimage": {
"type": "http",
"url": "https://kimage.kaneky.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kimage",
"transport": "streamable-http",
"url": "https://kimage.kaneky.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 6
https://pagemd.kaneky.dev/mcp
MCP server metadata
- Name
- pagemd
- Version
- 0.1.0
read_page is paid per call over x402: the first attempt answers HTTP 402 with the price (v1 in the body, v2 in the PAYMENT-REQUIRED header); retry with X-PAYMENT (v1) or PAYMENT-SIGNATURE (v2). A page that cannot be read, is not HTML, or has no text in its server HTML is not charged.
Known tools 1
read_pageRead a public web page as clean Markdown for an LLM: the main content only (navigation, footers, sidebars, cookie banners, forms and comments removed), with headings, lists, GFM tables, code blocks, and links and images as absolute URLs.
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.pagemd]
url = "https://pagemd.kaneky.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pagemd": {
"type": "http",
"url": "https://pagemd.kaneky.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pagemd
Remote MCP URL: https://pagemd.kaneky.dev/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": {
"pagemd": {
"url": "https://pagemd.kaneky.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pagemd": {
"type": "http",
"url": "https://pagemd.kaneky.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pagemd",
"transport": "streamable-http",
"url": "https://pagemd.kaneky.dev/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.