Skip to main content
Connect a compatible AI client to Darwin’s canonical remote MCP server. The client receives focused tools through user-scoped OAuth—never your Darwin password or a pasted API key.
1

Add the remote server

Add the remote server

Open your client’s MCP settings and add the endpoint above as a remote HTTP server. Name it Darwin if the client asks for a display name.
Client menus change frequently. The server URL and Darwin tool contract do not.
2

Sign in and choose scopes

Sign in and choose scopes

Complete Darwin sign-in in the browser. Approve only the scopes the client needs:OAuth access is user-scoped and revocable. Provider connections and payment approvals remain separate from MCP authorization.
3

Verify the tool list

Verify the tool list

A full connection advertises one read-only Search tool and six focused Action tools.If the client shows a different tool set, reconnect before relying on it.
4

Try Search, then Act

Try Search, then Act

Ask:
Search Darwin for OCR that supports handwriting and tables. Show me the provider, capability, match evidence, availability, and pricing before doing anything.
After you select a result, ask:
Use that exact capability and revision to process this document. Keep the Action ID and stop if Darwin needs information, connection, payment, or approval.

Handle pauses correctly

A successful tool call can return nonterminal work. The client should render status, actionRequired, availableActions, and any first-party webLink exactly as returned.
Closing a browser window, finishing an assistant response, or receiving HTTP 200 is not proof that external work completed.

Troubleshooting

Confirm the endpoint is exactly https://mcp.darwin.so/mcp, remove stale duplicate entries, then reconnect and complete OAuth again.
The connection may only have directory:read. Reauthorize with agent:write for Action reads and mutations.
Use list_actions or a stored actionId, then call get_action. Do not create replacement work until you know the existing Action state.
Last modified on September 21, 2026