{"_id":"@apijolt/mcp","name":"@apijolt/mcp","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@apijolt/mcp","version":"1.0.0","description":"MCP server for APIJolt — convert documents to PDF from any AI assistant","type":"module","bin":{"apijolt-mcp":"index.js"},"main":"index.js","scripts":{"start":"node index.js"},"keywords":["mcp","model-context-protocol","pdf","document-conversion","apijolt"],"author":{"name":"APIJolt"},"license":"MIT","dependencies":{"@modelcontextprotocol/sdk":"^1.0.0"},"engines":{"node":">=18"},"_id":"@apijolt/mcp@1.0.0","_nodeVersion":"20.20.1","_npmVersion":"11.11.1","dist":{"integrity":"sha512-LxKVnlSRPGO+hxgd4wLch+W9XTFlOMaFackQQkWt84TjQc4uW3uLGomypx+cjrGveMmxG20TvTx0NsR0+D/aNw==","shasum":"cf3d4f05d8e7feeaa4502f8929f9366124d69893","tarball":"https://registry.npmjs.org/@apijolt/mcp/-/mcp-1.0.0.tgz","fileCount":3,"unpackedSize":12914,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCiZeUQUbODQNy5zoWLA3AZHMPBfbU0/0nuYg31vvRo2AIhAKihJjxJ5Wo+h1kBQPxkAAtfrIicsjyyBHGZ5XhvTuTk"}]},"_npmUser":{"name":"apijolt","email":"hello@tototipp.hu"},"directories":{},"maintainers":[{"name":"apijolt","email":"hello@tototipp.hu"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/mcp_1.0.0_1773878848300_0.07859459589619755"},"_hasShrinkwrap":false}},"time":{"created":"2026-03-19T00:07:28.187Z","1.0.0":"2026-03-19T00:07:28.440Z","modified":"2026-03-19T00:07:28.666Z"},"maintainers":[{"name":"apijolt","email":"hello@tototipp.hu"}],"description":"MCP server for APIJolt — convert documents to PDF from any AI assistant","keywords":["mcp","model-context-protocol","pdf","document-conversion","apijolt"],"author":{"name":"APIJolt"},"license":"MIT","readme":"# @getapijolt/mcp\n\nMCP (Model Context Protocol) server for [APIJolt](https://apijolt.com) — convert HTML, Markdown, URLs, and Office documents to PDF directly from AI assistants like Claude Desktop, Cursor, and Claude Code.\n\n## Quick start\n\n```bash\nnpx -y @getapijolt/mcp\n```\n\n## Configuration\n\n### Claude Desktop\n\nAdd to `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) or `%APPDATA%\\Claude\\claude_desktop_config.json` (Windows):\n\n```json\n{\n  \"mcpServers\": {\n    \"apijolt\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@getapijolt/mcp\"],\n      \"env\": {\n        \"APIJOLT_API_KEY\": \"aj_live_your_key_here\"\n      }\n    }\n  }\n}\n```\n\n### Cursor\n\nAdd to `.cursor/mcp.json` in your project root or `~/.cursor/mcp.json` globally:\n\n```json\n{\n  \"mcpServers\": {\n    \"apijolt\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@getapijolt/mcp\"],\n      \"env\": {\n        \"APIJOLT_API_KEY\": \"aj_live_your_key_here\"\n      }\n    }\n  }\n}\n```\n\n### Claude Code\n\n```bash\nclaude mcp add apijolt -e APIJOLT_API_KEY=aj_live_your_key_here -- npx -y @getapijolt/mcp\n```\n\nGet your free API key at **[apijolt.com](https://apijolt.com)**.\n\n---\n\n## Available tools\n\n| Tool | Description |\n|------|-------------|\n| `html_to_pdf` | Convert an HTML string to PDF |\n| `markdown_to_pdf` | Convert Markdown text or a `.md` file to PDF |\n| `url_to_pdf` | Render a public URL to PDF |\n| `file_to_pdf` | Convert a local Office/image file to PDF (docx, xlsx, pptx, jpg, png, …) |\n| `check_usage` | Check your monthly usage and remaining quota |\n\n---\n\n## Example prompts\n\n> \"Convert the README.md in this repo to a PDF and save it next to the file.\"\n\n> \"Turn this HTML into a PDF using A4 landscape format.\"\n\n> \"Render https://example.com as a PDF.\"\n\n> \"How many API calls do I have left this month?\"\n\n---\n\n## Environment variables\n\n| Variable | Default | Description |\n|----------|---------|-------------|\n| `APIJOLT_API_KEY` | *(required)* | Your APIJolt API key |\n| `APIJOLT_API_URL` | `https://api.apijolt.com` | Override API base URL (useful for self-hosted / staging) |\n\n---\n\n## License\n\nMIT\n","readmeFilename":"README.md","_rev":"1-06375d4d15e01fbd3b54b8a3248eb560"}