Content Tools
docapi.co
Provides tools to generate PDFs, screenshots, and invoices from HTML or URLs, with account management for the DocAPI service.
ENDPOINT 1
https://mcp.docapi.co/mcp
MCP server metadata
- Name
- docapi-mcp-server
- Version
- 1.0.0
Known tools 5
docapi_generate_pdfConvert HTML to a PDF using DocAPI's headless Chromium renderer.
Inferred read-onlydocapi_capture_screenshotScreenshot a URL or render HTML and capture it as an image.
Inferred read-onlydocapi_check_creditsCheck remaining API credits and USDC top-up address for agent accounts.
Inferred read-onlydocapi_generate_invoiceGenerate a professionally formatted invoice PDF from structured data.
Potential side effectsCONNECT 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.docapi-mcp-server]
url = "https://mcp.docapi.co/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"docapi-mcp-server": {
"type": "http",
"url": "https://mcp.docapi.co/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: docapi-mcp-server
Remote MCP URL: https://mcp.docapi.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": {
"docapi-mcp-server": {
"url": "https://mcp.docapi.co/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"docapi-mcp-server": {
"type": "http",
"url": "https://mcp.docapi.co/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "docapi-mcp-server",
"transport": "streamable-http",
"url": "https://mcp.docapi.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.