Coda MCP
Manage Coda docs, tables, and rows. Run Coda formulas and automate document workflows.
Overview
| Catalog ID | mcp-coda |
| Category | docs |
| Auth method | API key |
| Blast radius | moderate |
| Trust | Verified — published by cendriix |
| Version | 1.0.0 |
| Regions | us-east-1, eu-west-1 |
Tools
| Tool | Description |
|---|---|
list_docs | List Coda docs. |
create_row | Add a row to a Coda table. |
update_row | Update a row. |
run_formula | Evaluate a Coda formula. |
search_docs | Search across all docs. |
Tool parameters
list_docs
List Coda docs.
| Parameter | Type | Description | |
|---|---|---|---|
query | string | optional | Search query |
limit | integer | optional | Max results |
create_row
Add a row to a Coda table.
| Parameter | Type | Description | |
|---|---|---|---|
doc_id | string | required | Doc ID |
table_id | string | required | Table ID |
cells | array | required | Cell values [{column, value}] |
update_row
Update a row.
| Parameter | Type | Description | |
|---|---|---|---|
doc_id | string | required | Doc ID |
table_id | string | required | Table ID |
row_id | string | required | Row ID |
cells | array | required | Cell values [{column, value}] |
run_formula
Evaluate a Coda formula.
| Parameter | Type | Description | |
|---|---|---|---|
doc_id | string | required | Doc ID |
formula | string | required | Coda formula |
search_docs
Search across all docs.
| Parameter | Type | Description | |
|---|---|---|---|
query | string | required | Search query |
Installing
- In Cendriix, go to Settings → MCPs
- Find Coda and click Install
- Paste your API key after installing. It is validated, then encrypted at rest in a secrets vault scoped to your tenant.
- Click Test Connection to run a health check and list available tools
Authentication. Paste your API key after installing. It is validated, then encrypted at rest in a secrets vault scoped to your tenant.
Blast radius
This MCP is classified moderate. This MCP can create and update records in the connected service, but cannot delete infrastructure.
Every tool invocation is recorded in your Audit Log. You can remove this MCP at any time from Settings → MCPs, which revokes tool access immediately.
Further reading
- MCP Marketplace — browse and install MCPs
- Policies & Guardrails — approval gates and blast radius
- Audit Log — review tool invocations
Last updated on