https://paperzilla.ai/api/mcp
What you can do
- List your projects
- Open one project
- Pull feed items with filters like Must Read, since date, and limit
- Get the project’s Atom URL
Quickstart
1. Create your MCP API key
Create a personal MCP key in your Paperzilla dashboard:- Open your dashboard.
- Click MCP API key (top-right, key icon).
- Click Generate key.
- Copy the key and store it securely.
2. Add Paperzilla to your MCP client
Use:- URL:
https://paperzilla.ai/api/mcp - Header:
Authorization: Bearer <your-mcp-api-key>
3. Ask your assistant to call Paperzilla
Try requests like:- “List my Paperzilla projects.”
- “Show must-read papers for project
<project-id>since2026-02-01limit 20.” - “Get the Atom URL for project
<project-id>.”
Available tools today
| Name | Purpose | CLI parity |
|---|---|---|
projects.list | List your projects | pz project list |
projects.get | Get one project | pz project <id> |
feed.get | Get project feed with filters | pz feed <id> --must-read --since --limit |
feed.atom_url | Get Atom URL for a project | pz feed <id> --atom |
feed_title_filter (optional prompt) | Ask the model to call feed.get and apply title keyword filtering client-side | No direct CLI equivalent |
About prompts
You can ignore prompts and use direct tool calls only. If your client supports prompts,feed_title_filter helps with one task:
- Pull feed items
- Filter by title keyword in the client/model layer
- Return filtered results with that behavior clearly stated
CLI vs MCP
Use CLI for shell scripts and deterministic command outputs. Use MCP when your assistant should reason across tools and ask follow-up questions. Use RSS/Atom for passive feed-reader polling.Key safety
- Treat your MCP key like a password
- Rotate it immediately if exposed
- Revoke it from MCP API key in the dashboard if you stop using MCP
Troubleshooting
401 Unauthorizedon/api/mcp: missing, revoked, or invalid MCP API key- Empty or unexpected results: confirm you are using the key for the correct Paperzilla account
404 Not Foundfor project/feed calls: project is not accessible in your account