← datavrn.com
INDIVIDUAL MCP TOOL
get_job
Poll a background job by id until status is succeeded or failed.
LIVE ENDPOINT
https://app.datavrn.com/api/mcp
Connect to this endpoint to inspect the live schema for get_job and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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).