Server data from the Official MCP Registry
Govern your backend control plane from your AI agent - signed, human-approval-gated.
Govern your backend control plane from your AI agent - signed, human-approval-gated.
This is a well-designed, security-conscious MCP server with strong authentication and authorization controls. The codebase implements bidirectional HMAC-SHA256 request signing, response verification, and a human-approval gate for mutations. Credentials are properly handled via environment variables or agent file parsing rather than hardcoding. Minor code quality issues (broad exception handling, lack of input validation on some parameters) do not significantly impact the security posture. The server's permissions align appropriately with its purpose as a control-plane gateway. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
7 files analyzed · 8 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: INFRAVEIL_BASE_URL
Environment variable: INFRAVEIL_CLIENT_ID
Environment variable: INFRAVEIL_AGENT_ID
Environment variable: INFRAVEIL_AGENT_TOKEN
Environment variable: INFRAVEIL_AGENT_FILE
Environment variable: INFRAVEIL_VERIFY_RESPONSES
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-infraveilhq-control-plane": {
"env": {
"INFRAVEIL_AGENT_ID": "your-infraveil-agent-id-here",
"INFRAVEIL_BASE_URL": "your-infraveil-base-url-here",
"INFRAVEIL_CLIENT_ID": "your-infraveil-client-id-here",
"INFRAVEIL_AGENT_FILE": "your-infraveil-agent-file-here",
"INFRAVEIL_AGENT_TOKEN": "your-infraveil-agent-token-here",
"INFRAVEIL_VERIFY_RESPONSES": "your-infraveil-verify-responses-here"
},
"args": [
"infraveil-mcp"
],
"command": "uvx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.