INDIVIDUAL MCP TOOL
get_security_access_policy
Returns the no-root-credentials and least-privilege AWS access policy.
LIVE ENDPOINT
https://cloudsyncpk.com/mcp
Connect to this endpoint to inspect the live schema for get_security_access_policy and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.cloudsyncpk-agent-tools]
url = "https://cloudsyncpk.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cloudsyncpk-agent-tools": {
"type": "http",
"url": "https://cloudsyncpk.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cloudsyncpk-agent-tools
Remote MCP URL: https://cloudsyncpk.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"cloudsyncpk-agent-tools": {
"url": "https://cloudsyncpk.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cloudsyncpk-agent-tools": {
"type": "http",
"url": "https://cloudsyncpk.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cloudsyncpk-agent-tools",
"transport": "streamable-http",
"url": "https://cloudsyncpk.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
book_free_aws_audit— Returns the CloudSyncPK Free AWS Audit page without submitting data.get_cloudsync_services— Returns CloudSyncPK AWS service categories.get_cloudsync_packages— Returns CloudSyncPK engagement package categories.estimate_aws_cost— Returns the CloudSyncPK AWS Cost Calculator page without submitting data.