← kymac.co

INDIVIDUAL MCP TOOL

list_credit_packs

Prepaid TEST packs (GET /credits/packs).

kymac.conone authenticationAvailability not checked

LIVE ENDPOINT

https://inbox.kymac.co/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_credit_packs and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

kymac.co

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.

Related tools

  • issue_key — Mint a caller key (POST /keys).
  • verify_key — Confirm WEBHOOK_INBOX_API_KEY or Authorization: Bearer (GET /keys/verify).
  • rotate_key — Replace the presented secret (POST /keys/rotate).
  • revoke_key — Invalidate the presented secret (POST /keys/revoke).
  • checkout_credits — Stripe TEST PaymentIntent for a pack (POST /credits/checkout).
  • confirm_credits — Confirm a TEST PaymentIntent with Stripe test card pm_card_visa (POST /credits/confirm).
  • quote_credits — Dry-run cost for an op without debit (GET /credits/quote?
  • credit_balance — Derived prepaid balance for this caller_id (GET /credits/balance).