Manage dVersum projects, clients, tasks, invoices, time tracking, and calendar events programmatically via Claude. Designed for developers integrating dVersum's business operations platform into AI workflows.
io.github.dversum/mcp-server
Local install
STDIO
2 required env vars
How models use it and what it is built for.
Manage dVersum projects, clients, tasks, invoices, time tracking, and calendar events programmatically via Claude. Designed for developers integrating dVersum's business operations platform into AI workflows.
Local install — runs as a subprocess.
Configuration this server reads at startup.
Base URL of your dVersum API (e.g. https://api.dversum.com/api/v1)
Your dVersum JWT authentication token (get it from Settings > API Tokens)
Where to find authoritative docs and source for Dversum.
Paste any of these into Agent Studio after connecting Dversum.
Common questions about connecting and running Dversum.
How do I authenticate this MCP server with dVersum?
Set two environment variables: DVERSUM_API_URL (your dVersum API base URL, typically https://api.dversum.com/api/v1) and DVERSUM_API_TOKEN (a JWT token from dVersum Settings > API Tokens). The server uses these to authenticate all requests.
What operations can I perform on projects and tasks?
The server exposes dVersum's full project, task, client, invoice, time tracking, and calendar management capabilities. Exact operations depend on your dVersum API version and permissions; consult your dVersum API documentation for the complete endpoint list.
Can I track time and generate invoices through this server?
Yes. The server integrates dVersum's time tracking and invoicing features, allowing you to log hours, query time entries, and create or manage invoices programmatically.
Is there a cost to use this MCP server?
The MCP server itself is open-source. You need an active dVersum account and API access; pricing depends on your dVersum subscription plan.
What happens if my API token expires or is invalid?
The server will return authentication errors. Regenerate your JWT token in dVersum Settings > API Tokens and update the DVERSUM_API_TOKEN environment variable to restore access.
MCP Playground runs 10,000+ hosted MCP servers — GitHub, Linear, Notion, Stripe, Sentry and more — across Claude, GPT, Gemini, DeepSeek and 30+ AI models. Compare model answers side-by-side, save agent presets, share runs. Zero install.
Open Agent Studio