Quip for your agents.
Connect Quip once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 12 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Quip.
What agents can do with Quip
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
quip_get_current_userVerify the access token: returns the authenticated user.
quip_get_recent_threadsList threads the user has recently accessed, newest first.
quip_get_threadGet a thread by its 11-character id.
quip_search_threadsSearch threads by query. Searches document content and titles.
quip_create_documentCreate a new document. `content` is the initial document body.
quip_edit_documentEdit an existing document by replacing its content.
quip_add_thread_membersAdd members to a thread.
quip_get_folderGet a folder by its id.
quip_list_foldersList all folders the user can access.
quip_get_shared_linksGet thread details via a shared link id.
quip_list_documentsList threads in a folder by folder id, or all documents accessible to the user.
quip_create_spreadsheetCreate a new spreadsheet. `content` is a CSV or TSV string.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Visit the Quip personal access token page at https://quip.com/dev/token.
- Generate a new access token and copy it.
- The token goes in the Authorization header as Bearer {token}.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Quip to Even: call connect_begin("quip") on the even-connect MCP and walk me through it.
Get recent threads accessed, search documents by keywords, and create new collaborative document.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.