Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion overview/integrations/mcp-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@
2. Then ask it to use `architect_api` to execute the call.

For example:
- *"Use architect_docs to find out how to create a page, then create one for my new campaign."*

Check warning on line 70 in overview/integrations/mcp-overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (architect-d889a35e) - vale-spellcheck

overview/integrations/mcp-overview.mdx#L70

Did you really mean 'architect_docs'?
- *"Look up the analytics endpoints in architect_docs, then pull my page stats for this month."*

Check warning on line 71 in overview/integrations/mcp-overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (architect-d889a35e) - vale-spellcheck

overview/integrations/mcp-overview.mdx#L71

Did you really mean 'architect_docs'?
- *"Check architect_docs for how person records work, then create a prospect for jane@acme.com."*

Check warning on line 72 in overview/integrations/mcp-overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (architect-d889a35e) - vale-spellcheck

overview/integrations/mcp-overview.mdx#L72

Did you really mean 'architect_docs'?

## How authentication works

Architect's MCP uses **OAuth 2.0** via [WorkOS AuthKit](https://workos.com/docs/authkit). When you connect your AI tool to Architect's MCP server, you'll be redirected to sign in with your Architect account. The MCP server automatically scopes all requests to the tenant tied to the account you authorize.
Architect's MCP uses **OAuth 2.0**. When you connect your AI tool to Architect's MCP server, you'll be redirected to sign in with your Architect account. The MCP server automatically scopes all requests to the tenant tied to the account you authorize.

### Available scopes

Expand All @@ -90,7 +90,7 @@
</Step>

<Step title="Paste the server URL">
Architect uses a hosted Streamable HTTP MCP endpoint, so you do not need to run anything locally.

Check warning on line 93 in overview/integrations/mcp-overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (architect-d889a35e) - vale-spellcheck

overview/integrations/mcp-overview.mdx#L93

Did you really mean 'Streamable'?

```
https://mcp.tryarchitect.com/mcp
Expand All @@ -102,7 +102,7 @@
</Step>

<Step title="Start with architect_docs">
Ask your AI tool: *"Use architect_docs to show me what I can do with the Architect API."*

Check warning on line 105 in overview/integrations/mcp-overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (architect-d889a35e) - vale-spellcheck

overview/integrations/mcp-overview.mdx#L105

Did you really mean 'architect_docs'?
</Step>
</Steps>

Expand All @@ -110,7 +110,7 @@

<CardGroup cols={3}>
<Card title="Claude Desktop" icon="message-bot" href="/overview/integrations/mcp-claude-desktop">
Step-by-step setup for Anthropic's Claude Desktop app.

Check warning on line 113 in overview/integrations/mcp-overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (architect-d889a35e) - vale-spellcheck

overview/integrations/mcp-overview.mdx#L113

Did you really mean 'Anthropic's'?
</Card>
<Card title="Cursor" icon="code" href="/overview/integrations/mcp-cursor">
Step-by-step setup for the Cursor AI code editor.
Expand Down
Loading