2,500+ MCP servers ready to use
Vinkius

Common Paper MCP Server for Mastra AI 10 tools — connect in under 2 minutes

Built by Vinkius GDPR 10 Tools SDK

Mastra AI is a TypeScript-native agent framework built for modern web stacks. Connect Common Paper through Vinkius and Mastra agents discover all tools automatically. type-safe, streaming-ready, and deployable anywhere Node.js runs.

Vinkius supports streamable HTTP and SSE.

typescript
import { Agent } from "@mastra/core/agent";
import { createMCPClient } from "@mastra/mcp";
import { openai } from "@ai-sdk/openai";

async function main() {
  // Your Vinkius token. get it at cloud.vinkius.com
  const mcpClient = await createMCPClient({
    servers: {
      "common-paper": {
        url: "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
      },
    },
  });

  const tools = await mcpClient.getTools();
  const agent = new Agent({
    name: "Common Paper Agent",
    instructions:
      "You help users interact with Common Paper " +
      "using 10 tools.",
    model: openai("gpt-4o"),
    tools,
  });

  const result = await agent.generate(
    "What can I do with Common Paper?"
  );
  console.log(result.text);
}

main();
Common Paper
Fully ManagedVinkius Servers
60%Token savings
High SecurityEnterprise-grade
IAMAccess control
EU AI ActCompliant
DLPData protection
V8 IsolateSandboxed
Ed25519Audit chain
<40msKill switch
Stream every event to Splunk, Datadog, or your own webhook in real-time

* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure

About Common Paper MCP Server

Connect your Common Paper account to any AI agent and manage your commercial contracts through natural conversation.

Mastra's agent abstraction provides a clean separation between LLM logic and Common Paper tool infrastructure. Connect 10 tools through Vinkius and use Mastra's built-in workflow engine to chain tool calls with conditional logic, retries, and parallel execution. deployable to any Node.js host in one command.

What you can do

  • Agreement Management — List all signed agreements, check the status of pending contracts, and retrieve details for any specific document.
  • Contract Creation — Send new agreements such as NDAs, Cloud Service Agreements (CSA), and DPAs directly to partners using predefined templates.
  • Workflow Automation — Streamline your internal processes by programmatically fetching agreement data and triggering contract actions.

The Common Paper MCP Server exposes 10 tools through the Vinkius. Connect it to Mastra AI in under two minutes — no API keys to rotate, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.

How to Connect Common Paper to Mastra AI via MCP

Follow these steps to integrate the Common Paper MCP Server with Mastra AI.

01

Install dependencies

Run npm install @mastra/core @mastra/mcp @ai-sdk/openai

02

Replace the token

Replace [YOUR_TOKEN_HERE] with your Vinkius token

03

Run the agent

Save to agent.ts and run with npx tsx agent.ts

04

Explore tools

Mastra discovers 10 tools from Common Paper via MCP

Why Use Mastra AI with the Common Paper MCP Server

Mastra AI provides unique advantages when paired with Common Paper through the Model Context Protocol.

01

Mastra's agent abstraction provides a clean separation between LLM logic and tool infrastructure. add Common Paper without touching business code

02

Built-in workflow engine chains MCP tool calls with conditional logic, retries, and parallel execution for complex automation

03

TypeScript-native: full type inference for every Common Paper tool response with IDE autocomplete and compile-time checks

04

One-command deployment to any Node.js host. Vercel, Railway, Fly.io, or your own infrastructure

Common Paper + Mastra AI Use Cases

Practical scenarios where Mastra AI combined with the Common Paper MCP Server delivers measurable value.

01

Automated workflows: build multi-step agents that query Common Paper, process results, and trigger downstream actions in a typed pipeline

02

SaaS integrations: embed Common Paper as a first-class tool in your product's AI features with Mastra's clean agent API

03

Background jobs: schedule Mastra agents to query Common Paper on a cron and store results in your database automatically

04

Multi-agent systems: create specialist agents that collaborate using Common Paper tools alongside other MCP servers

Common Paper MCP Tools for Mastra AI (10)

These 10 tools become available when you connect Common Paper to Mastra AI via MCP:

01

create_webhook

Configure a new webhook to receive contract status updates

02

delete_webhook

Remove a previously configured webhook

03

get_agreement

Retrieve detailed information about a specific agreement

04

get_template

Retrieve details of a specific contract template

05

list_agreements

Retrieve a list of agreements (contracts) from Common Paper

06

list_signed_agreements

Quickly list all agreements that have been fully signed

07

list_templates

Retrieve a list of contract templates available in your account

08

list_webhooks

Retrieve a list of configured webhooks

09

search_agreements_by_email

Find agreements associated with a specific recipient email

10

send_agreement

Create and send a new agreement based on a template

Example Prompts for Common Paper in Mastra AI

Ready-to-use prompts you can give your Mastra AI agent to start working with Common Paper immediately.

01

"Show me all signed agreements in Common Paper."

02

"Send an NDA agreement to 'partner@example.com' using template ID 'tmpl-xxxx' in Common Paper."

03

"Get the current status of agreement 'agr-yyyy' in Common Paper."

Troubleshooting Common Paper MCP Server with Mastra AI

Common issues when connecting Common Paper to Mastra AI through the Vinkius, and how to resolve them.

01

createMCPClient not exported

Install: npm install @mastra/mcp

Common Paper + Mastra AI FAQ

Common questions about integrating Common Paper MCP Server with Mastra AI.

01

How does Mastra AI connect to MCP servers?

Create an MCPClient with the server URL and pass it to your agent. Mastra discovers all tools and makes them available with full TypeScript types.
02

Can Mastra agents use tools from multiple servers?

Yes. Pass multiple MCP clients to the agent constructor. Mastra merges all tool schemas and the agent can call any tool from any server.
03

Does Mastra support workflow orchestration?

Yes. Mastra has a built-in workflow engine that lets you chain MCP tool calls with branching logic, error handling, and parallel execution.

Connect Common Paper to Mastra AI

Get your token, paste the configuration, and start using 10 tools in under 2 minutes. No API key management needed.