Mitosis Labs

MCP server

MCP tool reference

Every tool the Mitosis MCP server exposes, with arguments and required scope.

The live list is always tools/list, mirrored byte-for-byte at /.well-known/mcp/server-card.json. This page is the human-readable version of the same surface.

Memory tools

All eight touch a user's private memory and require an OAuth grant.

cortex_ask

Searches the memory, fusing vector, full-text and graph retrieval, and answers with provenance. Scope: memory:read.

ArgumentTypeRequired
questionstring
limitnumberDefaults to 10
source_tablestringRestrict to one source table
since / untilstringRFC 3339 bounds on item time

Read the response carefully. See asking a memory.

cortex_recall

Semantic-only vector search returning source excerpts. Prefer cortex_ask unless you specifically want nearest-neighbour matches on meaning. Scope: memory:read.

ArgumentTypeRequired
querystring
limitnumberDefaults to 10

cortex_manifest

An index of the memory: counts and source names, never content. Takes no arguments. Scope: memory:read.

cortex_status

Ingestion and feed status, including backlog. Use it to explain why a freshly-connected source is not answering yet. Scope: memory:read.

cortex_connectable_sources

Lists sources the user has not connected, and what each would answer. No arguments. Scope: memory:read.

Returns the connect link for one source. Scope: memory:read.

ArgumentTypeRequired
source_idstring✓. For example google-workspace, github, notion
link_textstringLink text in the user's own words

cortex_remember

Saves one durable fact into the graph. Scope: memory:write.

ArgumentTypeRequired
textstring
kindstringe.g. decision, observation, task-outcome
confidencenumber0..1
source_universal_idsstring[]Ids from a prior cortex_ask

cortex_ingest_conversation

Ingests a whole conversation so the exchange itself becomes retrievable. Scope: memory:write.

Search and fetch

Present for clients that expect the search / fetch pair. ChatGPT in particular refuses a server whose search and fetch it cannot see.

ToolRequired argumentWhat it does
searchquerySearches the user's memory
fetchidRetrieves one item in full by its universal id

Public tools

No credential. Safe to call before any sign-in, and useful as a connectivity check.

ToolRequired argumentWhat it returns
get_pricingnoneCurrent plans, prices, credit allowances, metered rates, add-ons
get_platform_statusnoneOperational status of the website, API and MCP server
search_docsqueryRanked documentation and product-page results with URLs
list_skillsnonePublished agent skills, with links

Resources

ResourceContents
llms-txtService summary for language models
llms-full-txtThe complete documentation corpus
pricing-mdMachine-readable pricing
auth-mdAgent registration and authentication instructions
openapiFull spec for the public REST API
read_docOne reference document in full, by doc id