← Registry

API Tools

kymac.co

Manages API caller keys and prepaid credit packs with Stripe test payment processing for API access.

5 endpoints61 known toolsFirst detected September 17, 2026Last detected September 17, 2026

ENDPOINT 1

https://shelf.kymac.co/mcp

No auth detected

MCP server metadata

Name
co.kymac.shelf/shelf-smoke
Version
0.3.0
Capabilities
tools.listChanged

Known tools 10

issue_key

Mint a caller key (POST /keys).

Potential side effects
verify_key

Confirm SHELF_SMOKE_API_KEY or Authorization: Bearer (GET /keys/verify).

Inferred read-only
list_credit_packs

Prepaid TEST packs (GET /credits/packs).

Inferred read-only
checkout_credits

Stripe TEST PaymentIntent for a pack (POST /credits/checkout).

Potential side effects
confirm_credits

Confirm a TEST PaymentIntent with Stripe test card pm_card_visa (POST /credits/confirm).

Potential side effects
quote_credits

Dry-run cost for an op without debit (GET /credits/quote?

Inferred read-only
credit_balance

Derived prepaid balance for this caller_id (GET /credits/balance).

Inferred read-only
credit_events

Append-only Ledger events for this caller_id (GET /credits/events): credit.

Inferred read-only
smoke

Headless smoke (POST /smoke).

Potential side effects
health

Public readiness (GET /health): billing (test|live|gated) and runner_ready.

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.co-kymac-shelf-shelf-smoke]
url = "https://shelf.kymac.co/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "co-kymac-shelf-shelf-smoke": {
      "type": "http",
      "url": "https://shelf.kymac.co/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: co-kymac-shelf-shelf-smoke
