Peaqview MCP Documentation
Connect Claude to your enterprise architecture repository. Query applications, analyze portfolios, extract contracts, and enforce technology governance through natural conversation.
Quick Start
Prerequisites
- Peaqview account with workspace access
- Service account credentials from your admin
- Node.js 18+ installed
- Claude Desktop or Claude Code
Install the Proxy
git clone https://github.com/peaqview/mcp-proxy
cd mcp-proxy
npm installConfigure Claude
Add to your Claude Desktop config:
{
"mcpServers": {
"peaqview": {
"command": "npx",
"args": ["tsx", "local-proxy.ts"],
"env": {
"PEAQVIEW_CLIENT_ID": "your_id",
"PEAQVIEW_CLIENT_SECRET": "your_secret",
"DEFAULT_WORKSPACE_ID": "your_workspace"
}
}
}
}Start Using
Open Claude and try:
Configuration
Environment Variables
| Variable | Required | Description |
|---|---|---|
PEAQVIEW_CLIENT_ID | Yes | Service account client ID from your workspace admin |
PEAQVIEW_CLIENT_SECRET | Yes | Service account client secret |
DEFAULT_WORKSPACE_ID | Yes | UUID of your Peaqview workspace |
Example Prompts
Try these prompts to explore Peaqview capabilities through Claude.
Contract Extraction
Portfolio Assessment
Architecture Documentation
Process Root Cause Analysis
Technology Governance
Impact Analysis
Available Tools
90+ tools organized by category. Click a category to explore.
discover_architectureComprehensive discovery of architecture landscapeanalyze_portfolioDeep portfolio analysis with financial insightsportfolio_analysisFinancial metrics and business criticality distributionarchitecture_healthHealth analysis with scoring and recommendationsstrategic_insightsGenerate strategic insights and recommendationsdetect_anomaliesDetect data quality issues and anomaliesfind_rationalization_candidatesFind applications for rationalizationevaluate_build_vs_buyCost-effectiveness analysis for build vs buySecurity & Data Handling
Encrypted Transport
All data transmitted over HTTPS/TLS encryption
User-Scoped Access
Tools only access data the authenticated user can see
Full Audit Trail
All actions logged with complete traceability
GDPR Compliant
Enterprise-grade data protection standards
Troubleshooting
Connection Failed
Symptom: "Failed to connect to Peaqview API"
Solution: Verify your CLIENT_ID and CLIENT_SECRET are correct. Check that your service account has access to the specified workspace.
Tools Not Appearing
Symptom: Claude doesn't show Peaqview tools
Solution: Restart Claude Desktop after updating the config. Check the MCP logs at ~/.config/Claude/logs/mcp*.log
Permission Denied
Symptom: "Insufficient permissions" error
Solution: Your service account may have read-only access. Contact your workspace admin to grant write permissions if needed.