← Registry

Data Collection

datavrn.com

Manages client entities and stages trial balance spreadsheet uploads with header mapping and validation.

1 endpoint47 known toolsFirst detected August 7, 2026Last detected August 7, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
mcp-typescript server on vercel
Version
0.1.0
Capabilities
tools.listChanged

Known tools 47

list_clients

List the entities (companies) this credential can work with.

Inferred read-only
create_client

Create a new entity (company) in the organization.

Potential side effects
upload_trial_balance

Stage a Trial Balance spreadsheet (xlsx or csv, max 4 MB) for an entity by INLINING its bytes as base64.

Inferred read-only
get_upload

Read an upload session: status, detected header row and columns, the confirmed mapping (if any), and the stored validation outcome.

Potential side effects
set_header_row

Correct the detected header row of a staged upload (1-based).

Potential side effects
confirm_column_mapping

Confirm the column→field mapping for a staged upload and run validation.

Potential side effects
ingest_upload

Commit a validated upload into the entity’s books.

Potential side effects
list_periods

List the reporting periods a Schedule III statement can be prepared for (periods with a live Trial Balance).

Inferred read-only
get_schedule3_workspace

THE state tool: grouping progress, every required capture answer, generated/finalised versions, finalisation blockers, and bounded per-version control summaries.

Inferred read-only
list_grouping_suggestions

List ungrouped accounts with DETERMINISTIC grouping suggestions (curated rules + name/group-path matching — no AI is involved; Datavrn never applies a suggestion itself).

Inferred read-only
confirm_groupings

Persist USER-approved account→line groupings.

Inferred read-only
save_adjustments

Save one balanced adjustment journal entry (debits = credits) as an atomic whole entry.

Inferred read-only
save_py_values

Override the prior-year comparative for one or more statement lines with an audited figure.

Inferred read-only
save_asset_movements

Save fixed-asset movements (additions, deletions, depreciation charge, depreciation on deletions) per gross-block line for the PPE schedule.

Potential side effects
save_provision_movements

Upsert provision movements (additions, amounts utilised) per provision line.

Inferred read-only
save_reserves_movements

Upsert reserves/equity movements (transfers in/out, dividends, other changes) per reserves line.

Inferred read-only
save_share_capital

Save the share-capital note details (authorised/issued/subscribed shares and values, movements).

Inferred read-only
save_statement_settings

Save statement settings (rounding unit, signatory details, company information used on the statement face).

Inferred read-only
save_disclosures

Save the notes/disclosures text sections the user provides for the statement.

Inferred read-only
generate_schedule_iii

Queue the Schedule III workbook build (returns a job_id to poll with get_job — the build runs as a background job).

Inferred read-only
get_job

Poll a background job by id until status is succeeded or failed.

Inferred read-only
list_snapshots

List the frozen Schedule III workbook versions for an entity (newest first), including each version’s period, template, and unclassified count at build time.

Inferred read-only
get_workbook_download

Mint a short-lived signed URL for a frozen workbook version (the Excel file).

Inferred read-only
create_upload_link

Mint a single-use, login-free upload link so YOUR USER can give Datavrn a file directly from their browser — the file never passes through you, so it cannot truncate or corrupt.

Potential side effects
get_upload_link_status

Check an upload link's state: pending (the user has not uploaded yet), uploaded (returns the upload_id — continue with get_upload), or expired (mint a fresh link with create_upload_link).

Potential side effects
get_statement_figures

Read a generated Schedule III statement's figures: the balance-sheet and profit-and-loss faces, current-year and previous-year balance-sheet tie verdicts separately (a null verdict means UNKNOWN, never a pass: either no comparative was captured, or the version predates per-column balance recording), the unclassified count, and the notes listed by number.

Inferred read-only
get_statement_notes

Read the line-by-line breakdown of a generated statement's notes — every line's current and prior-year amount, and the note total.

Inferred read-only
get_tb_rows

Read the SOURCE DATA behind a statement: the trial-balance rows (account name, debit, credit) as landed for a period, BEFORE grouping — the pre-statement numbers, not statement figures.

Inferred read-only
get_pending_work

Answer "what's left to do?

Inferred read-only
list_allocation_runs

MANAGEMENT data class.

Inferred read-only
get_allocation_account_figures

MANAGEMENT data class.

Inferred read-only
get_allocation_target_figures

MANAGEMENT data class.

Inferred read-only
get_spreading_reconciliation

MANAGEMENT data class.

Inferred read-only
list_budgets

MANAGEMENT data class.

Inferred read-only
get_budget

MANAGEMENT data class.

Inferred read-only
get_variance_report

MANAGEMENT data class.

Inferred read-only
list_cost_centres

List the cost centres for an entity.

Inferred read-only
create_cost_centre

Create one cost centre for an entity after showing the user the exact name, kind, parent, effective date, and reason.

Potential side effects
list_profit_centres

List the profit centres for an entity.

Inferred read-only
create_profit_centre

Create one profit centre for an entity after showing the user the exact name, optional parent, and description.

Potential side effects
list_account_mappings

Review account-to-cost-centre mapping status and deterministic suggestions for an entity.

Inferred read-only
confirm_centre_mappings

Persist only the explicit account-to-centre decisions the user approved.

Inferred read-only
list_reporting_lines

Review reporting-line classification status and deterministic suggestions for an entity and reporting period.

Inferred read-only
confirm_reporting_lines

Persist only the explicit reporting-line decisions the user approved.

Inferred read-only
get_setup_status

Answer "how do I get started?

Inferred read-only
verify_connection

Confirm the Datavrn connection is working and report what it can do.

Inferred read-only
get_help

Get the Datavrn agent guide: how connecting works (OAuth and API key), what an assistant can do, how reading a statement as data works, and the guarantees and limits — plus the current list of tools.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for datavrn.com was fetched 2026-08-23T16:55:10.087Z.

Trust status Neutral

datavrn.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.