API Tools
kymac.co
Manages API caller keys and prepaid credit packs with Stripe test payment processing for API access.
ENDPOINT 1
https://shelf.kymac.co/mcp
MCP server metadata
- Name
- co.kymac.shelf/shelf-smoke
- Version
- 0.3.0
Known tools 10
verify_keyConfirm SHELF_SMOKE_API_KEY or Authorization: Bearer (GET /keys/verify).
Inferred read-onlycheckout_creditsStripe TEST PaymentIntent for a pack (POST /credits/checkout).
Potential side effectsconfirm_creditsConfirm a TEST PaymentIntent with Stripe test card pm_card_visa (POST /credits/confirm).
Potential side effectscredit_eventsAppend-only Ledger events for this caller_id (GET /credits/events): credit.
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.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
MCP server metadata
- Name
- co.kymac.feeds/feed-digest
- Version
- 0.4.1
Known tools 12
verify_keyConfirm FEED_DIGEST_API_KEY or Authorization: Bearer (GET /keys/verify).
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.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
MCP server metadata
- Name
- co.kymac.inbox/webhook-inbox
- Version
- 0.4.1
Known tools 15
verify_keyConfirm WEBHOOK_INBOX_API_KEY or Authorization: Bearer (GET /keys/verify).
Inferred read-onlycheckout_creditsStripe TEST PaymentIntent for a pack (POST /credits/checkout).
Potential side effectsconfirm_creditsConfirm a TEST PaymentIntent with Stripe test card pm_card_visa (POST /credits/confirm).
Potential side effectscredit_eventsAppend-only Ledger events for this caller_id (GET /credits/events): credit.
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.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
MCP server metadata
- Name
- co.kymac.ocr/image-ocr
- Version
- 0.4.0
Known tools 12
checkout_creditsStripe TEST PaymentIntent for a pack (POST /credits/checkout).
Potential side effectsconfirm_creditsConfirm a TEST PaymentIntent with Stripe test card pm_card_visa (POST /credits/confirm).
Potential side effectscredit_eventsAppend-only Ledger events for this caller_id (GET /credits/events): credit.
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.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
MCP server metadata
- Name
- co.kymac.pdf/pdf-text
- Version
- 0.4.0
Known tools 12
checkout_creditsStripe TEST PaymentIntent for a pack (POST /credits/checkout).
Potential side effectsconfirm_creditsConfirm a TEST PaymentIntent with Stripe test card pm_card_visa (POST /credits/confirm).
Potential side effectscredit_eventsAppend-only Ledger events for this caller_id (GET /credits/events): credit.
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.