SurrealDB website screenshot

SurrealDB

SurrealDB is a multi-model database that unifies documents, graphs, vectors, time-series, full-text search, and relational data within a single ACID transaction framework. It exposes a native HTTP REST API and supports SurrealQL, a powerful query language designed for multi-model data access. The platform includes built-in authentication with JWT tokens, row-level security, and live query subscriptions for real-time applications. SurrealDB Cloud provides a managed hosting option with usage-based pricing, while the open-source engine can be self-hosted. The database also ships a Model Context Protocol (MCP) server enabling AI agents and tools such as Claude, Cursor, and VS Code to query and manage data directly.

SurrealDB publishes 2 APIs on the APIs.io network. Tagged areas include Database, Multi-Model, Graph Database, Document Database, and Vector Database.

The SurrealDB catalog on APIs.io includes 1 JSON-LD context.

SurrealDB’s developer surface includes documentation, engineering blog, pricing, changelog, and 13 more developer resources.

31.4/100 thin ▬ flat Agent 18/100 agent aware Full breakdown ↓
scored 2026-08-21 · rubric v0.12.0
AccessPaid
2 APIs
DatabaseMulti-ModelGraph DatabaseDocument DatabaseVector DatabaseTime SeriesSurrealQLArtificial IntelligenceMCP

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-21 · rubric v0.12.0
Composite quality — 31.4/100 · thin
Contract Quality 12.0 / 25
Developer Ergonomics 0.0 / 20
Access Clarity 9.5 / 20
Operational Transparency 3.1 / 13
Contract Governance 0.0 / 12
Discoverability 6.9 / 10
Agent readiness — 18/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 0 / 10
Documented Reversibility 0 / 6
MCP Server 0 / 12
Machine-Readable Auth 0 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/surrealdb: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 2

Individual APIs this provider publishes, each with its own machine-readable definition.

SurrealDB HTTP REST API

The SurrealDB HTTP REST API provides stateless access to SurrealDB instances over standard HTTP. It supports CRUD operations on tables and records, SurrealQL query execution via...

SurrealDB MCP Server

SurrealMCP exposes SurrealDB database operations, agent memory, and cloud management as structured tool calls over the Model Context Protocol. It enables MCP-compatible AI clien...

GraphQL 1

GraphQL schemas published by this provider.

SurrealDB GraphQL API

SurrealDB exposes an experimental GraphQL interface that dynamically generates a complete schema from your database's table definitions, field types, custom functions, and acces...

GRAPHQL

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Surrealdb Rate Limits

1 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Semantic Vocabularies 1

JSON-LD contexts and semantic vocabularies used across these APIs.

Surrealdb Context

0 classes · 34 properties

JSON-LD

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Surrealdb Domain Security

TLSv1.3 · DMARC

SECURITY

Surrealdb Vulnerability Disclosure

security.txt · contact published

SECURITY

Surrealdb Trust Center

SOC 2, ISO 27001, HIPAA, GDPR

SECURITY

Resources

Documentation 1

Reference material describing how the API behaves

Design & Contract 1

Pagination, idempotency, versioning, errors, and events

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 3

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 4

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: surrealdb
name: SurrealDB
description: SurrealDB is a multi-model database that unifies documents, graphs, vectors, time-series, full-text search, and
  relational data within a single ACID transaction framework. It exposes a native HTTP REST API and supports SurrealQL, a
  powerful query language designed for multi-model data access. The platform includes built-in authentication with JWT tokens,
  row-level security, and live query subscriptions for real-time applications. SurrealDB Cloud provides a managed hosting
  option with usage-based pricing, while the open-source engine can be self-hosted. The database also ships a Model Context
  Protocol (MCP) server enabling AI agents and tools such as Claude, Cursor, and VS Code to query and manage data directly.
type: Index
accessModel:
  pricing: paid
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Paid
  confidence: medium
  source:
  - plans
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/surrealdb.png
tags:
- Database
- Multi-Model
- Graph Database
- Document Database
- Vector Database
- Time Series
- SurrealQL
- Artificial Intelligence
- MCP
tags_raw:
- Database
- Multi-Model
- Graph Database
- Document Database
- Vector Database
- Time-Series
- SurrealQL
- AI
- MCP
url: https://raw.githubusercontent.com/api-evangelist/surrealdb/refs/heads/main/apis.yml
created: '2026-06-12'
modified: '2026-06-12'
specificationVersion: '0.23'
apis:
- aid: surrealdb:http-api
  name: SurrealDB HTTP REST API
  description: The SurrealDB HTTP REST API provides stateless access to SurrealDB instances over standard HTTP. It supports
    CRUD operations on tables and records, SurrealQL query execution via POST /sql, GraphQL queries, authentication via JWT
    and basic auth, data import/export, health and version endpoints, and user-defined custom API endpoints via DEFINE API
    statements.
  humanURL: https://surrealdb.com/docs/surrealdb/integration/http
  baseURL: https://cloud.surrealdb.com
  tags:
  - Database
  - REST
  - SurrealQL
  - Multi-Model
  properties:
  - type: Documentation
    url: https://surrealdb.com/docs/surrealdb/integration/http
  - url: graphql/surrealdb-graphql.md
    type: GraphQL
- aid: surrealdb:mcp-server
  name: SurrealDB MCP Server
  description: SurrealMCP exposes SurrealDB database operations, agent memory, and cloud management as structured tool calls
    over the Model Context Protocol. It enables MCP-compatible AI clients such as Claude, Cursor, and VS Code to query documents,
    graphs, vectors, and relational data through a single connection without custom integration code.
  humanURL: https://surrealdb.com/mcp
  baseURL: https://surrealdb.com/mcp
  tags:
  - MCP
  - Artificial Intelligence
  - Agents
  tags_raw:
  - MCP
  - AI
  - Agent
  - Model Context Protocol
  properties:
  - type: Documentation
    url: https://surrealdb.com/mcp
common:
- type: TrustCenter
  url: security/surrealdb-trust-center.yml
- type: VulnerabilityDisclosure
  url: security/surrealdb-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/surrealdb-domain-security.yml
- type: JSONLDContext
  url: json-ld/surrealdb-context.jsonld
- type: BlogFeed
  url: blogs/blogs.json
- type: Website
  url: https://surrealdb.com
- type: Documentation
  url: https://surrealdb.com/docs
- type: GitHubOrganization
  url: https://github.com/surrealdb
- type: LinkedIn
  url: https://uk.linkedin.com/company/surrealdb
- type: Blog
  url: https://surrealdb.com/blog
- type: Pricing
  url: https://surrealdb.com/pricing
- type: StatusPage
  url: https://status.surrealdb.com/
- type: ChangeLog
  url: https://surrealdb.com/releases
- type: X
  url: https://x.com/SurrealDB
- type: Plans
  url: plans/surrealdb-plans-pricing.yml
- type: RateLimits
  url: rate-limits/surrealdb-rate-limits.yml
- type: FinOps
  url: finops/surrealdb-finops.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/surrealdb"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/surrealdb/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/surrealdb/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.