Overview
This server exposes Dataravn APIs as MCP tools so you can query and work with your backup data directly from Cursor (or any MCP client). All requests use your Dataravn API key for authentication.
List and filter backup registers (Podio, e-conomic, M365). Use this first when you need to find a specific backup by title, org, type, or status.
Podio actions: workspaces, apps, items, tasks, comments, files, members, and more. Works with your Podio backup registers.
e-conomic resources: customers, invoices, products, orders, and more. Works with your e-conomic backup registers.
Setup
Add this server in Cursor with type streamableHttp. You only need to replace
your dataraven api key here with your real Dataravn API key in the Authorization
header.
Config file: .cursor/mcp.json (project) or ~/.cursor/mcp.json (global).
{
"mcpServers": {
"betabackup-mcp-server": {
"type": "streamableHttp",
"url": "https://mcp.dataravn.com/",
"headers": {
"Authorization": "Bearer your dataraven api key here"
}
}
}
}
.cursor/mcp.json, and replace
your dataraven api key here with your real key.
backup_registers, podio, and
economic should appear.
In Antigravity, go to MCP servers → Manage MCP server → View raw
config, then follow the steps below. Replace your dataraven api key here with your
real Dataravn API key in the Authorization header.
your dataraven api key here with your
real key.backup_registers,
podio, and economic should appear.
{
"mcpServers": {
"betabackup-mcp-server": {
"serverUrl": "https://mcp.dataravn.com/",
"headers": {
"Authorization": "Bearer your dataraven api key here",
"Accept": "application/json, text/event-stream"
},
"disabledTools": []
}
}
}
In Codex, go to Settings → MCP settings → open MCP settings → Add
server, then follow the steps below. Replace your dataraven api key here with your
real Dataravn API key.
| Field | Value |
|---|---|
| Name | Enter any name you like |
| URL | https://mcp.dataravn.com/ |
| Headers → Key | Authorization |
| Headers → Value | Bearer your dataraven api key here |
Click Save. The tools backup_registers, podio, and
economic should appear.
In Jan AI, go to Settings → MCP Servers → Add MCP Server,
then follow the steps below. Configuration is the same as Codex. Replace
your dataraven api key here with your real Dataravn API key.
| Field | Value |
|---|---|
| Server name | Enter any name you like |
| URL | https://mcp.dataravn.com/ |
| Headers → Key | Authorization |
| Headers → Value | Bearer your dataraven api key here |
Click Save. The tools backup_registers, podio, and
economic should appear.
Connect this MCP server to ChatGPT by creating a custom app. Replace YOUR_ACTUAL_API_KEY with
your real Dataravn API key in the MCP Server URL.
| Field | Value |
|---|---|
| Name | Enter any name you like |
| MCP Server URL | https://mcp.dataravn.com/?api_key=YOUR_ACTUAL_API_KEY |
| Authentication | None |
After clicking Create, the tools backup_registers, podio, and
economic will be available in ChatGPT.