← cloudsecurityalliance.org
INDIVIDUAL MCP TOOL
subscribe_community
Subscribe to or unsubscribe from a community.
LIVE ENDPOINT
https://pod.cloudsecurityalliance.org/mcp
Connect to this endpoint to inspect the live schema for subscribe_community 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.csa-hive]
url = "https://pod.cloudsecurityalliance.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"csa-hive": {
"type": "http",
"url": "https://pod.cloudsecurityalliance.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: csa-hive
Remote MCP URL: https://pod.cloudsecurityalliance.org/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": {
"csa-hive": {
"url": "https://pod.cloudsecurityalliance.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"csa-hive": {
"type": "http",
"url": "https://pod.cloudsecurityalliance.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "csa-hive",
"transport": "streamable-http",
"url": "https://pod.cloudsecurityalliance.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_site_info— Get CSA Hive site information including description, statistics, and version.list_communities— List communities on CSA Hive.get_community— Get details about a specific community by its numeric ID.list_posts— List posts, optionally filtered by community.get_post— Get a specific post by its numeric ID, including its content and metadata.list_comments— List comments, optionally filtered by post, community, or parent comment.get_comment— Get a specific comment by its numeric ID.search— Search CSA Hive for posts, comments, communities, and users.