Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

RevoGrid DataGrid MCP

REMOTE · MCP.RV-GRID.COM · SCANNED SEP 21

Token-free MCP server for structured RevoGrid Core, Pro, and Enterprise knowledge retrieval.

Available components

0 this week 86 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security74
Transport & Reachability100
Schema Quality & AI Usability83
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1117 tokens (~74/item across 15 items; 8 tools + 7 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage97
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 89% of tool parameters carry a description.Partial
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 8 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 10 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the RevoGrid DataGrid MCP server?

RevoGrid DataGrid MCP is a hosted endpoint at https://mcp.rv-grid.com/, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · mcp.rv-grid.com

# add to Claude Code
claude mcp add --transport http revolist-revogrid-mcp 'https://mcp.rv-grid.com/'
// .cursor/mcp.json
{
  "mcpServers": {
    "revolist-revogrid-mcp": {
      "url": "https://mcp.rv-grid.com/"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "revolist-revogrid-mcp": {
      "type": "http",
      "url": "https://mcp.rv-grid.com/"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.revolist-revogrid-mcp]
url = "https://mcp.rv-grid.com/"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "revolist-revogrid-mcp": {
      "type": "remote",
      "url": "https://mcp.rv-grid.com/",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add revolist-revogrid-mcp --url 'https://mcp.rv-grid.com/' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  revolist-revogrid-mcp:
    url: "https://mcp.rv-grid.com/"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "revolist-revogrid-mcp": {
      "Transport": "http",
      "Url": "https://mcp.rv-grid.com/"
    }
  }
}
# add to Vellum
assistant mcp add revolist-revogrid-mcp -t streamable-http -u 'https://mcp.rv-grid.com/'
// mcp.json
{
  "mcpServers": {
    "revolist-revogrid-mcp": {
      "type": "http",
      "url": "https://mcp.rv-grid.com/"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 4 Sept 26 +11
    • Authorization: unverified → partial security
    • The server rewrote its instructions, which are the text every model session reads security
    • Tool “find_examples” rewrote its description, which is the text the model reads security
    • Tool “search_revogrid_docs” rewrote its description, which is the text the model reads security
    • Schema quality: 30 → 74 functional
    • Tool coverage: 0% → 89% functional
    • Tool “find_examples” now declares an output schema functional
    • Tool “get_migration_notes” now declares an output schema functional
    • Tool “resolve_feature_matrix” now declares an output schema functional
    • Tool “search_revogrid_docs” now declares an output schema functional
    • First check of Tool coverage: 100 functional
    • Schema quality: fair → good functional
    • MCP protocol: Implements a current MCP spec version (2026-07-28). functional
    • MCP protocol version: 2025-11-25 → 2026-07-28 functional
    • Server version: 1.0.0 → 2.0.0 functional
    • New tool “inspect_revogrid_api” functional
    • New tool “list_revogrid_capabilities” functional
    • New tool “plan_revogrid_implementation” functional
    • New tool “validate_revogrid_usage” functional
    • “find_examples” added an optional parameter “cursor” cosmetic
    • “find_examples” added an optional parameter “packageName” cosmetic
    • “find_examples” added an optional parameter “product” cosmetic
    • “search_revogrid_docs” added an optional parameter “cursor” cosmetic
    • “search_revogrid_docs” added an optional parameter “packageName” cosmetic
    • “search_revogrid_docs” added an optional parameter “product” cosmetic
    • “search_revogrid_docs” added an optional parameter “symbolKind” cosmetic
    • “search_revogrid_docs” added an optional parameter “visibility” cosmetic
    • “find_examples” reworded the description of “framework” cosmetic
    • “find_examples” reworded the description of “limit” cosmetic
    • “find_examples” reworded the description of “query” cosmetic
    • “find_examples” reworded the description of “requiresPro” cosmetic
    • “find_examples” reworded the description of “surface” cosmetic
    • “find_examples” reworded the description of “version” cosmetic
    • “search_revogrid_docs” reworded the description of “docTypes” cosmetic
    • “search_revogrid_docs” reworded the description of “framework” cosmetic
    • “search_revogrid_docs” reworded the description of “limit” cosmetic
    • “search_revogrid_docs” reworded the description of “query” cosmetic
    • “search_revogrid_docs” reworded the description of “requiresPro” cosmetic
    • “search_revogrid_docs” reworded the description of “surface” cosmetic
    • “search_revogrid_docs” reworded the description of “version” cosmetic
  • 26 Aug 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 +1
    • Stability: 0.97 → pass security
  • 11 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 0

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Probed https://mcp.rv-grid.com

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=rv-grid.com CN=WE1,O=Google Trust Services,C=US 19 Sept 2026 18 Dec 2026 ECDSA 256 ECDSA-SHA256 47c142ab79db62d11306abc7565094fe
SANs: rv-grid.com, *.rv-grid.com
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of mcp.rv-grid.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
rv-grid.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.rv-grid.com Verified 200
http (plaintext) http://mcp.rv-grid.com HTTPS enforced 301 https://mcp.rv-grid.com/
MCP tools · 8 exposed · ~973 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
find_examples ~144

Use when implementation evidence should be a runnable or registered RevoGrid example, optionally filtered by framework and package.

NameTypeReqDescription
cursorstringOpaque cursor returned by the previous page.
frameworkstringPreferred example framework.
limitintegerMaximum examples per page.
packageNamestringExact published npm package name.
productstringRevoGrid product demonstrated by the example.
querystringyesCapability or scenario demonstrated by a runnable example.
requiresProbooleanFilter by descriptive Pro/license requirement.
surfacestringLegacy catalog surface filter.
versionstringIndexed package version.
NameTypeReqDescription
nextCursorstring
resultsarrayyes

No examples provided.

get_migration_notes ~42

Get upgrade notes between RevoGrid versions.

NameTypeReqDescription
frameworkstring
fromVersionstringyes
toVersionstringyes
NameTypeReqDescription
breakingChangesarrayyes
changedDefaultsarrayyes
frameworkstring
fromVersionstringyes
packageChangesarrayyes
recommendedDocsarrayyes
recommendedExamplesarrayyes
renamedSymbolsarrayyes
toVersionstringyes

No examples provided.

inspect_revogrid_api ~116

Use after discovery to resolve one exact symbol or capability. Returns ambiguity candidates instead of guessing and includes its supported import and evidence.

NameTypeReqDescription
frameworkstringRequired consumer framework compatibility.
includeInternalbooleanOpt in to unsupported implementation internals; public exports remain preferred.
packageNamestringExact package owner used to disambiguate a symbol.
querystringyesExact capability, symbol, alias, or package#symbol qualified name.
versionstringExact indexed package version.
NameTypeReqDescription
candidatesarrayyes
correctionstring
matchobject
statusstringyes

No examples provided.

list_revogrid_capabilities ~142

Start here to discover supported public capabilities and package ownership. Returns compact paginated summaries linked to detailed resources.

NameTypeReqDescription
cursorstringOpaque cursor returned by the previous page.
frameworkstringConsumer framework the capability must support.
limitintegerMaximum compact capability summaries per page.
packageNamestringExact published npm package name.
productstringRestrict capability ownership to one product.
stabilitystringStable, experimental, or deprecated capability status.
tierstringCore, Pro, or Enterprise package tier.
versionstringExact indexed package version.
NameTypeReqDescription
nextCursorstring
resultsarrayyes

No examples provided.

plan_revogrid_implementation ~132

Use after resolving capability names to compose a deterministic package, plugin-order, configuration, lifecycle, and compatibility blueprint.

NameTypeReqDescription
capabilitiesarrayCompatibility alias for requiredCapabilities.
constraintsarrayArchitecture, licensing, performance, or compatibility constraints.
frameworkstringConsumer application framework.
installedVersionsobjectCurrently installed versions keyed by npm package name.
objectivestringyesConcrete data-grid behavior to implement.
requiredCapabilitiesarrayExact capabilities or aliases required by the objective.
targetVersionsobjectDesired versions keyed by npm package name.
NameTypeReqDescription
configurationarrayyes
constraintsarrayyes
dataFlowarrayyes
eventsarrayyes
evidencearrayyes
frameworkstringyes
importsarrayyes
lifecyclearrayyes
methodsarrayyes
objectivestringyes
packagesarrayyes
pluginOrderarrayyes
unresolvedarrayyes
warningsarrayyes

No examples provided.

resolve_feature_matrix ~51

Resolve whether a RevoGrid feature exists, whether it is Pro, and where to learn it.

NameTypeReqDescription
featureNamestringyes
frameworkstring
versionstring
NameTypeReqDescription
bestDocsarrayyes
bestExamplesarrayyes
fallbackApproachstring
featureNamestringyes
notesarrayyes
requiresProbooleanyes
stabilitystring
supportedbooleanyes
supportedFrameworksarrayyes

No examples provided.

search_revogrid_docs ~219

Use for broad RevoGrid questions or when the exact API name is unknown. Searches source-grounded docs and API evidence; defaults to public exports.

NameTypeReqDescription
cursorstringOpaque cursor returned by the previous page.
docTypesarrayRestrict source kinds such as API, guide, or example.
frameworkstringRestrict results to a consumer framework.
limitintegerMaximum results per page.
packageNamestringExact published npm package name.
productstringRestrict results to one RevoGrid product.
querystringyesRevoGrid concept, API symbol, package, or implementation question.
requiresProbooleanFilter by descriptive Pro/license requirement.
surfacestringLegacy catalog surface filter.
symbolKindstringRestrict exported declaration kind.
versionstringRestrict results to an indexed package version.
visibilitystringDefaults to public; internal requires explicit internal selection.
NameTypeReqDescription
appliedFiltersobjectyes
nextCursorstring
querystringyes
resultsarrayyes
suggestedNextToolstring

No examples provided.

validate_revogrid_usage ~127

Use before implementation handoff to statically check structured RevoGrid imports, configuration, dependencies, versions, and optional bounded source. Never executes code.

NameTypeReqDescription
configurationarrayConfiguration keys grouped by their owning capability.
featuresarrayCapabilities the application intends to use.
frameworkstringConsumer application framework.
importsarrayStructured imports to validate without execution.
installedVersionsobjectInstalled versions keyed by npm package name.
sourceSnippetstringOptional bounded source used only for static import inspection; never executed.
NameTypeReqDescription
diagnosticsarrayyes
validbooleanyes

No examples provided.

Common questions

What is the RevoGrid DataGrid MCP server?

RevoGrid DataGrid MCP is listed in the public MCP registry as io.github.revolist/revogrid-mcp. Token-free MCP server for structured RevoGrid Core, Pro, and Enterprise knowledge retrieval. This page covers its hosted endpoint (https://mcp.rv-grid.com).

Is the RevoGrid DataGrid MCP server safe to use?

RevoGrid DataGrid MCP scores 86 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the RevoGrid DataGrid MCP server expose?

RevoGrid DataGrid MCP exposes 8 tools: search_revogrid_docs, find_examples, resolve_feature_matrix, get_migration_notes, list_revogrid_capabilities, and 3 more. Their descriptions and schemas cost roughly 973 tokens of context every time the server is loaded.

Does the RevoGrid DataGrid MCP server require authentication?

No. We connected to RevoGrid DataGrid MCP without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the RevoGrid DataGrid MCP server still maintained?

RevoGrid DataGrid MCP is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.