ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use 4D with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Turn structured data into actionable knowledge.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 6 capabilities

The complete 4D capability set.

These are the exact actions your AI can choose when you ask it to work with 4D.

Capability set01 / 02

01-03

3 capabilities in this set.

Part of 6 available through 4D.

  1. 01

    Create entity

    Write a new record into the database. You must provide the data payload as a JSON string.

  2. 02

    Get catalog

    Use this capability to retrieve the full definition of your 4D database catalog. It maps out all the available DataClasses (tables) and their specific fields, letting you understand your data structure.

  3. 03

    List entities

    Query records from a specific DataClass (table) using ORDA-style parameters. You can filter, order, and expand related entities to perform advanced lookups.

Capability set02 / 02

04-06

3 capabilities in this set.

Part of 6 available through 4D.

  1. 04

    Get entity

    Fetch a single, specific record by its primary key. This is the fastest way to retrieve a known piece of data from the database.

  2. 05

    Delete entity

    Remove a record from the database. Use this capability when you need to permanently delete an existing entry.

  3. 06

    Update entity

    Modify an existing record in the database. This requires specifying the record's ID and the new data payload as a JSON string.

Observed, not estimated

871ms average. Fast in production.

4D is checked daily against the live service.

Daily averagePeak 1151ms
Aug 20Today
Fastest day
739ms
Slowest day
1151ms
14-day trend
Slowing+5%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 6 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of 4D, so you can see the experience inside your AI.

It does not authenticate your account with 4D. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

4D Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_D1Grnbj5YYTUrRV7JM7mu8HcpMzBi59V8AcgtrDo/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — 4D capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "4d-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_D1Grnbj5YYTUrRV7JM7mu8HcpMzBi59V8AcgtrDo/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

Who it's for

Built for the work 4D owners hand off.

This MCP is built for technical roles that interact with structured data. Developers can test queries without writing custom code, analysts can pull specific data subsets for reports, and business admins can manage records easily from a single chat interface.

  • 01

    4D Developers

    Quickly audit data and test queries using natural language commands without writing custom code.

  • 02

    Data Analysts

    Retrieve specific data subsets for reporting without writing manual HTTP requests or SQL.

  • 03

    Business Admins

    Manage application records and look up information across tables easily from a single chat interface.

  • 04

    Systems Integrators

    Verify REST API exposure and data availability in real time during development.

FAQ

Questions 4D owners ask.

  • 01

    Is this just a simple API wrapper?

    No. This MCP uses ORDA (Object Relational Data Architecture) to make the database feel like a natural conversation. It translates your plain language requests into structured, secure database operations, which is much more powerful than a simple wrapper.

  • 02

    What kind of data can I query?

    You can query any DataClass (table) exposed in your 4D environment. The agent first lets you check the full catalog, so you know exactly what data is available to look up.

  • 03

    Does this handle complex filtering?

    Yes. You don't need to write complex WHERE clauses. You can ask the agent to find records based on multiple criteria, like 'all invoices over $50 from last month,' and it handles the filtering.

  • 04

    Can I write new data with this MCP?

    Absolutely. The agent supports creating new records, updating existing ones, and deleting records, giving you full control over your data lifecycle.