The official Arcade.dev library for tool calling and MCP (Model Context Protocol) server hosting. Provides a client to list tools and execute calls, and a MCP server to expose Arcade tools to any MCP-compatible agent. Current version 1.14.1. Active development, frequent releases.
pip install arcade-mcpNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a ToolCallClient, lists tools, and calls one. Requires ARCADE_API_KEY and ARCADE_USER_ID environment variables.
Always set ARCADE_API_KEY and ARCADE_USER_ID before creating the client.
Use from arcade_mcp import ToolCallClient (note: arcade_mcp, not arcade).
Use arcade_mcp as the package name. Update any imports from arcade to arcade_mcp.
Always use the full tool name as returned by list_tools().
No dependency data recorded yet.