Monte Carlo website screenshot

Monte Carlo

Monte Carlo is a data and AI observability platform that monitors data warehouses, lakes, and pipelines for freshness, volume, schema, and quality anomalies, helping data teams detect, resolve, and prevent data downtime across Snowflake, Databricks, BigQuery, Redshift, and other modern data stack tools. Monte Carlo exposes a GraphQL API at https://api.getmontecarlo.com/graphql used for programmatic access to monitors, incidents, lineage, assets, alerts, custom rules, and lake/metastore integrations, with a supporting Python SDK and CLI (pycarlo / montecarlo). Authentication uses an API Key ID and Token pair sent via headers.

Monte Carlo publishes 1 API on the APIs.io network: Graphql API. Tagged areas include Data Observability, Data Quality, Data Reliability, Data Lake, and Data Warehouse.

Monte Carlo’s developer surface includes authentication, documentation, pricing, signup flow, engineering blog, API reference, and 7 more developer resources.

34.7/100 thin ▬ flat Agent 29/100 agent ready saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
1 APIs 1 MCP Servers
Data ObservabilityData QualityData ReliabilityData LakeData WarehouseLineageMonitoringAI Observability

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/monte-carlo: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 4

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

Monte Carlo GraphQL API

GraphQL API for the Monte Carlo data observability platform. Provides programmatic access to monitors, incidents, assets, lineage, custom rules, warehouses, lakes, metastores, a...

Monte Carlo Graphql API

The Graphql API from Monte Carlo — 1 operation(s) for graphql.

Monte Carlo Push Ingest API

