MCP Server
WizerAPI Contract Intelligence MCP Server
com.wizerapi/contract-intelligence
What is the WizerAPI Contract Intelligence MCP server?
Review contracts for risks: summary, severity-rated flags, key terms, and clause coverage.
How to install WizerAPI Contract Intelligence
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Environment / auth
AuthorizationrequiredsecretBearer token with your Contract Intelligence key (cik_). Free: 100 AU/mo, no card.
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"contract-intelligence": {
"url": "https://mcp.wizerapi.com/contracts"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"contract-intelligence": {
"serverUrl": "https://mcp.wizerapi.com/contracts"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"contract-intelligence": {
"type": "http",
"url": "https://mcp.wizerapi.com/contracts"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"contract-intelligence": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.wizerapi.com/contracts"
]
}
}
}Claude Code
claude mcp add --transport http contract-intelligence https://mcp.wizerapi.com/contractsRelated MCP servers
Analyze customer reviews: sentiment, emotion, topics, themes, digests, and drafted replies.
View repository →