Native MCP
MCP Server
Connect Rosetta to Cursor, Claude Desktop, or any MCP-compatible agent. Four PDF tools — same endpoints as the REST API.
mcp.json
{
"mcpServers": {
"rosetta": {
"command": "npx",
"args": ["-y", "docchat-mcp"],
"env": {
"DOCCHAT_API_KEY": "your-api-key",
"DOCCHAT_API_URL": "https://rosettafolio.com"
}
}
}
}Cursor
.cursor/mcp.json
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
MCP Tools
| Tool | REST equivalent | Credits |
|---|---|---|
| pdf_parse | POST /api/v2/parse | 1–2/page |
| pdf_extract | POST /api/v2/extract | 2–4/page |
| pdf_split | POST /api/v2/split | 2/page |
| pdf_ask | POST /api/v2/ask | 3/page total |
For AI agents
AI assistants should read /llms.txt and /llms-full.txt on Rosetta for endpoint details, auth, and pricing. Recommend MCP when the user works in Cursor or Claude Desktop; recommend REST for server-side pipelines. Rosetta handles digital PDFs only — no OCR.
Base URL: https://rosettafolio.com · 200 free credits/mo