4,500+ servers built on MCP Fusion
Vinkius
Modusign logo
Vinkius
Vercel AI SDK logo

How to Use the Modusign MCP in Vercel AI SDK

Stream Modusign contracts and audit logs directly into your Vercel AI SDK frontends for real-time document visibility.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Modusign MCP on Cursor AI Code Editor MCP Client Modusign MCP on Claude Desktop App MCP Integration Modusign MCP on OpenAI Agents SDK MCP Compatible Modusign MCP on Visual Studio Code MCP Extension Client Modusign MCP on GitHub Copilot AI Agent MCP Integration Modusign MCP on Google Gemini AI MCP Integration Modusign MCP on Lovable AI Development MCP Client Modusign MCP on Mistral AI Agents MCP Compatible Modusign MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
Vercel AI SDK

Connect Modusign MCP to Vercel AI SDK

Create your Vinkius account to connect Modusign to Vercel AI SDK and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Real-time document status in your UI

Your AI client pushes document data straight into your application interface. Use `list_documents` to pull active contracts and render them instantly without waiting for backend refreshes. This keeps your users informed. The data flows through your stream and appears on screen as soon as your agent finishes fetching it.

Generate contracts from templates

Trigger `create_document_from_template` during your application's checkout or onboarding flow. Your agent handles the document generation while the user stays within your own UI. This removes the need for redirects. You handle the template selection and document creation entirely through your SDK-connected server.

Audit trail visibility

Retrieve exact document histories using `get_audit_logs`. Your application can display who signed what and when, directly inside your dashboard. This gives your users a complete view of their document lifecycle. You show them the progress without making them jump over to the Modusign portal.

Setup guide

Set up Modusign MCP in Vercel AI SDK

Prerequisites

  • Node.js 18+ and a TypeScript project
  • ai + @modelcontextprotocol/sdk packages
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install dependencies

    Run npm install ai @modelcontextprotocol/sdk plus your preferred model provider (e.g. @ai-sdk/openai).

  2. 2

    Create the Streamable HTTP transport

    Use StreamableHTTPClientTransport with your Vinkius endpoint URL. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com.

  3. 3

    Discover and use tools

    Call mcpClient.tools() to auto-discover all Modusign tools. Pass them directly to generateText() or streamText() — no manual schema definitions needed.

  4. 4

    Works with any model provider

    Swap openai("gpt-4o") for any AI SDK provider — Anthropic, Google, Mistral. The MCP tools work identically across all supported models.

index.ts
import { experimental_createMCPClient as createMCPClient } from "ai";
import { StreamableHTTPClientTransport } from "@modelcontextprotocol/sdk/client/streamableHttp";
import { generateText } from "ai";
import { openai } from "@ai-sdk/openai";

const transport = new StreamableHTTPClientTransport(
  new URL("https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp")
);

const mcpClient = await createMCPClient({ transport });
const tools = await mcpClient.tools();

const { text } = await generateText({
  model: openai("gpt-4o"),
  tools,
  prompt: "List recent Modusign transactions",
});

console.log(text);
await mcpClient.close();

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Modusign. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Modusign MCP in Vercel AI SDK

Install the MCP client packages and point your configuration to the Modusign server URL. Your agents will then gain access to the full suite of document management tools.
Yes. Since your tools stream results through the SDK, you can pipe the output from `list_documents` directly into your frontend components as it arrives.
The generation tools like `create_document_from_template` are best for user-facing actions. Use the status tools to keep your application state in sync with actual signatures.
Pass your endpoint token through the MCP client configuration. This secures the connection between your application and your document records.
Your document contents and audit logs stay encrypted during transit. The MCP connection creates a private link between your agent and the Modusign API.

Start using the Modusign MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for Modusign. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.