connectsecure-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@connectsecure-mcpshow me all critical vulnerabilities in my assets"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ConnectSecure MCP
An MCP server exposing every operation in the supplied ConnectSecure OpenAPI specification for vulnerability management, assets, assessments, integrations, and reporting.
Install
pip install connectsecure-mcpOr, from this checkout:
pip install -e ".[dev]"Related MCP server: meloqa-mcp
Configure
export CONNECTSECURE_BASE_URL="https://your-connectsecure-api-host"
export CONNECTSECURE_ACCESS_TOKEN="your-jwt-access-token"
export CONNECTSECURE_USER_ID="your-connectsecure-user-id"
# Required only for authorize_connectsecure:
export CONNECTSECURE_CLIENT_AUTH_TOKEN="base64(tenant+client_id:client_secret)"CONNECTSECURE_BASE_URL is required because the supplied API specification does not declare a server URL. For ordinary endpoints the server sends Authorization: Bearer <CONNECTSECURE_ACCESS_TOKEN> and, when configured, X-USER-ID. The authorization endpoint sends Client-Auth-Token.
Connect an MCP client
{
"mcpServers": {
"connectsecure": {
"command": "connectsecure-mcp",
"env": {
"CONNECTSECURE_BASE_URL": "https://your-connectsecure-api-host",
"CONNECTSECURE_ACCESS_TOKEN": "your-jwt-access-token",
"CONNECTSECURE_USER_ID": "your-connectsecure-user-id"
}
}
}
}Every API operation is an MCP tool. Put URI IDs in path_params, filtering/pagination in query, required per-call HTTP headers in headers, and JSON payloads in body.
See TOOLS.md for the complete catalog.
Safety
The specification includes create, update, delete, and action endpoints. Those tools make the API call immediately; agents should confirm intent before invoking them.
This server cannot be deployed
Maintenance
Related MCP Connectors
Remote MCP for 1,500+ APIs. Vault-managed credentials; OAuth or API key. Search, load, and execute.
Unified gateway exposing 150+ tools across all NexGenData MCP servers via one endpoint.
- OneOAuthai.withone
Search, document and execute authenticated API calls across 700+ apps via one MCP server
All public upAPI operations as MCP tools: web scraping, search, screenshots, PDF, OCR and more.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceTurns OpenAPI specs into MCP tools with secure defaults, risk inspection, confirmation gates, response limits, audit logging, and secret redaction.-
- AlicenseCqualityBmaintenanceExposes every operation from the meloQA v1 API as MCP tools, enabling LLM clients to read and manage meloQA projects, test cases, cycles, executions, bugs, links, and reference data.8323 npmMIT
- AlicenseNot gradedqualityDmaintenanceDynamically exposes any REST API as MCP tools by parsing its OpenAPI specification.MIT
- FlicenseNot gradedqualityBmaintenanceExposes the CloudRadial REST API (client portal / PSA-adjacent MSP platform) as MCP tools, enabling operations on companies, articles, feedback, archives, flexible assets, and more via 34 tools with HTTP Basic Auth.-