Back to Home
ArcadeAI icon

arcade-mcp

Verified Safe

by ArcadeAI

Overview

Provides a framework and pre-built toolkits for integrating Large Language Models (LLMs) with various external services and databases, enabling AI agents to interact with the real world.

Installation

Run Command
uv run examples/mcp_servers/simple/src/simple/server.py http

Environment Variables

  • BRIGHTDATA_API_KEY
  • BRIGHTDATA_ZONE
  • MONGODB_CONNECTION_STRING
  • CLICKHOUSE_DATABASE_CONNECTION_STRING
  • POSTGRES_DATABASE_CONNECTION_STRING
  • ZENDESK_SUBDOMAIN
  • MY_SECRET_KEY
  • ARCADE_API_KEY
  • ARCADE_USER_ID

Security Notes

The framework demonstrates strong security practices, especially within database interaction tools (ClickHouse, MongoDB, PostgreSQL) by explicitly blocking DML/DDL operations and dangerous MongoDB write/aggregation stages. It enforces API key and OAuth2 authentication for external services, with secrets managed in a way that prevents LLM exposure. The `arcade-mcp-server` component also includes validation for transport methods and robust error handling to prevent sensitive information leakage. The use of standard JWKS for token validation in the resource server further enhances security.

Similar Servers

Stats

Interest Score80
Security Score9
Cost ClassMedium
Avg Tokens300
Stars789
Forks83
Last Update2026-01-16

Tags

LLMToolsFrameworkAPI IntegrationDatabaseAutomationAI AgentToolkit Development