Skip to main content
Vise ships an MCP adapter, so any MCP-capable host can call Vise’s tools — inspect, plan, assess Day-2 impact, check SDK and organization-policy boundaries, verify runtime receipts, compose Passports, validate, run sensors, and look up docs — directly during the coding loop. Start it with:
This runs a local stdio MCP server. You normally don’t run it by hand; you register the command in your host’s MCP configuration and the host launches it for you.
This is different from the hosted docs MCP server at https://learn.social.plus/mcp (overview). That one is remote (SSE) and only reads documentation. The Vise MCP server runs locally and exposes Vise’s validation and planning tools against the repository you’re working in. You can use both at once.

Prerequisites

Install Vise so the vise command is on your PATH:
If you prefer not to install globally, replace the command below with npx and args ["-y", "-p", "@amityco/social-plus-vise", "vise", "mcp"].

Configure your host

Add a project-scoped .mcp.json in your repository root:
Restart or reload the host after editing its configuration, then confirm social-plus-vise appears as an available MCP server.

What it exposes

The Vise MCP tools mirror the CLI commands, named in snake_case. The ones you’ll use most: check_compliance keeps its established compliance fields and exit code; customerOperations is additive and read-only. It does not run sensors, write files, gate on advisory findings, or infer human approval. Signing trust envelopes, accepting an organization policy source, and installing Managed Placements are intentionally CLI-only. An MCP host can verify an envelope or assess policy, but Vise does not expose private-key signing or controlled policy acceptance through MCP.

Skill or MCP?

The skill and the MCP server are complementary:
  • The skill teaches the agent when to inspect, plan, fetch docs, validate, and attest.
  • The MCP server exposes the tools the agent calls to do it.
For MCP-capable hosts, install the skill and register the MCP server. On hosts without MCP support, install the skill and let the agent call the vise CLI directly.

Vise overview

Install Vise and run your first integration.

How Vise works

The governed loop and how to read a check result.

CLI reference

The full command set behind these tools.

Docs MCP server

Connect an AI tool to the hosted documentation MCP server.