API & Integration
Reach ArcadeDB through the wire protocol that suits your tooling. The same database speaks Neo4j BOLT, the PostgreSQL wire protocol, HTTP/JSON, gRPC, and the Model Context Protocol — so your existing drivers, BI tools, and AI agents just connect.
Looking for a language-specific quickstart instead? See Languages & Drivers.
Wire Protocols & Endpoints
HTTP / JSON API
REST endpoints — works from any language, no driver required.
gRPC API
Streaming bulk inserts and queries with binary efficiency.
Neo4j BOLT Protocol
Run Cypher with the official Neo4j drivers. Default port 7687.
PostgreSQL Wire Protocol
Run SQL with any standard PostgreSQL driver. Default port 5432.
MCP Server
Plug ArcadeDB into AI agents and LLM tooling.