← docapi.co
INDIVIDUAL MCP TOOL
docapi_register_agent
Register a new DocAPI agent account programmatically.
LIVE ENDPOINT
https://mcp.docapi.co/mcp
Connect to this endpoint to inspect the live schema for docapi_register_agent 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
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.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.
Related tools
docapi_generate_pdf— Convert HTML to a PDF using DocAPI's headless Chromium renderer.docapi_capture_screenshot— Screenshot a URL or render HTML and capture it as an image.docapi_check_credits— Check remaining API credits and USDC top-up address for agent accounts.docapi_generate_invoice— Generate a professionally formatted invoice PDF from structured data.