Skip to Content

Coda MCP

Manage Coda docs, tables, and rows. Run Coda formulas and automate document workflows.

Overview

Catalog IDmcp-coda
Categorydocs
Auth methodAPI key
Blast radiusmoderate
TrustVerified — published by cendriix
Version1.0.0
Regionsus-east-1, eu-west-1

Tools

ToolDescription
list_docsList Coda docs.
create_rowAdd a row to a Coda table.
update_rowUpdate a row.
run_formulaEvaluate a Coda formula.
search_docsSearch across all docs.

Tool parameters

list_docs

List Coda docs.

ParameterTypeDescription
querystringoptionalSearch query
limitintegeroptionalMax results

create_row

Add a row to a Coda table.

ParameterTypeDescription
doc_idstringrequiredDoc ID
table_idstringrequiredTable ID
cellsarrayrequiredCell values [{column, value}]

update_row

Update a row.

ParameterTypeDescription
doc_idstringrequiredDoc ID
table_idstringrequiredTable ID
row_idstringrequiredRow ID
cellsarrayrequiredCell values [{column, value}]

run_formula

Evaluate a Coda formula.

ParameterTypeDescription
doc_idstringrequiredDoc ID
formulastringrequiredCoda formula

search_docs

Search across all docs.

ParameterTypeDescription
querystringrequiredSearch query

Installing

  1. In Cendriix, go to Settings → MCPs
  2. Find Coda and click Install
  3. Paste your API key after installing. It is validated, then encrypted at rest in a secrets vault scoped to your tenant.
  4. 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

Last updated on