Plainsight MCP✓
pro.plainsight/mcp · v0.2.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "pro.plainsight/mcp",
"description": "Search the Plainsight playbook and review code against proven best practices.",
"title": "Plainsight MCP",
"repository": {
"url": "https://github.com/PlainsightPro/plainsight-mcp",
"source": "github"
},
"version": "0.2.1",
"websiteUrl": "https://playbook-mcp.plainsight.pro/authorize",
"remotes": [
{
"type": "streamable-http",
"url": "https://playbook-mcp.plainsight.pro/mcp",
"headers": [
{
"description": "Bearer token from https://playbook-mcp.plainsight.pro/authorize",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}