Skip to content
Open
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
6 changes: 4 additions & 2 deletions app/en/guides/agent-frameworks/page.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
import { PlatformCard } from "@/app/_components/platform-card";
import { Tabs } from "nextra/components";

<!-- Editorial: Structure - Added missing intro line and improved first paragraph to follow 10/20/70 structure -->

# Arcade with Agent Frameworks and MCP Clients

Arcade integrates with agent frameworks and MCP clients to add tool-calling capabilities to your AI applications.

These guides are for developers building AI applications who need to connect Arcade tools to their agent frameworks or MCP clients. These guides show you how to authenticate with Arcade, load tools, and execute them within your chosen framework. Each guide provides code examples and configuration steps to get you started quickly.
These guides are for developers building AI applications who need to connect Arcade tools to their agent frameworks or MCP clients. You'll learn how to authenticate with Arcade, load tools, and execute them within your chosen framework. Each guide provides code examples and configuration steps to get you started with your specific framework.

## Agent Frameworks

Expand Down Expand Up @@ -70,4 +72,4 @@ These guides are for developers building AI applications who need to connect Arc
/>
</div>
</Tabs.Tab>
</Tabs>
</Tabs>
Loading