← datavrn.com

INDIVIDUAL MCP TOOL

confirm_complete_chart

Record your user’s explicit confirmation that one upload is an entity’s COMPLETE CURRENT chart of accounts, so Datavrn starts treating it as evidence when checking whether future files belong to that entity.

datavrn.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://app.datavrn.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for confirm_complete_chart and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

datavrn.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mcp-typescript-server-on-vercel]
url = "https://app.datavrn.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mcp-typescript-server-on-vercel": {
      "type": "http",
      "url": "https://app.datavrn.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mcp-typescript-server-on-vercel
Remote MCP URL: https://app.datavrn.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-typescript-server-on-vercel": {
      "url": "https://app.datavrn.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mcp-typescript-server-on-vercel": {
      "type": "http",
      "url": "https://app.datavrn.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mcp-typescript-server-on-vercel",
  "transport": "streamable-http",
  "url": "https://app.datavrn.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_clients — List the entities (companies) this credential can work with.
  • create_client — Create a new entity (company) in the organization.
  • upload_trial_balance — Stage a Trial Balance spreadsheet (xlsx or csv, max 4 MB) for an entity by INLINING its bytes as base64.
  • get_upload — Read an upload session: status, detected header row and columns, the confirmed mapping (if any), and the stored validation outcome.
  • set_header_row — Correct the detected header row of a staged upload (1-based).
  • confirm_column_mapping — Confirm the column→field mapping for a staged upload and run validation.
  • ingest_upload — Commit a validated upload into the entity’s books.
  • list_periods — List the reporting periods a Schedule III statement can be prepared for (periods with a live Trial Balance).