# pdf-text (remote · pdf.kymac.co)

PDF URL → extracted text for bots. Free try then prepaid TEST. https://pdf.kymac.co

- Trust score: 63/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `pdf.kymac.co`: 63/100 (this document), [markdown](https://verifymcp.io/servers/co-kymac-pdf-pdf-text/pdf.md), [page](https://verifymcp.io/servers/co-kymac-pdf-pdf-text/pdf)

## Channel facts

- Endpoint: `https://pdf.kymac.co/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.4.0`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation check failed: no authorisation is required to call this server, and it exposes a tool marked destructive (revoke_key).
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 791 tokens (~65/item across 12 items; 12 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 7/100
  - Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.
  - An AI judge read all 12 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 40/100
  - Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28.

## Install

### How do I install the pdf-text MCP server?

pdf-text is a hosted endpoint at https://pdf.kymac.co/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.

### Claude

```bash
claude mcp add --transport http co-kymac-pdf-pdf-text 'https://pdf.kymac.co/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "co-kymac-pdf-pdf-text": {
      "url": "https://pdf.kymac.co/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "co-kymac-pdf-pdf-text": {
      "type": "http",
      "url": "https://pdf.kymac.co/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.co-kymac-pdf-pdf-text]
url = "https://pdf.kymac.co/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "co-kymac-pdf-pdf-text": {
      "type": "remote",
      "url": "https://pdf.kymac.co/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add co-kymac-pdf-pdf-text --url 'https://pdf.kymac.co/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  co-kymac-pdf-pdf-text:
    url: "https://pdf.kymac.co/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "co-kymac-pdf-pdf-text": {
      "Transport": "http",
      "Url": "https://pdf.kymac.co/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add co-kymac-pdf-pdf-text -t streamable-http -u 'https://pdf.kymac.co/mcp'
```

### Other

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

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

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-19 (score 63, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-18 (score 62)

First indexed and scored.

## MCP tools (12)

### `issue_key` (~87 tokens)

Issue caller key — pdf text, pdf extract, document text

Mint a caller key (POST /keys). Bot install starts at GET https://pdf.kymac.co/llms.txt (sole advertised entry). Secret ssm_… is returned once. Prefer Authorization: Bearer; X-API-Key is an alias. First issue grants 1 free credit (credit.grant reason=first_key). Quote cost with quote_credits before pdf_extract.

### `verify_key` (~40 tokens)

Verify caller key — pdf text, pdf extract, document text

Confirm PDF_TEXT_API_KEY or Authorization: Bearer (GET /keys/verify). X-API-Key is an alias only. Does not echo the secret.

### `rotate_key` (~66 tokens)

Rotate caller key — pdf text, pdf extract, document text

Replace the presented secret (POST /keys/rotate). Same id/caller_id and credits. New ssm_… is returned once. Old secret then fails 401 invalid_api_key. Prefer Authorization: Bearer; X-API-Key is an alias only. No ops file-edit.

### `revoke_key` (~55 tokens)

Revoke caller key — pdf text, pdf extract, document text

Invalidate the presented secret (POST /keys/revoke). Same id is revoked; old secret then fails 401 invalid_api_key. Prefer Authorization: Bearer; X-API-Key is an alias only. No ops file-edit.

### `list_credit_packs` (~35 tokens)

List credit packs — pdf text, pdf extract, document text

Prepaid TEST packs (GET /credits/packs). checkout_credits is intent only; credits grant after confirm_credits.

### `checkout_credits` (~70 tokens)

Checkout credit pack — pdf text, pdf extract, document text

Stripe TEST PaymentIntent for a pack (POST /credits/checkout). Intent only — returns credits_pending; credits are not granted or spendable until confirm_credits succeeds. Requires a caller key.

Input parameters:

- `pack_id` (string, required): Pack id from list_credit_packs (e.g. pack_10).

### `confirm_credits` (~72 tokens)

Confirm TEST credit purchase — pdf text, pdf extract, document text

Confirm a TEST PaymentIntent with Stripe test card pm_card_visa (POST /credits/confirm). This is when credits become granted/spendable (appends credit.purchase with credits_added). TEST only.

Input parameters:

- `stripe_payment_intent_id` (string, required): PaymentIntent id (pi_…) from checkout_credits.

### `quote_credits` (~52 tokens)

Quote credit cost — pdf text, pdf extract, document text

Dry-run cost for an op without debit (GET /credits/quote?op=pdf). Returns cost, balance, and would_succeed.

Input parameters:

- `op` (string): Operation to quote. Defaults to pdf.

### `credit_balance` (~22 tokens)

Credit balance — pdf text, pdf extract, document text

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

### `credit_events` (~44 tokens)

Credit ledger events — pdf text, pdf extract, document text

Append-only Ledger events for this caller_id (GET /credits/events): credit.grant (first_key), credit.purchase, credit.debit (pdf_success), optional credit.balance_snapshot.

### `pdf_extract` (~220 tokens)

Extract pdf text / pdf extract (document text) — pdf text, pdf extract, document text

Text-layer PDF extract (POST /pdf). Install via GET https://pdf.kymac.co/llms.txt only. Prefer Authorization: Bearer; X-API-Key is an alias. Golden URL https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf — compare ok true/false JSON in llms.txt. First key includes 1 free credit. Quote first with quote_credits (no debit). Debits 1 credit on ok:true (credit.debit reason=pdf_success). 200 bodies include credits_burned and credits_remaining. HTTP fails use code/message/retryable/next (error aliases message). 401 next=refresh key. 402: code=insufficient_credits, retryable=false, next=buy credits. Retryable fails use next=retry. No OCR.

Input parameters:

- `url` (string, required): Absolute http(s) URL of a text-layer PDF. Golden proof URL: https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf

### `health` (~28 tokens)

Health — pdf text, pdf extract, document text

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

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/co-kymac-pdf-pdf-text/pdf#diagnostics

## Score history

- 2026-09-20: 63
- 2026-09-19: 63
- 2026-09-18: 62

## Common questions

### What is the pdf-text MCP server?

pdf-text is an MCP server listed in the public MCP registry as co.kymac.pdf/pdf-text. PDF URL → extracted text for bots. Free try then prepaid TEST. https://pdf.kymac.co. This page covers its hosted endpoint (https://pdf.kymac.co/mcp).

### Is the pdf-text MCP server safe to use?

pdf-text scores 63 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 pdf-text MCP server expose?

pdf-text exposes 12 tools: issue_key, verify_key, rotate_key, revoke_key, list_credit_packs, and 7 more. Their descriptions and schemas cost roughly 791 tokens of context every time the server is loaded.

### Does the pdf-text MCP server require authentication?

No. We connected to pdf-text without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the pdf-text MCP server still maintained?

pdf-text is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://pdf.kymac.co/mcp
- Website: https://pdf.kymac.co/llms.txt
- Changelog RSS feed: https://verifymcp.io/servers/co-kymac-pdf-pdf-text/pdf.xml
- Changelog JSON feed: https://verifymcp.io/servers/co-kymac-pdf-pdf-text/pdf.json
- HTML version of this page: https://verifymcp.io/servers/co-kymac-pdf-pdf-text/pdf
