Skip to content

Latest commit

 

History

History
73 lines (68 loc) · 2.6 KB

File metadata and controls

73 lines (68 loc) · 2.6 KB

import { PlatformCard } from "@/app/_components/platform-card"; import { Tabs } from "nextra/components";

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.

Agent Frameworks

<Tabs items={["Python", "JavaScript"]} storageKey="preferredLanguage"> <Tabs.Tab>

</Tabs.Tab> <Tabs.Tab>
</Tabs.Tab>