arcade-mcp
Verified Safeby ArcadeAI
Overview
A framework and collection of toolkits for building and deploying AI agent servers that integrate with various external services.
Installation
docker-compose -f docker/docker-compose.yml up --buildEnvironment Variables
- ARCADE_SERVER_TRANSPORT
- ARCADE_SERVER_PORT
- ARCADE_SERVER_HOST
- BRIGHTDATA_API_KEY
- BRIGHTDATA_ZONE
- CLICKHOUSE_DATABASE_CONNECTION_STRING
- MONGODB_CONNECTION_STRING
- POSTGRES_DATABASE_CONNECTION_STRING
- ZENDESK_SUBDOMAIN
- MY_SECRET_KEY
- ARCADE_API_KEY
Security Notes
Database toolkits (ClickHouse, MongoDB, Postgres) implement robust safeguards against SQL injection, DML/DDL operations, and JavaScript execution (MongoDB $where). Secrets are managed via ToolContext. Dynamic module loading for evaluation test suites, while powerful, occurs in a controlled context for development. External network requests are made to known APIs using secure token management.
Similar Servers
fastmcp
FastMCP is a Python framework for building and interacting with Model Context Protocol (MCP) servers. It provides client and server capabilities, enabling the creation of AI agents and services through definable tools, resources, and prompts. It supports various transports, authentication methods, logging, and background task execution, with strong integration for OpenAPI specifications.
mcp-use
A full-stack framework for building Model Context Protocol (MCP) servers, MCP clients, and AI agents in both Python and TypeScript, supporting interactive UI widgets and robust debugging.
tmcp
Build Model Context Protocol (MCP) servers for AI agents, providing schema-agnostic tools, resources, and prompts, with optional OAuth 2.1 authentication and distributed session management.
AgentUp
AgentUp is an infrastructure framework for developing, deploying, and managing production-ready AI agents, providing Docker-like consistency, security, and extensibility.