A REST write API for pushing observability data into Monte Carlo from sources its pull-based collectors cannot reach. Three endpoints — POST /ingest/v1/metadata (table and view ...

Monte Carlo MCP Server

A first-party, fully hosted Model Context Protocol server that gives AI agents direct access to Monte Carlo — investigating alerts, exploring assets and lineage, creating and tu...

Open Collections 3

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Monte Carlo Graphql API

OPEN COLLECTION

Monte Carlo GraphQL API

OPEN COLLECTION

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

GraphQL 1

GraphQL schemas published by this provider.

Monte Carlo GraphQL API

GraphQL API for the Monte Carlo data observability platform. Provides programmatic access to monitors, incidents, assets, lineage, custom rules, warehouses, lakes, metastores, a...

GRAPHQL

Security Posture 3

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

Monte Carlo Authentication

apiKey · 1 scheme

SECURITY

Monte Carlo Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Monte Carlo Trust Center

SOC 2, ISO 27001

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Monte Carlo Agentic Access

1 operation · 1 acting

1 operations · 1 acting

AGENTIC

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 2

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Commercial 1

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: monte-carlo
name: Monte Carlo
description: Monte Carlo is a data and AI observability platform that monitors data warehouses, lakes, and pipelines for freshness,
  volume, schema, and quality anomalies, helping data teams detect, resolve, and prevent data downtime across Snowflake, Databricks,
  BigQuery, Redshift, and other modern data stack tools. Monte Carlo exposes a GraphQL API at https://api.getmontecarlo.com/graphql
  used for programmatic access to monitors, incidents, lineage, assets, alerts, custom rules, and lake/metastore integrations,
  with a supporting Python SDK and CLI (pycarlo / montecarlo). Authentication uses an API Key ID and Token pair sent via headers.
type: Index
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: true
  label: Hosted service · you call their endpoint
  confidence: high
  source:
  - openapi
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source:
  - authentication
  - security
  generated: '2026-09-03'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/monte-carlo.png
tags:
- Data Observability
- Data Quality
- Data Reliability
- Data Lake
- Data Warehouse
- Lineage
- Monitoring
- AI Observability
url: https://raw.githubusercontent.com/api-evangelist/monte-carlo/refs/heads/main/apis.yml
created: '2026-05-11'
modified: '2026-05-11'
specificationVersion: '0.23'
apis:
- aid: monte-carlo:graphql-api
  name: Monte Carlo GraphQL API
  description: GraphQL API for the Monte Carlo data observability platform. Provides programmatic access to monitors, incidents,
    assets, lineage, custom rules, warehouses, lakes, metastores, and alerts. Authentication uses an account or personal API
    Key ID and Token sent via the x-mcd-id and x-mcd-token headers (or as a Bearer token).
  humanURL: https://docs.getmontecarlo.com/docs/api
  baseURL: https://api.getmontecarlo.com/graphql
  tags:
  - Data Observability
  - GraphQL
  - Monitoring
  - Data Quality
  - Lineage
  properties:
  - type: Documentation
    url: https://docs.getmontecarlo.com/docs/api
  - type: Developer Resources
    url: https://docs.getmontecarlo.com/docs/developer-resources
  - type: Data Lakes Integration
    url: https://docs.getmontecarlo.com/docs/data-lakes
  - type: Python SDK (pycarlo)
    url: https://github.com/monte-carlo-data/python-sdk
  - type: CLI
    url: https://github.com/monte-carlo-data/monte-carlo-cli
  - type: MCP Server
    url: https://docs.getmontecarlo.com/docs/mcp-server
  - url: graphql/monte-carlo-graphql.md
    type: GraphQL
- aid: monte-carlo:monte-carlo-graphql-api
  name: Monte Carlo Graphql API
  description: The Graphql API from Monte Carlo — 1 operation(s) for graphql.
  humanURL: https://docs.getmontecarlo.com/docs/api
  baseURL: https://api.getmontecarlo.com/graphql
  tags:
  - GraphQL
  tags_raw:
  - Graphql
  properties:
  - type: OpenAPI
    url: openapi/monte-carlo-graphql-api-openapi.yml
- aid: monte-carlo:push-ingest-api
  name: Monte Carlo Push Ingest API
  description: A REST write API for pushing observability data into Monte Carlo from sources its pull-based collectors cannot
    reach. Three endpoints — POST /ingest/v1/metadata (table and view schema, columns, row and byte counts, freshness), POST
    /ingest/v1/lineage (table- and column-level lineage) and POST /ingest/v1/querylogs (SQL query history) — each returning
    202 Accepted with an invocation_id. Requires a dedicated Ingestion-scoped integration key; standard API keys are rejected.
    Public preview, Enterprise plan or higher.
  humanURL: https://docs.getmontecarlo.com/docs/push-ingest-api
  baseURL: https://integrations.getmontecarlo.com
  tags:
  - Data Observability
  - Data Lineage
  - Ingest
  properties:
  - type: Documentation
    url: https://docs.getmontecarlo.com/docs/push-ingest-api
  - type: ErrorCatalog
    url: errors/monte-carlo-data-problem-types.yml
- aid: monte-carlo:mcp-server
  name: Monte Carlo MCP Server
  description: A first-party, fully hosted Model Context Protocol server that gives AI agents direct access to Monte Carlo
    — investigating alerts, exploring assets and lineage, creating and tuning monitors, and evaluating AI agent performance.
    56 documented tools across three toolsets (default, extended, agent_observability) plus four published MCP prompts. Reached
    over streamable HTTP with OAuth 2.1 and dynamic client registration, or with MCP-scoped keys; also shipped as an Anthropic-verified
    connector in the Claude Connectors Directory. Runs on AWS Lambda, stateless, executing under the calling user's Monte
    Carlo identity.
  humanURL: https://docs.getmontecarlo.com/docs/mcp-server
  baseURL: https://mcp.getmontecarlo.com/mcp
  tags:
  - MCP
  - Agent Observability
  - AIOps
  tags_raw:
  - Model Context Protocol
  - Agent Observability
  - AIOps
  properties:
  - type: MCPServer
    url: mcp/monte-carlo-data-mcp.yml
  - type: ToolCrosswalk
    url: mcp/monte-carlo-data-tool-crosswalk.yml
  - type: Documentation
    url: https://docs.getmontecarlo.com/docs/mcp-server
common:
- type: AgenticAccess
  url: agentic-access/monte-carlo-agentic-access.yml
- type: TrustCenter
  url: security/monte-carlo-trust-center.yml
- type: DomainSecurity
  url: security/monte-carlo-domain-security.yml
- type: Authentication
  url: authentication/monte-carlo-authentication.yml
- type: LinkedIn
  url: https://www.linkedin.com/company/monte-carlo-data
- type: Website
  url: https://www.montecarlodata.com
- type: Documentation
  url: https://docs.getmontecarlo.com
- type: GitHubOrganization
  url: https://github.com/monte-carlo-data
- type: Pricing
  url: https://www.montecarlodata.com/pricing/
- type: Signup
  url: https://www.montecarlodata.com/request-a-demo/
- type: LlmsText
  url: https://docs.getmontecarlo.com/llms.txt
- url: https://montecarlodata.com/blog/feed/
  type: Blog
- type: APIReference
  url: https://apidocs.getmontecarlo.com/
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/monte-carlo"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/monte-carlo/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/monte-carlo/evidence"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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