Remote MCP URL: https://shelf.kymac.co/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": {
    "co-kymac-shelf-shelf-smoke": {
      "url": "https://shelf.kymac.co/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "co-kymac-shelf-shelf-smoke": {
      "type": "http",
      "url": "https://shelf.kymac.co/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "co-kymac-shelf-shelf-smoke",
  "transport": "streamable-http",
  "url": "https://shelf.kymac.co/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://feeds.kymac.co/mcp

No auth detected

MCP server metadata

Name
co.kymac.feeds/feed-digest
Version
0.4.1
Capabilities
tools.listChanged

Known tools 12

issue_key

Mint a caller key (POST /keys).

Potential side effects
verify_key

Confirm FEED_DIGEST_API_KEY or Authorization: Bearer (GET /keys/verify).

Inferred read-only
rotate_key

Replace the presented secret (POST /keys/rotate).

Potential side effects
revoke_key

Invalidate the presented secret (POST /keys/revoke).

Potential side effects
list_credit_packs

Prepaid TEST packs (GET /credits/packs).

Inferred read-only
checkout_credits

TEST intent for a pack (POST /credits/checkout).

Potential side effects
confirm_credits

Confirm a TEST checkout intent (POST /credits/confirm).

Potential side effects
quote_credits

Dry-run cost for an op without debit (GET /credits/quote?

Inferred read-only
credit_balance

Derived prepaid balance for this caller_id (GET /credits/balance).

Inferred read-only
credit_events

Append-only events for this caller_id (GET /credits/events).

Inferred read-only
digest_feed

Fetch a public RSS or Atom feed (POST /digest).

Potential side effects
health

Public readiness (GET /health): billing (test|gated) and runner_ready.

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.co-kymac-feeds-feed-digest]
url = "https://feeds.kymac.co/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "co-kymac-feeds-feed-digest": {
      "type": "http",
      "url": "https://feeds.kymac.co/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: co-kymac-feeds-feed-digest
Remote MCP URL: https://feeds.kymac.co/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": {
    "co-kymac-feeds-feed-digest": {
      "url": "https://feeds.kymac.co/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "co-kymac-feeds-feed-digest": {
      "type": "http",
      "url": "https://feeds.kymac.co/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "co-kymac-feeds-feed-digest",
  "transport": "streamable-http",
  "url": "https://feeds.kymac.co/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 3

https://inbox.kymac.co/mcp

No auth detected

MCP server metadata

Name
co.kymac.inbox/webhook-inbox
Version
0.4.1
Capabilities
tools.listChanged

Known tools 15

issue_key

Mint a caller key (POST /keys).

Potential side effects
verify_key

Confirm WEBHOOK_INBOX_API_KEY or Authorization: Bearer (GET /keys/verify).

Inferred read-only
rotate_key

Replace the presented secret (POST /keys/rotate).

Potential side effects
revoke_key

Invalidate the presented secret (POST /keys/revoke).

Potential side effects
list_credit_packs

Prepaid TEST packs (GET /credits/packs).

Inferred read-only
checkout_credits

Stripe TEST PaymentIntent for a pack (POST /credits/checkout).

Potential side effects
confirm_credits

Confirm a TEST PaymentIntent with Stripe test card pm_card_visa (POST /credits/confirm).

Potential side effects
quote_credits

Dry-run cost for an op without debit (GET /credits/quote?

Inferred read-only
credit_balance

Derived prepaid balance for this caller_id (GET /credits/balance).

Inferred read-only
credit_events

Append-only Ledger events for this caller_id (GET /credits/events): credit.

Inferred read-only
mint_inbox

Mint a capture URL (POST /inbox).

Potential side effects
capture_inbox

Public capture (POST /c/{id}).

Potential side effects
list_inbox_events

Owner list (GET /inbox/{id}/events).

Inferred read-only
revoke_inbox

Stop further captures (DELETE /inbox/{id}).

Potential side effects
health

Public readiness (GET /health): billing (test|live|gated) and runner_ready.

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.co-kymac-inbox-webhook-inbox]
url = "https://inbox.kymac.co/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "co-kymac-inbox-webhook-inbox": {
      "type": "http",
      "url": "https://inbox.kymac.co/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: co-kymac-inbox-webhook-inbox
Remote MCP URL: https://inbox.kymac.co/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": {
    "co-kymac-inbox-webhook-inbox": {
      "url": "https://inbox.kymac.co/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "co-kymac-inbox-webhook-inbox": {
      "type": "http",
      "url": "https://inbox.kymac.co/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "co-kymac-inbox-webhook-inbox",
  "transport": "streamable-http",
  "url": "https://inbox.kymac.co/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 4

https://ocr.kymac.co/mcp

No auth detected

MCP server metadata

Name
co.kymac.ocr/image-ocr
Version
0.4.0
Capabilities
tools.listChanged

Known tools 12

issue_key

Mint a caller key (POST /keys).

Potential side effects
verify_key

Confirm IMAGE_OCR_API_KEY or Authorization: Bearer (GET /keys/verify).

Inferred read-only
rotate_key

Replace the presented secret (POST /keys/rotate).

Potential side effects
revoke_key

Invalidate the presented secret (POST /keys/revoke).

Potential side effects
list_credit_packs

Prepaid TEST packs (GET /credits/packs).

Inferred read-only
checkout_credits

Stripe TEST PaymentIntent for a pack (POST /credits/checkout).

Potential side effects
confirm_credits

Confirm a TEST PaymentIntent with Stripe test card pm_card_visa (POST /credits/confirm).

Potential side effects
quote_credits

Dry-run cost for an op without debit (GET /credits/quote?

Inferred read-only
credit_balance

Derived prepaid balance for this caller_id (GET /credits/balance).

Inferred read-only
credit_events

Append-only Ledger events for this caller_id (GET /credits/events): credit.

Inferred read-only
ocr_extract

Image OCR (POST /ocr).

Potential side effects
health

Public readiness (GET /health): billing (test|gated) and runner_ready.

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.co-kymac-ocr-image-ocr]
url = "https://ocr.kymac.co/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "co-kymac-ocr-image-ocr": {
      "type": "http",
      "url": "https://ocr.kymac.co/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: co-kymac-ocr-image-ocr
Remote MCP URL: https://ocr.kymac.co/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": {
    "co-kymac-ocr-image-ocr": {
      "url": "https://ocr.kymac.co/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "co-kymac-ocr-image-ocr": {
      "type": "http",
      "url": "https://ocr.kymac.co/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "co-kymac-ocr-image-ocr",
  "transport": "streamable-http",
  "url": "https://ocr.kymac.co/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 5

https://pdf.kymac.co/mcp

No auth detected

MCP server metadata

Name
co.kymac.pdf/pdf-text
Version
0.4.0
Capabilities
tools.listChanged

Known tools 12

issue_key

Mint a caller key (POST /keys).

Potential side effects
verify_key

Confirm PDF_TEXT_API_KEY or Authorization: Bearer (GET /keys/verify).

Inferred read-only
rotate_key

Replace the presented secret (POST /keys/rotate).

Potential side effects
revoke_key

Invalidate the presented secret (POST /keys/revoke).

Potential side effects
list_credit_packs

Prepaid TEST packs (GET /credits/packs).

Inferred read-only
checkout_credits

Stripe TEST PaymentIntent for a pack (POST /credits/checkout).

Potential side effects
confirm_credits

Confirm a TEST PaymentIntent with Stripe test card pm_card_visa (POST /credits/confirm).

Potential side effects
quote_credits

Dry-run cost for an op without debit (GET /credits/quote?

Inferred read-only
credit_balance

Derived prepaid balance for this caller_id (GET /credits/balance).

Inferred read-only
credit_events

Append-only Ledger events for this caller_id (GET /credits/events): credit.

Inferred read-only
pdf_extract

Text-layer PDF extract (POST /pdf).

Potential side effects
health

Public readiness (GET /health): billing (test|gated) and runner_ready.

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.co-kymac-pdf-pdf-text]
url = "https://pdf.kymac.co/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "co-kymac-pdf-pdf-text": {
      "type": "http",
      "url": "https://pdf.kymac.co/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: co-kymac-pdf-pdf-text
Remote MCP URL: https://pdf.kymac.co/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": {
    "co-kymac-pdf-pdf-text": {
      "url": "https://pdf.kymac.co/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "co-kymac-pdf-pdf-text": {
      "type": "http",
      "url": "https://pdf.kymac.co/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "co-kymac-pdf-pdf-text",
  "transport": "streamable-http",
  "url": "https://pdf.kymac.co/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.

Indexed

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